Training in progress, step 13
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,15 +20,15 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
|
|
24 |
"q_proj",
|
25 |
"v_proj",
|
26 |
-
"up_proj",
|
27 |
-
"o_proj",
|
28 |
"shared_expert_gate",
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"k_proj",
|
25 |
+
"gate",
|
26 |
"q_proj",
|
27 |
"v_proj",
|
|
|
|
|
28 |
"shared_expert_gate",
|
29 |
+
"o_proj",
|
30 |
+
"down_proj",
|
31 |
+
"gate_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"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 327040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6f98aaa6c7d6bf0945d214021819cee7899a3fdc2c1c247f2dfe556631f1e58
|
3 |
size 327040
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:536b8d36d68842d667d17e67c2be14607b943b6a7a9f4658b45eef7727e2ecbb
|
3 |
size 6776
|