Training in progress, step 297
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,13 +26,13 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"
|
| 30 |
"q_proj",
|
|
|
|
| 31 |
"gate_proj",
|
| 32 |
-
"up_proj",
|
| 33 |
-
"k_proj",
|
| 34 |
"down_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 |
"q_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
"gate_proj",
|
|
|
|
|
|
|
| 33 |
"down_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"up_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 1345845976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1269157d3a8b19019198cad69cfa235304b4034eb08e692689e3f8d58c2434fe
|
| 3 |
size 1345845976
|
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:8a78d92f7e020ab51b95ec99ec265945b280e46ab987cfbf7c777a7f929acece
|
| 3 |
+
size 34363458
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c8f5b16341fd807d12dd57d18b2d7e7b9c7f8082d4c8ef8c127ace10ab39e5c
|
| 3 |
size 6840
|