Training in progress, step 20
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -23,12 +23,12 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"up_proj",
|
| 27 |
-
"o_proj",
|
| 28 |
"down_proj",
|
| 29 |
-
"gate_proj",
|
| 30 |
"k_proj",
|
| 31 |
-
"
|
|
|
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"v_proj",
|
| 27 |
"up_proj",
|
|
|
|
| 28 |
"down_proj",
|
|
|
|
| 29 |
"k_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60d95b10b6e140a9626a7058d5038528f2ff80148dc4569b881db56052046509
|
| 3 |
+
size 40
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75cc1c25ed33ec020c3cccea6503cdc3b50641748127d98b59cc27809b807b93
|
| 3 |
+
size 9144
|