nielsr HF Staff commited on
Commit
403964e
·
verified ·
1 Parent(s): d5d2e61

Update Ouro-2.6B-Thinking model card with paper and code links

Browse files

This PR improves the model card for Ouro-2.6B-Thinking by:
- Updating the "Paper" link in the "Project Links" section to point to the official Hugging Face paper page: https://huggingface.co/papers/2510.25741.
- Adding an explicit link to the GitHub repository: https://github.com/ByteDance/Ouro in the "Project Links" section for easier access to the code.

Files changed (1) hide show
  1. README.md +4 -5
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
@@ -147,9 +147,8 @@ This model is licensed under Apache-2.0. See the LICENSE file for details.
147
 
148
  ## Project Links
149
 
150
- - **Paper**: [Scaling Latent Reasoning via Looped Language Models](https://ouro-llm.github.io)
151
  - **Project Page**: [https://ouro-llm.github.io](https://ouro-llm.github.io)
 
152
 
153
- ---
154
-
155
-
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
  pipeline_tag: text-generation
 
5
  tags:
6
  - looped-language-model
7
  - reasoning
 
147
 
148
  ## Project Links
149
 
150
+ - **Paper**: [Scaling Latent Reasoning via Looped Language Models](https://huggingface.co/papers/2510.25741)
151
  - **Project Page**: [https://ouro-llm.github.io](https://ouro-llm.github.io)
152
+ - **Code**: [https://github.com/ByteDance/Ouro](https://github.com/ByteDance/Ouro)
153
 
154
+ ---