tuanna08go
commited on
Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
"down_proj",
|
25 |
"o_proj",
|
26 |
-
"
|
27 |
"k_proj",
|
28 |
"gate_proj",
|
|
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"down_proj",
|
24 |
"o_proj",
|
25 |
+
"v_proj",
|
26 |
"k_proj",
|
27 |
"gate_proj",
|
28 |
+
"q_proj",
|
29 |
"up_proj"
|
30 |
],
|
31 |
"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 604317736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:408d2e8f4245ab5f329fc35b9aa228b9f0ad880802243bf434d70b4b8c224355
|
3 |
size 604317736
|
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:a0af454ef177e13eb679188c8e463281b8201cf28b06aa3ed8efe6492a2a8b41
|
3 |
size 6776
|