ThoxRoute-1.5B

License Params Base Format

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).

What this is

  • Base: Qwen/Qwen2.5-1.5B-Instruct (Apache-2.0).
  • LoRA r=16, α=32; task = preference/intent routing.
  • Clean-room implementation — explicitly not derived from katanemo/Arch-Router (non-commercial).

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

<|im_start|>system
{system}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Usage

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)

Links


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

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Thox-ai/ThoxRoute-1.5B

Adapter
(1384)
this model
Quantizations
1 model