arcee-ai / Homunculus-GGUF

huggingface.co
Total runs: 737
24-hour runs: 0
7-day runs: 207
30-day runs: 603
Model's Last Updated: June 03 2025

Introduction of Homunculus-GGUF

Model Details of Homunculus-GGUF

Homunculus Logo

Arcee Homunculus-12B GGUF Quantizations

Homunculus is a 12 billion-parameter instruction model distilled from Qwen3-235B onto the Mistral-Nemo backbone. It was purpose-built to preserve Qwen’s two-mode interaction style— /think (deliberate chain-of-thought) and /nothink (concise answers)—while running on a single consumer GPU.


✨ What’s special?
Feature Detail
Reasoning-trace transfer Instead of copying just final probabilities, we align full logit trajectories, yielding more faithful reasoning.
Total-Variation-Distance loss To better match the teacher’s confidence distribution and smooth the loss landscape.
Tokenizer replacement The original Mistral tokenizer was swapped for Qwen3's tokenizer.
Dual interaction modes Use /think when you want transparent step-by-step reasoning (good for analysis & debugging). Use /nothink for terse, production-ready answers. Most reliable in the system role field.

Benchmark results
Benchmark Score
GPQADiamond (average of 3) 57.1%
mmlu 67.5%
🔧 Quick Start
from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "arcee-ai/Homunculus"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id, 
    torch_dtype="auto",
    device_map="auto"
)

# /think mode - Chain-of-thought reasoning
messages = [
    {"role": "system", "content": "You are a helpful assistant. /think"},
    {"role": "user", "content": "Why is the sky blue?"},
]
output = model.generate(
    tokenizer.apply_chat_template(messages, tokenize=True, return_tensors="pt"),
    max_new_tokens=512,
    temperature=0.7
)
print(tokenizer.decode(output[0], skip_special_tokens=True))

# /nothink mode - Direct answers
messages = [
    {"role": "system", "content": "You are a helpful assistant. /nothink"},
    {"role": "user", "content": "Summarize the plot of Hamlet in two sentences."},
]
output = model.generate(
    tokenizer.apply_chat_template(messages, tokenize=True, return_tensors="pt"),
    max_new_tokens=128,
    temperature=0.7
)
print(tokenizer.decode(output[0], skip_special_tokens=True))
💡 Intended Use & Limitations

Homunculus is designed for:

  • Research on reasoning-trace distillation, Logit Imitation, and mode-switchable assistants.
  • Lightweight production deployments that need strong reasoning at <12 GB VRAM.
Known limitations
  • May inherit biases from the Qwen3 teacher and internet-scale pretraining data.
  • Long-context (>32 k tokens) use is experimental—expect latency & memory overhead.

Runs of arcee-ai Homunculus-GGUF on huggingface.co

737
Total runs
0
24-hour runs
207
3-day runs
207
7-day runs
603
30-day runs

More Information About Homunculus-GGUF huggingface.co Model

More Homunculus-GGUF license Visit here:

https://choosealicense.com/licenses/apache-2.0

Homunculus-GGUF huggingface.co

Homunculus-GGUF huggingface.co is an AI model on huggingface.co that provides Homunculus-GGUF's model effect (), which can be used instantly with this arcee-ai Homunculus-GGUF model. huggingface.co supports a free trial of the Homunculus-GGUF model, and also provides paid use of the Homunculus-GGUF. Support call Homunculus-GGUF model through api, including Node.js, Python, http.

Homunculus-GGUF huggingface.co Url

https://huggingface.co/arcee-ai/Homunculus-GGUF

arcee-ai Homunculus-GGUF online free

Homunculus-GGUF huggingface.co is an online trial and call api platform, which integrates Homunculus-GGUF's modeling effects, including api services, and provides a free online trial of Homunculus-GGUF, you can try Homunculus-GGUF online for free by clicking the link below.

arcee-ai Homunculus-GGUF online free url in huggingface.co:

https://huggingface.co/arcee-ai/Homunculus-GGUF

Homunculus-GGUF install

Homunculus-GGUF is an open source model from GitHub that offers a free installation service, and any user can find Homunculus-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of Homunculus-GGUF install, users can directly use Homunculus-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Homunculus-GGUF install url in huggingface.co:

https://huggingface.co/arcee-ai/Homunculus-GGUF

Url of Homunculus-GGUF

Homunculus-GGUF huggingface.co Url

Provider of Homunculus-GGUF huggingface.co

arcee-ai
ORGANIZATIONS

Other API from arcee-ai

huggingface.co

Total runs: 19.8K
Run Growth: -3.2K
Growth Rate: -16.29%
Updated:May 29 2026
huggingface.co

Total runs: 11.4K
Run Growth: 244
Growth Rate: 2.15%
Updated:September 18 2025
huggingface.co

Total runs: 4.1K
Run Growth: -10.0K
Growth Rate: -245.89%
Updated:September 18 2025
huggingface.co

Total runs: 582
Run Growth: -86
Growth Rate: -14.78%
Updated:July 22 2024
huggingface.co

Total runs: 242
Run Growth: 156
Growth Rate: 64.46%
Updated:June 03 2025
huggingface.co

Total runs: 190
Run Growth: 98
Growth Rate: 51.58%
Updated:July 19 2024
huggingface.co

Total runs: 181
Run Growth: 135
Growth Rate: 74.59%
Updated:June 11 2025
huggingface.co

Total runs: 171
Run Growth: 6
Growth Rate: 3.51%
Updated:August 01 2024
huggingface.co

Total runs: 153
Run Growth: 91
Growth Rate: 59.48%
Updated:February 27 2025
huggingface.co

Total runs: 126
Run Growth: 86
Growth Rate: 68.25%
Updated:September 10 2024
huggingface.co

Total runs: 123
Run Growth: 68
Growth Rate: 55.28%
Updated:January 16 2026