fasterinnerlooper
commited on
Commit
•
ef5dd17
1
Parent(s):
f237636
Training in progress, step 100
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"down_proj",
|
23 |
"o_proj",
|
24 |
-
"q_proj",
|
25 |
"v_proj",
|
26 |
"k_proj",
|
27 |
-
"
|
28 |
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"up_proj",
|
23 |
"down_proj",
|
24 |
"o_proj",
|
|
|
25 |
"v_proj",
|
26 |
"k_proj",
|
27 |
+
"q_proj",
|
28 |
"gate_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73001706907953ced8e43a9e58d50e6b946b6441fc284c4a591c86962166df28
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e399c4201a92733e98ad1c287dc5362f1c730bdc9a4f61ef46a969484c8243b
|
3 |
size 4792
|