Thox-ai/thox-micro-125m
0684
thox-micro-125m
Your AI. Your Data. Your Rules.
From-scratch 123M Llama-architecture base/completion model for edge and on-device use.
What this is
- Trained from scratch (THOX-owned) — Apache-2.0.
- Base/completion model, not an instruction-tuned assistant.
- Best validation loss 2.6099 (internal eval).
Architecture (from config)
Intended use
On-device / edge text generation within the THOX stack. Not a safety-aligned public assistant unless deployed behind THOX guardrails.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("Thox-ai/thox-micro-125m")
model = AutoModelForCausalLM.from_pretrained("Thox-ai/thox-micro-125m")Links
- GGUF: `Thox-ai/thox-micro-125m-GGUF`
- Ollama:
ollama.com/thox-ai/<slug>— verify with the Ollama lane (task 80017303) - Docs: https://docs.thox.ai
THOX.ai LLC — Your AI. Your Data. Your Rules. · On-device and private by design.
Temporary demo Space: tommytracx/thox-micro-125m-Space (org Space paused on quota).
