Upload model
Browse files- README.md +1 -5
- adapter_config.json +7 -3
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -199,10 +199,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
202 |
-
## Training procedure
|
203 |
-
|
204 |
-
|
205 |
### Framework versions
|
206 |
|
207 |
-
|
208 |
-
- PEFT 0.6.0
|
|
|
199 |
[More Information Needed]
|
200 |
|
201 |
|
|
|
|
|
|
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.7.2.dev0
|
|
adapter_config.json
CHANGED
@@ -8,21 +8,25 @@
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
|
|
11 |
"lora_alpha": 16,
|
12 |
"lora_dropout": 0.05,
|
|
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 32,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"up_proj",
|
20 |
"v_proj",
|
21 |
"gate_proj",
|
22 |
"down_proj",
|
23 |
"o_proj",
|
|
|
24 |
"q_proj",
|
25 |
-
"
|
26 |
],
|
27 |
-
"task_type": "CAUSAL_LM"
|
|
|
28 |
}
|
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
"lora_alpha": 16,
|
13 |
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
"r": 32,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"v_proj",
|
23 |
"gate_proj",
|
24 |
"down_proj",
|
25 |
"o_proj",
|
26 |
+
"k_proj",
|
27 |
"q_proj",
|
28 |
+
"up_proj"
|
29 |
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_rslora": false
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dee1bcdb60f7396c5fa15f39ac9a6763ee20cf9ea08e40945a5bf80e9964ce1
|
3 |
+
size 159967880
|