AIAny
AI Model2026
Icon for item

HRM-Text-1B

Provides a 1-billion-parameter English pretrained language-model checkpoint that uses a dual-timescale Hierarchical Reasoning Model to increase effective compute depth. It's a PrefixLM pre-alignment checkpoint with composite-prefix modes for chain-of-thought style outputs; not instruction-tuned and requires downstream SFT/RL for assistant use.

Introduction

Why this matters

HRM's dual-timescale recurrent design offers a way to increase effective compute depth without a proportional parameter increase — useful if you want stronger iterative/recurrent reasoning behavior at ~1B parameters. The checkpoint exposes PrefixLM conditioning and a composable prefix mechanism that can elicit chain-of-thought–style outputs (e.g., the synth,cot composite), making it a convenient base for targeted fine-tuning and alignment experiments rather than an out-of-the-box assistant.

Key Capabilities
  • Hierarchical recurrent architecture: a paired high/low Transformer stack (H/L) iterates to provide unbounded effective depth at bounded parameter count, which can improve multi-step reasoning per token compared with standard causal-only 1B models.
  • PrefixLM conditioning: trained with a prefix mask; correct inference requires marking prefix tokens (token_type_ids) to reproduce training-time behavior and best logits.
  • Composite-prefix behavior: comma-separated condition tags (e.g., synth,cot) map to concatenated special tokens that can elicit step-by-step reasoning without instruction tuning, though quality is uneven and not equivalent to SFT/RLHF-trained assistants.
  • Practical NLP performance: direct + few-shot in-context examples yields strong zero-extra-training results on many classification and extraction tasks; open-ended reasoning is possible but lower quality than instruction-tuned peers.
Who it's for — trade-offs

Great fit if you are a researcher or engineer who wants a compact base model for experimentation with hierarchical/recurrent architectures, or a starting checkpoint for supervised fine-tuning (SFT) or RL alignment. It is also useful for prompt-probing the effects of PrefixLM conditioning and composite prefixes.

Look elsewhere if you need a ready-to-deploy chat assistant, multilingual coverage, strong code capabilities (this checkpoint was not trained on code), or instruction-tuned safety/guardrails out-of-the-box. Expect to run the model with Transformers' hrm_text class (trust_remote_code) and to perform additional alignment and evaluation before production use.

Where it fits

Positioned as a research/adapter-friendly base model: smaller than multi-billion instruction-tuned LLMs but architecturally oriented toward iterative reasoning. Licensed under Apache-2.0 and trained on a sampled public-text mixture (≈40B training tokens), it is best treated as a pre-alignment foundation for downstream SFT/RL workflows.

Information

  • Websitehuggingface.co
  • Authorssapientinc (Sapient Intelligence)
  • Published date2026/05/17

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.