THOX edge device models
Collection
Key/Air/Clip/Mini role + Route + LLM-327M + Edge + micro. Local-first. Claims HOLD. • 17 items • Updated
How to use Thox-ai/ThoxRoute-1.5B with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
model = PeftModel.from_pretrained(base_model, "Thox-ai/ThoxRoute-1.5B")Your AI. Your Data. Your Rules.
Preference-routing LoRA adapter on Qwen2.5-1.5B-Instruct — a clean-room router (built to avoid the non-commercial Arch-Router license).
On-device / edge text generation within the THOX stack. Not a safety-aligned public assistant unless deployed behind THOX guardrails.
<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
Transformers + PEFT
from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base = "Qwen/Qwen2.5-1.5B-Instruct"
adapter = "Thox-ai/ThoxRoute-1.5B"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")
model = PeftModel.from_pretrained(model, adapter)
Qwen/Qwen2.5-1.5B-InstructThox-ai/ThoxRoute-1.5B-GGUFollama.com/thox-ai/<slug> — verify with the Ollama lane (task 80017303)THOX.ai LLC — Your AI. Your Data. Your Rules. · On-device and private by design.
Temporary demo Space: tommytracx/ThoxRoute-1.5B-Space (org Space paused on quota).