Training in progress, step 185
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,14 +24,14 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"k_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
-
"down_proj",
|
| 30 |
"o_proj",
|
|
|
|
|
|
|
|
|
|
| 31 |
"v_proj",
|
|
|
|
| 32 |
"up_proj",
|
| 33 |
-
"
|
| 34 |
-
"lm_head"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"lm_head",
|
| 30 |
+
"down_proj",
|
| 31 |
"v_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
"up_proj",
|
| 34 |
+
"q_proj"
|
|
|
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 361377080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca4218965cc5ff08cf152fcdabc3261ec8c93c8dc13f7bf8af58e73602a9ca0d
|
| 3 |
size 361377080
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62a92d59389dc8d4d7ea8af522fd28e7cb89aab94c6027a107713e53cebcdbc6
|
| 3 |
size 5777
|