CoolFace
Modelpublic

theprint/ProductiveHabits-v1-2B-GGUF

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

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

PropertyValue
Base modelunsloth/Qwen3.5-2B
Training datatheprint/GeneralChat-GPT
Fine-tuning epochs1
Fine-tuning date2026-07-26
Fine-tuning methodLoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

ParameterValue
r64
alpha256
dropout0.01
target_modules['q_proj', 'v_proj', 'k_proj', 'o_proj']

Training

ParameterValue
learning_rate1e-05
batch_size2
gradient_accumulation_steps1
warmup_ratio0.03
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
ProductiveHabits-v1-2B-GGUF-BF16.ggufBF16
ProductiveHabits-v1-2B-GGUF-Q8_0.gguf8-bit — near-lossless, larger file
ProductiveHabits-v1-2B-GGUF-Q6_K.gguf6-bit — high quality
ProductiveHabits-v1-2B-GGUF-Q5_K_M.gguf5-bit medium — good quality/size balance
ProductiveHabits-v1-2B-GGUF-Q5_K_S.ggufQ5KS
ProductiveHabits-v1-2B-GGUF-Q4_K_M.gguf4-bit medium — recommended for most use cases
ProductiveHabits-v1-2B-GGUF-Q4_K_S.ggufQ4KS
ProductiveHabits-v1-2B-GGUF-Q3_K_L.ggufQ3KL
ProductiveHabits-v1-2B-GGUF-Q3_K_M.ggufQ3KM
ProductiveHabits-v1-2B-GGUF-Q3_K_S.ggufQ3KS
ProductiveHabits-v1-2B-GGUF-Q2_K.gguf2-bit — smallest size, lowest quality
ProductiveHabits-v1-2B-GGUF-IQ4_XS.ggufIQ4_XS
ProductiveHabits-v1-2B-GGUF-IQ4_NL.ggufIQ4_NL
ProductiveHabits-v1-2B-GGUF-TQ2_0.ggufTQ2_0

Generated by Auto-SFT