Training in progress, step 113
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,19 +23,19 @@
|
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": null,
|
| 25 |
"peft_type": "LORA",
|
| 26 |
-
"peft_version": "0.18.
|
| 27 |
"qalora_group_size": 16,
|
| 28 |
"r": 16,
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
"o_proj",
|
|
|
|
|
|
|
| 33 |
"gate_proj",
|
| 34 |
"down_proj",
|
| 35 |
"v_proj",
|
| 36 |
-
"
|
| 37 |
-
"q_proj",
|
| 38 |
-
"k_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": null,
|
| 25 |
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
"qalora_group_size": 16,
|
| 28 |
"r": 16,
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
"o_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
"gate_proj",
|
| 36 |
"down_proj",
|
| 37 |
"v_proj",
|
| 38 |
+
"q_proj"
|
|
|
|
|
|
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 66127776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98713facadc4333cdd9a8e3836da6ab640175403fb9798842f3dedc0dd62853b
|
| 3 |
size 66127776
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6353
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a2d2033ec3bfee6df4dfe7c2403a184908912b5d1132511c3aada26a882a53
|
| 3 |
size 6353
|