Training in progress, step 2000
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
|
|
|
|
|
|
| 24 |
"o_proj",
|
|
|
|
| 25 |
"up_proj",
|
| 26 |
-
"
|
| 27 |
-
"k_proj",
|
| 28 |
-
"down_proj",
|
| 29 |
-
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
| 24 |
+
"k_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
"o_proj",
|
| 27 |
+
"q_proj",
|
| 28 |
"up_proj",
|
| 29 |
+
"down_proj"
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"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 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dcb336b675295f2488ffb5c103950cd6f370ab5b04eb555be4361518595c4a8
|
| 3 |
size 167832240
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf5874793c57052cd9ae985c967bdd550931eec6b8fddf2ce2c6525de4c2511
|
| 3 |
size 5496
|