You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Access to this THOX model is granted manually by THOX.ai LLC.

Log in or Sign Up to review the conditions and access this model content.

ThoxWave-8B

License Params Base GGUF Format Access

Your AI. Your Data. Your Rules.

THOX 'Wave' — mid-size chat LoRA on Dolphin-2.9-Llama3-8B (→ Meta-Llama-3-8B) with a bundled Q4_K_M GGUF.

What this is

  • Training base: dphn/dolphin-2.9-llama3-8b (a Llama-3-8B fine-tune) → upstream meta-llama/Meta-Llama-3-8B (Llama 3 Community License).
  • LoRA r=8, α=16; ctx 8192; ChatML template; bundled thoxwave-8b-Q4_K_M.gguf.
  • Meta Llama 3 license requires the derivative name to include 'Llama 3' and a 'Built with Meta Llama 3' notice — currently not satisfied; flagged for legal.
  • Gated (manual approval).

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 = "meta-llama/Meta-Llama-3-8B"
adapter = "Thox-ai/ThoxWave-8B"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")
model = PeftModel.from_pretrained(model, adapter)

Bundled GGUF (llama.cpp / Ollama)

huggingface-cli download Thox-ai/ThoxWave-8B --include '*.gguf' --local-dir ./ThoxWave-8B

Links


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

Downloads last month
1
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for Thox-ai/ThoxWave-8B

Adapter
(737)
this model