LoneStriker
commited on
Training in progress, step 800
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
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 |
-
"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
|
|
|
|
|
|
23 |
"w1",
|
|
|
24 |
"v_proj",
|
25 |
+
"gate",
|
26 |
+
"o_proj",
|
27 |
+
"w3",
|
28 |
+
"k_proj",
|
29 |
+
"w2"
|
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:44aa845c156edccf2ae4ddd7e2beae8a1fda325c5686126927efa9754cf8365e
|
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:780de698ec82d7ad844f990871fa0a7271584912bbbe0a805c641684c304c535
|
3 |
size 5240
|