eekay/Qwen3-0.6B-synth_docs
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -30,12 +30,12 @@
|
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
"q_proj",
|
| 33 |
-
"k_proj",
|
| 34 |
-
"up_proj",
|
| 35 |
-
"o_proj",
|
| 36 |
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 37 |
"down_proj",
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
"q_proj",
|
|
|
|
|
|
|
|
|
|
| 33 |
"gate_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
"down_proj",
|
| 38 |
+
"k_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 161533160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d8de3713ac7a3911ca0e02d42e554e109b09fde00283de5c8a37b06df5be341
|
| 3 |
size 161533160
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6289
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32606b441fe8cac6acb936fc775f0dc9a629355ba5e2ca1c0be9c77603f467f3
|
| 3 |
size 6289
|