Llama 3.2 3B โ€” Emotional Support (GGUF)

Fine-tune of Llama 3.2 3B Instruct for warm, emotionally supportive conversation in English, quantized to GGUF Q4_K_M for on-device inference with llama.cpp.

These weights power Demo Chat, a fully offline Android chatbot โ€” source code: https://github.com/T3cm0/Chatbot_Movil_Proyecto

Model details

Base model unsloth/llama-3.2-3b-instruct-bnb-4bit
Fine-tuning SFT with Unsloth + TRL, 2,000 steps
Domain Emotionally supportive conversation (English)
File llama32-3b-emo-Q4_K_M.gguf (~1.9 GB)
Context window used on device 2,048 tokens
Recommended sampling temp 0.6 ยท top_p 0.9 ยท top_k 40

Usage (llama.cpp)

llama-cli -m llama32-3b-emo-Q4_K_M.gguf -c 2048 --temp 0.6 --top-p 0.9

The model uses the standard Llama 3 chat template.

Conversion pipeline

bnb-4bit โ†’ fp16 (dequantize) โ†’ GGUF f16 (convert_hf_to_gguf.py) โ†’ Q4_K_M (llama-quantize). Note: transformers must be pinned to 4.49.0 for the dequantization step.

โš ๏ธ Q4_0 quantizations of this model produced incoherent output with llama-quantize build b10488 (reproduced on x86-64 and ARM). Use Q4_K_M.

License

Derivative of Llama 3.2 โ€” distributed under the Llama 3.2 Community License. Built with Llama.

Downloads last month
36
GGUF
Model size
3B params
Architecture
llama
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