Training in progress, step 3
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 |
-
"shared_expert_gate",
|
25 |
-
"k_proj",
|
26 |
"q_proj",
|
|
|
|
|
|
|
27 |
"v_proj",
|
28 |
"up_proj",
|
29 |
-
"
|
30 |
-
"down_proj"
|
31 |
-
"gate"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate",
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"k_proj",
|
26 |
+
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
"v_proj",
|
29 |
"up_proj",
|
30 |
+
"shared_expert_gate",
|
31 |
+
"down_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 619632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf0e485870825f64d302019f5843d7db11744a138aec55c16990179f622a09f8
|
3 |
size 619632
|
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:6836878b4d58f42aba8b8da9c26e88662a423037cdadf955f0d7e08457efa733
|
3 |
size 6776
|