Training in progress, step 13
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 |
"o_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
-
"down_proj",
|
| 26 |
"gate_proj",
|
| 27 |
"q_proj",
|
| 28 |
-
"
|
| 29 |
-
"k_proj"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"o_proj",
|
|
|
|
|
|
|
| 24 |
"gate_proj",
|
| 25 |
"q_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"v_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 17640136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55fb18b38405b808b1ba234701360e0b0e82c4a52a35801f371b0e2289f9c0b6
|
| 3 |
size 17640136
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298d025f20922bea2e31dff7fc3a7b5d10e6daac44f77b97bee58a27aa252ebe
|
| 3 |
size 6776
|