GGUF
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 FreeAIn/Pwen-3.5-2B:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf FreeAIn/Pwen-3.5-2B:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf FreeAIn/Pwen-3.5-2B:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf FreeAIn/Pwen-3.5-2B: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 FreeAIn/Pwen-3.5-2B:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf FreeAIn/Pwen-3.5-2B: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 FreeAIn/Pwen-3.5-2B:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf FreeAIn/Pwen-3.5-2B:Q4_K_M
Use Docker
docker model run hf.co/FreeAIn/Pwen-3.5-2B:Q4_K_M
Quick Links

Pwen 3.5

Pwen 3.5 is a finetuned version of Qwen3.5-2B specialized for study notes, explanations, and concise technical summaries. Finetuned by Pavel Hanzel using Unsloth on Apple Silicon.

Model Details

Attribute Value
Base Model Qwen/Qwen3.5-2B by Alibaba Cloud
Model Type Causal Language Model
Finetune Method QLoRA via Unsloth
Language English
License CC BY-SA 4.0 + Qwen License
Author Pavel Hanzel
Release Date July 2026

Files & Sizes

File Format Size Use Case
Qwen3.5-2B.Q4_K_M.gguf GGUF Q4_K_M ~1.3 GB Recommended for Ollama, LM Studio, llama.cpp

Intended Use

Good for:

  • Generating structured study notes with headers + bullets
  • Explaining code, math, and technical concepts concisely
  • Summarizing documents into revision format
  • Q&A in educational contexts

Not good for:

  • Roleplay or creative fiction
  • Uncensored/unfiltered outputs - inherits Qwen safety
  • Non-English languages - trained on English only
  • Factual accuracy on events after 2025

Training Data

Finetuned on 202 curated prompt-response pairs covering: 3. Domains: JavaScript, Python, algorithms, physics, general text

LoRA config: r=16, alpha=16, dropout=0.01, target modules: q_proj, k_proj, v_proj, o_proj. Trained 300 Steps.

Recommend not using thinking mode. It can break and stuck itself inside thinking loop!

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

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support