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
|
@@ -26,13 +26,13 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"up_proj",
|
| 30 |
-
"gate_proj",
|
| 31 |
-
"down_proj",
|
| 32 |
-
"k_proj",
|
| 33 |
"v_proj",
|
|
|
|
| 34 |
"o_proj",
|
| 35 |
-
"
|
|
|
|
|
|
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
"o_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"down_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2468152240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:771f72eac4c1cded25703e97fc1a1ae728b30dadc36f346ce106d97889a167fd
|
| 3 |
size 2468152240
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b319e47037fdd45f750546cf4e58cd5eecb4a7fff9fc76224721a2aed45b0947
|
| 3 |
size 6097
|