ByteDance / Ouro-1.4B

huggingface.co
Total runs: 22.2K
24-hour runs: 329
7-day runs: 313
30-day runs: -6.5K
Model's Last Updated: January 19 2026
text-generation

Introduction of Ouro-1.4B

Model Details of Ouro-1.4B

Ouro-1.4B

Ouro Logo

Model Description

⚠️ IMPORTANT: This model is intended for research purposes only. It is provided as-is without warranties for production use.

Ouro-1.4B is a 1.4 billion parameter Looped Language Model (LoopLM) that achieves exceptional parameter efficiency through iterative shared-weight computation.

Model Performance

Key Features
  • Exceptional Parameter Efficiency : Matches 3-4B standard transformer performance with only 1.4B parameters
  • Iterative Latent Reasoning : Performs reasoning through recurrent computation in latent space
  • Adaptive Computation : Supports early exit mechanisms for dynamic compute allocation
Configuration
Recurrent Steps and Adaptive Exit

The model's computational behavior can be configured through the config.json file:

{
  "total_ut_steps": 4,
  "early_exit_threshold": 1.0
}
  • total_ut_steps : Controls the number of recurrent steps (default: 4). You can adjust this value to trade off between performance and computation time.
  • early_exit_threshold : Controls the adaptive exit mechanism (default: 1.0). Lower values encourage earlier exit, while 1.0 means always use all steps.

Example: Modify recurrent steps

from transformers import AutoConfig, AutoModelForCausalLM

config = AutoConfig.from_pretrained("ByteDance/Ouro-1.4B")
config.total_ut_steps = 3  # Use 3 recurrent steps instead of 4
model = AutoModelForCausalLM.from_pretrained(
    "ByteDance/Ouro-1.4B",
    config=config,
    device_map="auto"
)

Note : vLLM does not currently support the adaptive exit feature due to its inference optimization characteristics. When using vLLM, the model will always execute the full number of total_ut_steps .

Model Architecture

Ouro-1.4B is based on the decoder-only Transformer architecture with parameter sharing across recurrent steps:

Configuration Value
Parameters 1.4B
Layers 24
Recurrent Steps 4
Hidden Size 2048
Attention Heads Multi-Head Attention (MHA)
FFN Activation SwiGLU
Position Embedding RoPE
Vocabulary Size 49,152
Context Length 4K (training), extendable to 64K
Normalization Sandwich RMSNorm
Training Details
  • Training Tokens : 7.7T tokens
  • Training Pipeline :
    • Stage 1: Pre-training (6T tokens)
    • Stage 2: CT Annealing (1.4T tokens)
    • Stage 3: Long Context Training (20B tokens)
    • Stage 4: Mid-training (300B tokens)
  • Data Composition : Web data, code, mathematics, long-context documents
  • Optimizer : AdamW (β₁=0.9, β₂=0.95)
  • Learning Rate Scheduler : Warmup-Stable-Decay (WSD)
Quick Start

⚠️ IMPORTANT : Please use transformers<4.56.0 to avoid compatibility issues. We recommend transformers==4.54.1 or earlier versions.

from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "ByteDance/Ouro-1.4B"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    device_map="auto",
    torch_dtype="auto"
)

# Generate text
inputs = tokenizer("The future of AI is", return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Citation
@article{ouro2025,
  title={Scaling Latent Reasoning via Looped Language Models},
  author={Zhu, Rui-Jie and Wang, Zixuan and Hua, Kai and Zhang, Tianyu and Li, Ziniu and Que, Haoran and Wei, Boyi and Yin, Fan and Wen, Zixin and Xing, He and others},
  journal={arXiv preprint},
  year={2025}
}
License

This model is licensed under Apache-2.0. See the LICENSE file for details.


Runs of ByteDance Ouro-1.4B on huggingface.co

22.2K
Total runs
329
24-hour runs
-4.3K
3-day runs
313
7-day runs
-6.5K
30-day runs

More Information About Ouro-1.4B huggingface.co Model

More Ouro-1.4B license Visit here:

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

Ouro-1.4B huggingface.co

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

ByteDance Ouro-1.4B online free

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

ByteDance Ouro-1.4B online free url in huggingface.co:

https://huggingface.co/ByteDance/Ouro-1.4B

Ouro-1.4B install

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

Ouro-1.4B install url in huggingface.co:

https://huggingface.co/ByteDance/Ouro-1.4B

Url of Ouro-1.4B

Provider of Ouro-1.4B huggingface.co

ByteDance
ORGANIZATIONS

Other API from ByteDance

huggingface.co

Total runs: 54.0K
Run Growth: 1.4K
Growth Rate: 2.71%
Updated:December 05 2024
huggingface.co

Total runs: 6.4K
Run Growth: 5.8K
Growth Rate: 92.27%
Updated:September 08 2025
huggingface.co

Total runs: 6.3K
Run Growth: 2.1K
Growth Rate: 32.72%
Updated:January 19 2026
huggingface.co

Total runs: 2.3K
Run Growth: 1.6K
Growth Rate: 68.25%
Updated:September 08 2025
huggingface.co

Total runs: 815
Run Growth: 510
Growth Rate: 56.92%
Updated:July 16 2025
huggingface.co

Total runs: 801
Run Growth: 305
Growth Rate: 36.05%
Updated:December 12 2025
huggingface.co

Total runs: 581
Run Growth: 264
Growth Rate: 46.15%
Updated:April 04 2025
huggingface.co

Total runs: 512
Run Growth: -586
Growth Rate: -110.98%
Updated:November 28 2025
huggingface.co

Total runs: 470
Run Growth: 15
Growth Rate: 3.94%
Updated:September 08 2025
huggingface.co

Total runs: 169
Run Growth: 115
Growth Rate: 67.25%
Updated:July 01 2025
huggingface.co

Total runs: 161
Run Growth: -56
Growth Rate: -35.22%
Updated:June 10 2026
huggingface.co

Total runs: 80
Run Growth: -67
Growth Rate: -81.71%
Updated:June 02 2026
huggingface.co

Total runs: 75
Run Growth: -26
Growth Rate: -34.21%
Updated:September 08 2025
huggingface.co

Total runs: 16
Run Growth: 26
Growth Rate: 46.43%
Updated:April 22 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 26 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 11 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 02 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 01 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 27 2025
huggingface.co

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 24 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 05 2025