Views
No views yet
Your AI. Your Data. Your Rules.
architectures/model_type key, so it is not vanilla-AutoModel loadable — load via the THOX thoxllm package or use the GGUF repo.| Field | Value |
|---|---|
| Architecture | custom THOX decoder (standard SwiGLU; no HF architectures key) |
| Layers | 20 |
| Hidden size | 1024 |
| Attention heads | 16 |
| KV heads | 8 (GQA) |
| FFN / intermediate | 3413 |
| Vocab | 50,304 |
| Max context | 2048 |
| Tied embeddings | yes |
| dtype | bfloat16 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2tok = AutoTokenizer.from_pretrained("Thox-ai/ThoxLLM-327M-v2")
3model = AutoModelForCausalLM.from_pretrained("Thox-ai/ThoxLLM-327M-v2")thoxllm decoder; config.json has no architectures key, so vanilla AutoModel loading may not work — use the THOX thoxllm package or the GGUF build.Thox-ai/ThoxLLM-327M-v2-GGUFollama.com/thox-ai/<slug> — verify with the Ollama lane (task 80017303)