Instructions to use gpol13/qwen3_ia3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gpol13/qwen3_ia3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gpol13/qwen3_ia3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +7 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"feedforward_modules": [
|
| 6 |
"gate_proj",
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
],
|
| 10 |
"inference_mode": true,
|
| 11 |
"init_ia3_weights": true,
|
|
@@ -13,12 +13,13 @@
|
|
| 13 |
"peft_type": "IA3",
|
| 14 |
"revision": null,
|
| 15 |
"target_modules": [
|
| 16 |
-
"
|
| 17 |
-
"gate_proj",
|
| 18 |
"q_proj",
|
| 19 |
-
"
|
|
|
|
|
|
|
| 20 |
"down_proj",
|
| 21 |
-
"
|
| 22 |
],
|
| 23 |
"task_type": "CAUSAL_LM"
|
| 24 |
}
|
|
|
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"feedforward_modules": [
|
| 6 |
"gate_proj",
|
| 7 |
+
"up_proj",
|
| 8 |
+
"down_proj"
|
| 9 |
],
|
| 10 |
"inference_mode": true,
|
| 11 |
"init_ia3_weights": true,
|
|
|
|
| 13 |
"peft_type": "IA3",
|
| 14 |
"revision": null,
|
| 15 |
"target_modules": [
|
| 16 |
+
"o_proj",
|
|
|
|
| 17 |
"q_proj",
|
| 18 |
+
"gate_proj",
|
| 19 |
+
"up_proj",
|
| 20 |
+
"k_proj",
|
| 21 |
"down_proj",
|
| 22 |
+
"v_proj"
|
| 23 |
],
|
| 24 |
"task_type": "CAUSAL_LM"
|
| 25 |
}
|
adapter_model.safetensors
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:06cdac15d76fa4370f905a10306957922b7f72d713211f4a0eebf2c4832f7090
|
| 3 |
+
size 1170472
|