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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.