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.

ThoxForge-7B

License Params Base GGUF Format Access

Your AI. Your Data. Your Rules.

THOX 'Forge' — code-oriented Mistral-7B-Instruct-v0.3 SFT LoRA with a bundled Q4_K_M GGUF.

What this is

  • Base: mistralai/Mistral-7B-Instruct-v0.3 (Apache-2.0). Trained on the unsloth bnb-4bit re-upload.
  • LoRA r=8, α=16; ctx 8192; bundled thoxforge-7b-Q4_K_M.gguf.
  • The separate ThoxForge-7B-GGUF repo is a placeholder (the DPO variant fails the company-facts gate); this repo holds the runnable artifact.
  • 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

<s>[INST] {prompt} [/INST]

Usage

Transformers + PEFT

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base = "mistralai/Mistral-7B-Instruct-v0.3"
adapter = "Thox-ai/ThoxForge-7B"
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/ThoxForge-7B --include '*.gguf' --local-dir ./ThoxForge-7B

Links


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

Downloads last month
13
GGUF
Model size
7B 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/ThoxForge-7B

Adapter
(857)
this model