CoolFace
Modelpublic

theprint/Summarizer-v1-2B-GGUF

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes383downloads
Model Card

Summarizer-v1-2B (GGUF)

A fine-tuned version of `unsloth/Qwen3.5-2B` trained on theprint Alpaca Docs n Summaries 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 Alpaca Docs n Summaries dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

PropertyValue
Base modelunsloth/Qwen3.5-2B
Training datatheprint/Alpaca-Docs-n-Summaries
Fine-tuning epochs2
Fine-tuning date2026-07-12
Fine-tuning methodLoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

ParameterValue
r64
alpha64
dropout0.0
target_modules['q_proj', 'v_proj', 'k_proj', 'o_proj', 'gate_proj', 'up_proj', 'down_proj']

Training

ParameterValue
learning_rate1e-05
batch_size4
gradient_accumulation_steps1
warmup_ratio0.05
max_seq_length2048
quantizationnone

GGUF Files

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

FileDescription
Summarizer-v1-2B-GGUF-BF16.ggufBF16
Summarizer-v1-2B-GGUF-Q8_0.gguf8-bit — near-lossless, larger file
Summarizer-v1-2B-GGUF-Q6_K.gguf6-bit — high quality
Summarizer-v1-2B-GGUF-Q5_K_M.gguf5-bit medium — good quality/size balance
Summarizer-v1-2B-GGUF-Q5_K_S.ggufQ5KS
Summarizer-v1-2B-GGUF-Q4_K_M.gguf4-bit medium — recommended for most use cases
Summarizer-v1-2B-GGUF-Q4_K_S.ggufQ4KS
Summarizer-v1-2B-GGUF-Q3_K_L.ggufQ3KL
Summarizer-v1-2B-GGUF-Q3_K_M.ggufQ3KM
Summarizer-v1-2B-GGUF-Q3_K_S.ggufQ3KS
Summarizer-v1-2B-GGUF-Q2_K.gguf2-bit — smallest size, lowest quality
Summarizer-v1-2B-GGUF-IQ4_NL.ggufIQ4_NL

Generated by Auto-SFT