Upload folder using huggingface_hub
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -12,24 +12,24 @@
|
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
-
"lora_alpha":
|
| 16 |
"lora_bias": false,
|
| 17 |
"lora_dropout": 0,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": null,
|
| 21 |
"peft_type": "LORA",
|
| 22 |
-
"r":
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
|
|
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
-
"k_proj",
|
| 29 |
-
"v_proj",
|
| 30 |
"down_proj",
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 12,
|
| 16 |
"lora_bias": false,
|
| 17 |
"lora_dropout": 0,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": null,
|
| 21 |
"peft_type": "LORA",
|
| 22 |
+
"r": 12,
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
| 27 |
+
"q_proj",
|
| 28 |
+
"gate_proj",
|
| 29 |
"o_proj",
|
|
|
|
|
|
|
| 30 |
"down_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"v_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
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:6e37afb6e583b32f72aca1856b4c7bc628c0604aa9bb0fce185c0696ca7dd532
|
| 3 |
+
size 121162832
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc7eec0562a5a60cf8f6f2cd706a98ac714e1f7e32527f6e1b393fabdfe8f6bd
|
| 3 |
size 5624
|