Downloads · 30 days
177
12% of all-time downloads
OrionLLM/LRM-3.2
LRM-3.2 is a text generation model from OrionLLM. Use it when you need the model to write or continue text. The card lists the license as apache-2.0.
We're introducing LRM-3.2, a reasoning model built around a single idea: thinking should be fast, direct, and dense — not padded. LRM-3.2 keeps the full depth of chain-of-thought reasoning while stripping out the narr…
Downloads · 30 days
177
12% of all-time downloads
All-time downloads
1.5K
Public
Parameters
27.4B
54.7 GB on disk
Likes
18
Public
Click a slice to open those files.
.safetensors54.7 GB · 100%
From the Hugging Face model README
We're introducing LRM-3.2, a reasoning model built around a single idea: thinking should be fast, direct, and dense — not padded. LRM-3.2 keeps the full depth of chain-of-thought reasoning while stripping out the narrative scaffolding that most models use to fill space.
Same reasoning. Same depth. Way fewer tokens. LRM-3.2 throws the grammar padding in the fire and keeps all the brain meat. The final answer still comes out in normal, full-quality English — the compressed voice lives only inside the thinking process.
"—" indicates a score not yet measured on this harness. Both benchmarks reflect matched-quality answers between LRM-3.2 and its base model — the difference lives in the think trace, not the final result.
Same problem, same correct solution, radically different think length.
Task: write separate_paren_groups, a function that splits a string of parentheses into its top-level balanced groups.
Qwen3.6-27B think: 6,539 tokens. Starts like this and keeps going for pages:
<div style="background: rgba(124,58,237,0.10); border: 1px solid rgba(124,58,237,0.35); border-left: 4px solid #7C3AED; border-radius: 10px; padding: 12px 16px; margin: 8px 0;"> The user wants a Python function <code>separate_paren_groups</code> that takes a string of parentheses and spaces, and returns a list of strings. Each string in the list should represent a balanced group of parentheses that is not nested within another group. Spaces should be ignored... </div>LRM-3.2 think: 33 tokens. The whole thing:
<div style="background: rgba(124,58,237,0.10); border: 1px solid rgba(124,58,237,0.35); border-left: 4px solid #7C3AED; border-radius: 10px; padding: 12px 16px; margin: 8px 0;"> Strip spaces. Scan chars; depth counts open parens. When depth becomes 0 after a close, current group finished; append and reset. Empty input -> []. </div>Same answer quality. 198x less think.
LRM-3.2 is fine-tuned from Qwen3.6-27B on the grug-think and grug-think-v3-10k datasets, applying a think-only loss on trajectory data so the compressed reasoning style is learned without touching final-answer quality.
LRM-3.2 is directly inspired by ProCreations/grug-27b, which pioneered this padding-free thinking approach on the same base model family. LRM-3.2 adapts that approach under the OrionLLM naming and evaluation pipeline.
LRM-3.2 is built on Qwen3.6-27B, a 27B-parameter dense model, fine-tuned to compress the reasoning trace while leaving final-answer generation untouched. No changes are made to the base tokenizer, context length, or output formatting — only the internal thinking style is altered.
Orion Research - 2026
</div>