-
Educational & Reasoning tasks — explaining step‑by‑step logic (math, science, common sense)
-
On‑device assistants — runs on CPU, Raspberry Pi, mobile (small footprint, fast inference)
-
Research baseline — for studying SFT‑only reasoning without RLHF/DPO
-
Distillation experiments — testing how well small models learn from large (Ling → Qwen)
-
Size matters — 0.9B parameters, so complex or multi‑hop reasoning may still fail
-
No multimodal — text only; images, video, audio are not supported
-
Factual accuracy — may hallucinate or give incorrect answers; always verify critical outputs
-
Domain restricted — trained on 15,000 reasoning examples (2.5 epochs); general chat or creative writing may be suboptimal
-
Training data bias — inherits biases from constructai/Ling-v2.6-Flash-Distilled-15K dataset; not safety‑filtered for harmful content
-
Hardware specific — optimised for T4/consumer GPUs; very slow on CPU without quantisation
This project would not have been possible without the open‑source community and the following resources:
1@misc{Qweling3.5-0.8B-GGUF,
2 author = {constructai},
3 title = {Qwenling3.5-0.8B: Small Reasoning Model via SFT on Ling Traces},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {https://huggingface.co/constructai/Qweling3.5-0.8B-GGUF},
7}