Training in progress, step 13
Browse files- adapter_config.json +5 -5
- 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 |
-
"up_proj",
|
25 |
-
"k_proj",
|
26 |
"q_proj",
|
27 |
"down_proj",
|
|
|
|
|
28 |
"o_proj",
|
|
|
29 |
"gate_proj",
|
30 |
-
"
|
31 |
-
"gate"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"shared_expert_gate",
|
|
|
|
|
24 |
"q_proj",
|
25 |
"down_proj",
|
26 |
+
"gate",
|
27 |
+
"k_proj",
|
28 |
"o_proj",
|
29 |
+
"v_proj",
|
30 |
"gate_proj",
|
31 |
+
"up_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:613dc418f7f74ba2a5e952a581791c7e59dfeaf2b044fc763fec17368fae2186
|
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:db308e89136268b0b7904fb33e4d5d741e59a3dc3d198b678512630250a15cf4
|
3 |
size 6776
|