tuanna08go
commited on
Commit
•
51ae946
1
Parent(s):
fe7adf4
Training in progress, step 13
Browse files- adapter_config.json +3 -3
- 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 |
-
"down_proj",
|
24 |
-
"o_proj",
|
25 |
"up_proj",
|
26 |
-
"q_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"k_proj",
|
|
|
|
|
29 |
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"up_proj",
|
|
|
24 |
"gate_proj",
|
25 |
+
"q_proj",
|
26 |
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_proj",
|
29 |
"v_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 22573704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5488cc2e2b855a246cfb63a50d8e8f62e912de203053a9124406a57805938220
|
3 |
size 22573704
|
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:8f231729bb9e37f6f1727c4541ad17ee07fa4bf507ef85eb8d3006967374cb66
|
3 |
size 6776
|