salma-remyx
commited on
Commit
•
5409fae
1
Parent(s):
9b2e34f
Training in progress, step 1600
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.model +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"gate_proj",
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
"v_proj",
|
26 |
"q_proj",
|
|
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"gate_proj",
|
23 |
+
"up_proj",
|
|
|
24 |
"v_proj",
|
25 |
"q_proj",
|
26 |
+
"o_proj",
|
27 |
"down_proj",
|
28 |
+
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 639691872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9bac411dca61081c554b5cb57b3bc74c39864c4d19118b61eef3605be26e926
|
3 |
size 639691872
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab65be5060fc082512a6cbfc10ede409141a70ee73b61c6255223a7fe2ab9d1d
|
3 |
size 4728
|