nielsr HF Staff commited on
Commit
52335a0
·
verified ·
1 Parent(s): 37bc7e8

Add paper and project page links to model card

Browse files

This PR improves the model card for `ByteDance/Ouro-1.4B` by adding direct links to:
- The Hugging Face paper page: [Scaling Latent Reasoning via Looped Language Models](https://huggingface.co/papers/2510.25741)
- The official project page: [https://ouro-llm.github.io/](https://ouro-llm.github.io/)

These additions enhance the discoverability of the model's research and provide users with immediate access to more comprehensive information.

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
 
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
- library_name: transformers
5
  tags:
6
  - looped-language-model
7
  - reasoning
@@ -10,6 +10,8 @@ tags:
10
 
11
  # Ouro-1.4B
12
 
 
 
13
  ![Ouro Logo](assets/logo.png)
14
 
15
  ## Model Description
@@ -126,6 +128,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
126
 
127
  This model is licensed under Apache-2.0. See the LICENSE file for details.
128
 
129
- ---
130
-
131
-
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
  pipeline_tag: text-generation
 
5
  tags:
6
  - looped-language-model
7
  - reasoning
 
10
 
11
  # Ouro-1.4B
12
 
13
+ 📚 [Paper](https://huggingface.co/papers/2510.25741) • 🏠 [Project Page](https://ouro-llm.github.io/)
14
+
15
  ![Ouro Logo](assets/logo.png)
16
 
17
  ## Model Description
 
128
 
129
  This model is licensed under Apache-2.0. See the LICENSE file for details.
130
 
131
+ ---