Update Ouro-2.6B-Thinking model card with paper and code links
Browse filesThis 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.
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://
|
| 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 |
+
---
|
|
|
|
|
|