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 |
"up_proj",
|
25 |
-
"shared_expert_gate",
|
26 |
-
"k_proj",
|
27 |
"o_proj",
|
28 |
-
"gate",
|
29 |
"down_proj",
|
30 |
-
"
|
31 |
-
"
|
|
|
|
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate",
|
24 |
"up_proj",
|
|
|
|
|
25 |
"o_proj",
|
|
|
26 |
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"shared_expert_gate",
|
29 |
+
"k_proj",
|
30 |
+
"v_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:058e9a9bbc2100ad398475c7ad9ad9d02a95281afaaa9de2fdeefe5eead17bfb
|
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:d0a2bbed1291e36eec0dbb2b7cb22c37243de68110bc9bc5aecfe553fe76ad11
|
3 |
size 6776
|