Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"v_proj",
|
| 23 |
-
"k_proj",
|
| 24 |
-
"gate_proj",
|
| 25 |
-
"o_proj",
|
| 26 |
"up_proj",
|
|
|
|
|
|
|
| 27 |
"down_proj",
|
| 28 |
-
"
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"up_proj",
|
| 23 |
+
"gate_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
"down_proj",
|
| 26 |
+
"k_proj",
|
| 27 |
+
"o_proj",
|
| 28 |
+
"v_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1952330744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b2d4b1d05e3588220a3880ddfd8fad325d2e44c9275f75eb93048a0d1eb3491
|
| 3 |
size 1952330744
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23396ea5c9601cd85a6864f5dbd22a3a11d57944dc16a3626c6545213235c876
|
| 3 |
size 4728
|