You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Access to this THOX model is granted manually by THOX.ai LLC.

Log in or Sign Up to review the conditions and access this model content.

ThoxMini-3B

License Params Base GGUF Format Access

Your AI. Your Data. Your Rules.

THOX 'Mini' — Llama-3.2-3B-Instruct SFT LoRA with a bundled Q4_K_M GGUF for on-device use.

What this is

  • Base: meta-llama/Llama-3.2-3B-Instruct (Llama 3.2 Community License). Trained on the unsloth 4-bit re-upload.
  • LoRA r=16, α=32; 1,565-row SFT; ctx 8192; bundled thoxmini-3b-Q4_K_M.gguf.
  • Gated (Thox.ai LLC manual approval).
  • Naming note: Meta's Llama license expects derivative names to carry 'Llama' — flagged in thox-ollama-models.

Intended use

On-device / edge text generation within the THOX stack. Not a safety-aligned public assistant unless deployed behind THOX guardrails.

Prompt / chat template

<|begin_of_text|><|start_header_id|>system<|end_header_id|>

{system}<|eot_id|><|start_header_id|>user<|end_header_id|>

{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>

Usage

Transformers + PEFT

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base = "meta-llama/Llama-3.2-3B-Instruct"
adapter = "Thox-ai/ThoxMini-3B"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")
model = PeftModel.from_pretrained(model, adapter)

Bundled GGUF (llama.cpp / Ollama)

huggingface-cli download Thox-ai/ThoxMini-3B --include '*.gguf' --local-dir ./ThoxMini-3B

Links


THOX.ai LLC — Your AI. Your Data. Your Rules. · On-device and private by design.

Downloads last month
72
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

Model tree for Thox-ai/ThoxMini-3B

Adapter
(838)
this model

Spaces using Thox-ai/ThoxMini-3B 2