Training in progress, step 300
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -18,21 +18,21 @@
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
21 |
-
"
|
22 |
-
"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
"r": 16,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"q_proj",
|
30 |
-
"gate_proj",
|
31 |
"v_proj",
|
32 |
"k_proj",
|
|
|
|
|
|
|
33 |
"up_proj",
|
34 |
-
"o_proj"
|
35 |
-
"down_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
21 |
+
"embed_tokens",
|
22 |
+
"lm_head"
|
23 |
],
|
24 |
"peft_type": "LORA",
|
25 |
"r": 16,
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"v_proj",
|
30 |
"k_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"q_proj",
|
33 |
+
"down_proj",
|
34 |
"up_proj",
|
35 |
+
"o_proj"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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 9855413232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9126a9bb391910436ca58697c47e61edf63c0efc1ea9ea1ed04d1d024e83cf82
|
3 |
size 9855413232
|
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:8b72fb8b25d225dd52a08c75aac6aff07cd9964580b3cd7fee3a8865fafb6a94
|
3 |
size 5624
|