Views
No views yet

If you only need text fine-tuning, use techwithsergiu/Qwen3.5-text-0.8B-bnb-4bit instead — same backbone, visual tower removed, lighter VRAM footprint.
bitsandbytes NF4 double-quant (bnb_4bit_quant_type=nf4, bnb_4bit_compute_dtype=bfloat16)llm_int8_skip_modules) — required for correct image inferencelm_head.weight kept at bf16 for output quality
| Model | Type | Base model |
|---|---|---|
| Qwen/Qwen3.5-0.8B | f16 · VLM · source | — |
| techwithsergiu/Qwen3.5-0.8B-bnb-4bit | BNB NF4 · VLM | Qwen/Qwen3.5-0.8B |
| techwithsergiu/Qwen3.5-text-0.8B | bf16 · text-only | Qwen/Qwen3.5-0.8B |
| techwithsergiu/Qwen3.5-text-0.8B-bnb-4bit | BNB NF4 · text-only | Qwen3.5-text-0.8B |
| techwithsergiu/Qwen3.5-text-0.8B-GGUF | GGUF quants | Qwen3.5-text-0.8B |

1@misc{qwen3.5,
2 title = {{Qwen3.5}: Towards Native Multimodal Agents},
3 author = {{Qwen Team}},
4 month = {February},
5 year = {2026},
6 url = {https://qwen.ai/blog?id=qwen3.5}
7}