Training in progress, step 2050
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -27,13 +27,13 @@
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
-
"v_proj",
|
| 31 |
"k_proj",
|
| 32 |
"o_proj",
|
| 33 |
-
"
|
| 34 |
-
"gate_proj",
|
| 35 |
"up_proj",
|
| 36 |
-
"
|
|
|
|
|
|
|
| 37 |
],
|
| 38 |
"task_type": "CAUSAL_LM",
|
| 39 |
"trainable_token_indices": null,
|
|
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
|
|
|
| 30 |
"k_proj",
|
| 31 |
"o_proj",
|
| 32 |
+
"down_proj",
|
|
|
|
| 33 |
"up_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"gate_proj"
|
| 37 |
],
|
| 38 |
"task_type": "CAUSAL_LM",
|
| 39 |
"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 2140427352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5b2ac5cca09816f8a5803a110af2cc9bba6854736002c97397f089231dc514
|
| 3 |
size 2140427352
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4216263046c7af106b072728b42e03ca26e065c089761c90efec29c9cd7d0bc
|
| 3 |
size 5816
|