hoangphu7122002ai
commited on
Commit
·
705bc74
1
Parent(s):
c7b392c
Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
19 |
"gate_proj",
|
20 |
"down_proj",
|
21 |
"o_proj",
|
22 |
"up_proj",
|
23 |
-
"v_proj"
|
24 |
-
"k_proj",
|
25 |
-
"q_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"q_proj",
|
20 |
+
"k_proj",
|
21 |
"gate_proj",
|
22 |
"down_proj",
|
23 |
"o_proj",
|
24 |
"up_proj",
|
25 |
+
"v_proj"
|
|
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160069389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78254a256ab6c7cb6c67026f758d7f45f061ae1647332aebf0aa7170a3c743a1
|
3 |
size 160069389
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b713fd0a4dfe25b5dfd30cbcc8709582e35d3fb96ecd2c9c110000b8e31fbf
|
3 |
size 4155
|