DJLougen / Ornstein-122-A10B

huggingface.co
Total runs: 23
24-hour runs: 0
7-day runs: -13
30-day runs: -81
Model's Last Updated: April 11 2026
image-text-to-text

Introduction of Ornstein-122-A10B

Model Details of Ornstein-122-A10B

Ornstein-122-A10B

Ornstein-122-A10B

A reasoning-focused fine-tune of Qwen 3.5 122B-A10B , trained on a small, high-quality dataset curated through a custom Drift Diffusion Modeling (DDM) pipeline. This is the Mixture-of-Experts variant of the Ornstein series — 122B total parameters with ~10B active per token.

GGUF quantizations available at DJLougen/Ornstein-122-A10B-gguf

Support This Work

I'm a PhD student in visual neuroscience at the University of Toronto who also happens to spend way too much time fine-tuning, merging, and quantizing open-weight models on rented H100s and a local DGX Spark. All training compute is self-funded — balancing GPU costs against a student budget. If my uploads have been useful to you, consider buying a PhD student a coffee. It goes a long way toward keeping these experiments running.

Support on Ko-fi


What Makes Ornstein Different

Most reasoning fine-tunes throw large volumes of synthetic data at a base model and hope for the best. Ornstein takes the opposite approach: every single training example passed through a multi-stage quality pipeline that measures whether a reasoning trace is actually reasoning or just generating tokens that look like reasoning.

The core insight is that language models frequently produce degenerate reasoning — long chains of text that superficially resemble deep thought (hedging, restating the problem, circling without progress) but carry little actual signal. The DDM pipeline detects and separates these from genuine premium reasoning traces, producing a training mix that teaches the model what good thinking actually looks like.

Why MoE?

The Qwen 3.5 122B-A10B architecture activates only ~10B parameters per token through its Mixture-of-Experts routing, giving you 122B-class reasoning quality at a fraction of the inference cost. Combined with DDM-curated training data, this produces a model that reasons deeply without burning through compute on every token.

DDM Curation Pipeline

Drift Diffusion Modeling works by decomposing each reasoning trace into uniform segments and tracking how "reasoning quality" evolves across the trace. Each segment is scored on multiple dimensions that capture whether the model is mimicking cognitive progress — things like introducing new ideas, self-correcting, verifying intermediate results, and exploring alternative approaches.

These per-segment scores are accumulated into a drift trajectory. Premium traces maintain healthy trajectories throughout. Degenerate traces accumulate deficit as the model loops, repeats itself, or pads without substance — and the drift score crosses a threshold fitted via ROC analysis.

Training Details
Parameter Value
Base model unsloth/Qwen3.5-122B-A10B
Architecture Mixture-of-Experts (122B total, ~10B active)
Method LoRA (rank 32, alpha 32)
Dropout 0.0
Epochs 1
Learning rate 1e-4 (cosine schedule, 10% warmup)
Max sequence length 8192
Micro batch size 1
Gradient accumulation 4 steps
Weight decay 0.01
LoRA targets q_proj, k_proj, v_proj, o_proj
Packing Off
Training framework Unsloth
Usage
With Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "DJLougen/Ornstein-122-A10B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

messages = [{"role": "user", "content": "Your question here"}]
inputs = tokenizer.apply_chat_template(messages, return_tensors="pt").to(model.device)
outputs = model.generate(inputs, max_new_tokens=8192)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
With Unsloth (Recommended for Inference)
from unsloth import FastLanguageModel

model, tokenizer = FastLanguageModel.from_pretrained(
    model_name="DJLougen/Ornstein-122-A10B",
    max_seq_length=8192,
    load_in_4bit=True,
)
FastLanguageModel.for_inference(model)
Reasoning Format

Ornstein uses <think>...</think> blocks for extended reasoning:

<think>
Let me work through this step by step...
[multi-phase reasoning with self-correction and verification]
</think>

[Final answer]
Intended Use

Ornstein-122-A10B is designed for tasks that benefit from structured, multi-step reasoning — math, logic, code analysis, scientific problems, and complex question answering. The MoE architecture makes it practical to run 122B-class reasoning on hardware that couldn't handle a dense model of the same size.

Limitations
  • Single epoch training means the model retains most of the base Qwen 3.5 122B-A10B behavior; the fine-tune primarily shapes reasoning style rather than injecting new knowledge
  • The DDM pipeline optimizes for English reasoning traces; performance on other languages reflects the base model
  • Extended thinking can still occasionally loop on adversarial or highly ambiguous prompts
  • Full-precision weights require ~233 GB — see quantized variants for more accessible options
License

Apache 2.0

Citation

If you use Ornstein-122-A10B or the DDM curation methodology in your work:

@misc{ornstein122a10b,
  author = {DJLougen},
  title = {Ornstein-122-A10B: DDM-Curated Reasoning Fine-Tune of Qwen 3.5 122B-A10B},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/DJLougen/Ornstein-122-A10B}
}

Runs of DJLougen Ornstein-122-A10B on huggingface.co

23
Total runs
0
24-hour runs
-4
3-day runs
-13
7-day runs
-81
30-day runs

More Information About Ornstein-122-A10B huggingface.co Model

More Ornstein-122-A10B license Visit here:

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

Ornstein-122-A10B huggingface.co

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

Ornstein-122-A10B huggingface.co Url

https://huggingface.co/DJLougen/Ornstein-122-A10B

DJLougen Ornstein-122-A10B online free

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

DJLougen Ornstein-122-A10B online free url in huggingface.co:

https://huggingface.co/DJLougen/Ornstein-122-A10B

Ornstein-122-A10B install

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

Ornstein-122-A10B install url in huggingface.co:

https://huggingface.co/DJLougen/Ornstein-122-A10B

Url of Ornstein-122-A10B

Ornstein-122-A10B huggingface.co Url

Provider of Ornstein-122-A10B huggingface.co

DJLougen
ORGANIZATIONS

Other API from DJLougen

huggingface.co

Total runs: 76
Run Growth: -874
Growth Rate: -1150.00%
Updated:April 10 2026
huggingface.co

Total runs: 11
Run Growth: -612
Growth Rate: -5563.64%
Updated:April 10 2026
huggingface.co

Total runs: 9
Run Growth: -634
Growth Rate: -7044.44%
Updated:April 10 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 05 2026