GGUF
English
conversational
How to use from
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 reecdev/Tiny3.5-1.5B:F16
# Run inference directly in the terminal:
llama cli -hf reecdev/Tiny3.5-1.5B:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf reecdev/Tiny3.5-1.5B:F16
# Run inference directly in the terminal:
llama cli -hf reecdev/Tiny3.5-1.5B:F16
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 reecdev/Tiny3.5-1.5B:F16
# Run inference directly in the terminal:
./llama-cli -hf reecdev/Tiny3.5-1.5B:F16
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 reecdev/Tiny3.5-1.5B:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf reecdev/Tiny3.5-1.5B:F16
Use Docker
docker model run hf.co/reecdev/Tiny3.5-1.5B:F16
Quick Links

Tiny3.5

An attempt to compress Qwen3.5 into 500M and 1.5B parameters.

What is this?

Tiny3.5 is my community effort to create tiny and more efficient versions of Qwen3.5. The strengths of Tiny3.5 include very low inference latency, minimal overthinking, and being able to run on much weaker hardware. However, it's important to realize that Tiny3.5 is sub-2B parameters. Don't expect a 99% score on every single benchmark.

How is this better than Qwen3.5?

Tiny3.5 uses many techniques to produce better efficiency than Qwen3.5 in many scenarios. We use multi-shot distillation to filter out pointless reasoning loops and improve the overall quality of responses.

Can I create my own model using the Tiny3.5 dataset?

Absolutely! Our distillation dataset is open-source, and the code used to create it alongside a copy of the dataset is available on our GitHub: https://github.com/reecdev/tiny3.5

Downloads last month
5
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for reecdev/Tiny3.5-1.5B

Quantized
(70)
this model

Dataset used to train reecdev/Tiny3.5-1.5B