Joseph Bethge
commited on
Commit
•
e49d069
1
Parent(s):
1495be1
upload model
Browse files- README.md +8 -0
- adapter_config.json +21 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# GreenBit LLaMA
|
5 |
+
|
6 |
+
This is GreenBitAI's instruction-tuned LoRA parameters for our [*2-bit 7B LLaMA model*](https://huggingface.co/GreenBitAI/LLaMA-7B-2bit) trained on the Alpaca-clean 50k dataset.
|
7 |
+
|
8 |
+
Please refer to our [Github page](https://github.com/GreenBitAI/low_bit_llama) for the code to run the model and more information.
|
adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"lora_alpha": 16,
|
8 |
+
"lora_dropout": 0,
|
9 |
+
"modules_to_save": null,
|
10 |
+
"peft_type": "LORA",
|
11 |
+
"r": 8,
|
12 |
+
"target_modules": [
|
13 |
+
"q_proj",
|
14 |
+
"k_proj",
|
15 |
+
"v_proj",
|
16 |
+
"down_proj",
|
17 |
+
"gate_proj",
|
18 |
+
"up_proj"
|
19 |
+
],
|
20 |
+
"task_type": "CAUSAL_LM"
|
21 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40560656b5dbd6ab6db027c0c7b4541f2dc479d412f86bc5a5c626fcb694cbc2
|
3 |
+
size 71703053
|