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