Instructions to use constructai/Qwenite3.5-0.8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use constructai/Qwenite3.5-0.8B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="constructai/Qwenite3.5-0.8B-GGUF", filename="Qwenite3.5-0.8B-F16.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use constructai/Qwenite3.5-0.8B-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use constructai/Qwenite3.5-0.8B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "constructai/Qwenite3.5-0.8B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "constructai/Qwenite3.5-0.8B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
- Ollama
How to use constructai/Qwenite3.5-0.8B-GGUF with Ollama:
ollama run hf.co/constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
- Unsloth Studio
How to use constructai/Qwenite3.5-0.8B-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for constructai/Qwenite3.5-0.8B-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for constructai/Qwenite3.5-0.8B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for constructai/Qwenite3.5-0.8B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use constructai/Qwenite3.5-0.8B-GGUF with Docker Model Runner:
docker model run hf.co/constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
- Lemonade
How to use constructai/Qwenite3.5-0.8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull constructai/Qwenite3.5-0.8B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwenite3.5-0.8B-GGUF-Q4_K_M
List all available models
lemonade list
File size: 4,728 Bytes
7fe5210 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | ---
license: apache-2.0
pipeline_tag: text-generation
tags:
- unsloth
base_model:
- constructai/Qwenite3.5-0.8B
---
# 💥 Qwenite3.5-0.8B-GGUF
**📄 Overview**
| | |
|---|---|
| **Base Model** | constructai/Qwenite3.5-0.8B |
| **Parameters** | 0.9B |
**Quant types**
| Quant type | Size |
|---|---|
| **Q2_K** | 422 MB |
| **Q3_K_S** | 435 MB |
| **Q3_K_M** | 466 MB |
| **Q3_K_L** | 491 MB |
| **IQ4_XS** | 506 MB |
| **Q4_K_S** | 505 MB |
| **Q4_K_M** | 529 MB |
| **Q5_K_S** | 564 MB |
| **Q5_K_M** | 578 MB |
| **Q6_K** | 630 MB |
| **Q8_0** | 812 MB |
| **F16** | 1.52 GB |
---
**🎯 Intended Use**
This model is designed for **step‑by‑step reasoning tasks** where the answer requires logical decomposition before the final response. It is optimized for:
- **Educational applications** — explaining "why" and "how" questions
- **On‑device assistants** — runs on mobile, Raspberry Pi, or CPU‑only environments
- **Fast prototyping** — small footprint (0.9B parameters), low latency
- **Reasoning distillation research** — studying how small models learn from large ones (Granite → Qwen)
**Not recommended for:** multimodal tasks, non‑reasoning chat (e.g., creative writing), or production systems requiring 100% factual accuracy.
---
**⚠️ Limitations & Intended Use**
Intended Use:
* 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 (Granite → Qwen)
Limitations:
* 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/Granite-v4.1-Distilled-15K` dataset; not safety‑filtered for harmful content
* Hardware specific — optimised for T4/consumer GPUs; very slow on CPU without quantisation
---
# Train details
This experiment went **surprisingly well**, and the small `Qwen3.5-0.8B-Base` model performed an **excellent job**, showing **decent results**. Thanks to the correctly selected **LoRA** hyperparameters (r=32, alpha=64) and the use of a high-quality synthetic dataset `Granite-v4.1-Distilled-15K`, the loss was lowered below **0.8**, and the model consistently gives **correct answers** on validation examples (as in the task about monkeys on branches). You can try out `Qwenite3.5-0.8B` using this code:
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_id = "constructai/Qwenite3.5-0.8B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
def ask(question):
prompt = f"<|im_start|>user\n{question}\nAnswer concisely:<|im_end|>\n<|im_start|>assistant\n"
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=1024, temperature=0.1, do_sample=True)
answer = tokenizer.decode(outputs[0][inputs.input_ids.shape[-1]:], skip_special_tokens=True)
return answer
test_questions = [
"On one branch there are 2 monkeys. On two such branches there are 4 monkeys. Now answer: How many on 3 branches?",
]
for q in test_questions:
print(f"Q: {q}")
print(f"A: {ask(q)}\n{'-'*50}")
```
---
**🙏 Acknowledgements**
This project would not have been possible without the open‑source community and the following resources:
* [Qwen Team](https://huggingface.co/Qwen) (Alibaba Cloud) — for releasing the Qwen3.5-0.8B-Base model under Apache 2.0, a perfect balance of size and intelligence.
* [Unsloth AI](https://huggingface.co/unsloth) — for making fine‑tuning on consumer hardware fast and memory‑efficient.
* [Hugging Face](https://huggingface.co/) — for the ecosystem (transformers, datasets, PEFT, Hub) that democratises LLM training.
* [Kaggle](https://www.kaggle.com) — for providing free T4 GPU runtime to run this experiment.
---
**📖 Citation**
```bibtex
@misc{Qwenite3.5-0.8B-GGUF,
author = {constructai},
title = {Qwenite3.5-0.8B: Small Reasoning Model via SFT on Granite Traces},
year = {2026},
publisher = {Hugging Face},
howpublished = {https://huggingface.co/constructai/Qwenite3.5-0.8B-GGUF},
}
``` |