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