CoolFace
Modelpublic

theprint/Llama3.2-3B-Explained-GGUF

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes237downloads
Model Card

Llama3.2-3B-Explained (GGUF)

A fine-tuned version of `meta-llama/Llama-3.2-3B-Instruct` trained on Explained 0.41k alpaca 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 Explained 0.41k alpaca dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

PropertyValue
Base modelmeta-llama/Llama-3.2-3B-Instruct
Training datadata/Explained-0.41k-alpaca.json
Fine-tuning epochs2
Fine-tuning date2026-03-25
Fine-tuning methodLoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

ParameterValue
r4
alpha8
dropout0.0
target_modules['q_proj', 'v_proj', 'k_proj', 'o_proj']

Training

ParameterValue
learning_rate1e-05
batch_size1
gradient_accumulation_steps2
warmup_ratio0.0
max_seq_length512

GGUF Files

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

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

Generated by [Auto-SFT](https://github.com/your-org/auto-sft)