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

ProductiveHabits-v1-2B (GGUF)

A fine-tuned version of unsloth/Qwen3.5-2B trained on theprint GeneralChat GPT data using Auto-SFT — an automated hyperparameter search and supervised fine-tuning pipeline.

The base model was adapted to follow the style and content of the theprint GeneralChat GPT dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

Property Value
Base model unsloth/Qwen3.5-2B
Training data theprint/GeneralChat-GPT
Fine-tuning epochs 1
Fine-tuning date 2026-07-26
Fine-tuning method LoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

Parameter Value
r 64
alpha 256
dropout 0.01
target_modules ['q_proj', 'v_proj', 'k_proj', 'o_proj']

Training

Parameter Value
learning_rate 1e-05
batch_size 2
gradient_accumulation_steps 1
warmup_ratio 0.03
max_seq_length 2048
quantization none

GGUF Files

These quantized GGUF files can be used directly with llama.cpp, Ollama, LM Studio, and other compatible runtimes.

File Description
ProductiveHabits-v1-2B-GGUF-BF16.gguf BF16
ProductiveHabits-v1-2B-GGUF-Q8_0.gguf 8-bit — near-lossless, larger file
ProductiveHabits-v1-2B-GGUF-Q6_K.gguf 6-bit — high quality
ProductiveHabits-v1-2B-GGUF-Q5_K_M.gguf 5-bit medium — good quality/size balance
ProductiveHabits-v1-2B-GGUF-Q5_K_S.gguf Q5_K_S
ProductiveHabits-v1-2B-GGUF-Q4_K_M.gguf 4-bit medium — recommended for most use cases
ProductiveHabits-v1-2B-GGUF-Q4_K_S.gguf Q4_K_S
ProductiveHabits-v1-2B-GGUF-Q3_K_L.gguf Q3_K_L
ProductiveHabits-v1-2B-GGUF-Q3_K_M.gguf Q3_K_M
ProductiveHabits-v1-2B-GGUF-Q3_K_S.gguf Q3_K_S
ProductiveHabits-v1-2B-GGUF-Q2_K.gguf 2-bit — smallest size, lowest quality
ProductiveHabits-v1-2B-GGUF-IQ4_XS.gguf IQ4_XS
ProductiveHabits-v1-2B-GGUF-IQ4_NL.gguf IQ4_NL
ProductiveHabits-v1-2B-GGUF-TQ2_0.gguf TQ2_0

Generated by Auto-SFT

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for theprint/ProductiveHabits-v1-2B-GGUF

Finetuned
Qwen/Qwen3.5-2B
Adapter
(57)
this model

Dataset used to train theprint/ProductiveHabits-v1-2B-GGUF

Collection including theprint/ProductiveHabits-v1-2B-GGUF