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
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"v_proj",
|
23 |
-
"w3",
|
24 |
-
"gate",
|
25 |
"q_proj",
|
26 |
-
"o_proj",
|
27 |
-
"w1",
|
28 |
"w2",
|
29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"q_proj",
|
|
|
|
|
23 |
"w2",
|
24 |
+
"gate",
|
25 |
+
"k_proj",
|
26 |
+
"w1",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"w3"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3875879784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:787849aecebe1bb71009bb4f6c7bffa5038f87f3355374a1590ef4812a83259e
|
3 |
size 3875879784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2379e34e098e8caa4db2517f5ca66abcfb4392b218e4596c3f557d8658aeeae4
|
3 |
size 5240
|