Instructions to use Nofing/Qwen3-0.6B-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nofing/Qwen3-0.6B-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Nofing/Qwen3-0.6B-sft", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -29,12 +29,12 @@
|
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
"v_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
"k_proj",
|
| 35 |
"o_proj",
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
],
|
| 39 |
"task_type": null,
|
| 40 |
"trainable_token_indices": null,
|
|
|
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
"v_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
"k_proj",
|
| 35 |
"o_proj",
|
| 36 |
+
"down_proj",
|
| 37 |
+
"q_proj"
|
| 38 |
],
|
| 39 |
"task_type": null,
|
| 40 |
"trainable_token_indices": null,
|
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:940f58ed71c6ecd7e496d27b4ba9698dda19182f8e8152b679db9d41c46b006d
|
| 3 |
size 161533160
|