Training in progress, step 15
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"v_proj",
|
| 27 |
"k_proj",
|
| 28 |
-
"
|
| 29 |
"gate_proj",
|
| 30 |
"o_proj",
|
| 31 |
"up_proj",
|
| 32 |
-
"down_proj"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
"gate_proj",
|
| 29 |
"o_proj",
|
| 30 |
"up_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"q_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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 12208024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb778b34ac393ec285a04d2fe48e3ebd2d8580ccf64c12d8198d153feb1e6818
|
| 3 |
size 12208024
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c0b04a3a8af80ab201e3c146591cbf297d37125c1ca9550e25fe6c1d3c0e105
|
| 3 |
+
size 17210301
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de12111c383da1ace27e613635ebca1b09f710ab1291835b83709b7504f6467a
|
| 3 |
+
size 14776
|