Views
No views yet
{-1, 0, +1} weights, int8 activations — W1.58A8).Thox-ai/ThoxMicro-1bit-9M,
a THOX model trained from scratch on TinyStories. There is no external base —
the ternary pretrain is ours.micro-9m-ternary/best.pt, 393M tokens), and the ThoxMicro-1bit-9M repo
publishes that same run as GGUF. The repo holds no .pt, which is why the
init_from in configs/ternary/thoxkey-9m-role.yaml points at the local
checkpoint rather than the Hub path — same weights, different container.A previous internal proposal listedslvDev/esp32-aias a base. That was wrong and is retracted. It is a GitHub repository (github.com/slvDev/esp32-ai, MIT), not a Hugging Face model, so it could never be an HFbase_model— and no THOX model was trained from it. The shipping ThoxKey model is this one.
| prompt | answer |
|---|---|
| who are you | I am ThoxKey, a THOX model running locally on the key. |
| do you send my data anywhere | No. I run on the key. Nothing leaves it. |
| who funded thox | (defers — no company facts in the corpus) |
| file | use |
|---|---|
thoxkey-9m-role.tern1 | the firmware artifact — TERN1, ESP32-S3 micro runtime |
thoxkey-9m-role-TQ1_0.gguf | llama.cpp ternary |
thoxkey-9m-role-Q8_0.gguf | llama.cpp / Ollama host validation |
Ollama cannot load ternary GGUF (TQ1_0/TQ2_0/I2_S) —tensor size overflow. Use Q8_0 on a host; TQ1_0/TERN1 are the device artifacts.