Upload folder using huggingface_hub
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 128,
|
17 |
"lora_bias": false,
|
18 |
-
"lora_dropout": 0.
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
|
|
28 |
"gate_proj",
|
|
|
|
|
29 |
"v_proj",
|
30 |
-
"down_proj"
|
31 |
-
"q_proj",
|
32 |
-
"k_proj",
|
33 |
-
"o_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 128,
|
17 |
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.15,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"q_proj",
|
29 |
"gate_proj",
|
30 |
+
"o_proj",
|
31 |
+
"up_proj",
|
32 |
"v_proj",
|
33 |
+
"down_proj"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 295488936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d43baacdd4f3fb16322c27472dcce0214c4ac241aa3abe669e1d679bac9d1d9
|
3 |
size 295488936
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aaf11e2ea20fd08acdfa3bab04761eec371fcb7a48d3450140f23f20e9db9b3
|
3 |
size 5496
|