Training in progress, step 25
Browse files- adapter_config.json +1 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,15 +16,11 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
"q_proj",
|
25 |
-
"up_proj",
|
26 |
-
"gate_proj",
|
27 |
-
"k_proj",
|
28 |
"o_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"q_proj",
|
|
|
|
|
|
|
24 |
"o_proj"
|
25 |
],
|
26 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bb273b42c4e4a1922102ab8eb06bb9822bbd105e89998ac0028c6caebaad191
|
3 |
+
size 97939472
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38b9cc80f19939468ab15bf0bac9a71eb6cf1bb8f276e4aa7a1ed2b64d4ed526
|
3 |
size 4920
|