Improve model card: Add prominent paper and project links
Browse filesThis PR improves the Ouro-2.6B model card by adding prominent links to the Hugging Face paper page and the project page. These links are placed at the top of the README, enhancing discoverability and providing a more complete overview of the project and its resources for users.
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
|
|
@@ -12,6 +12,8 @@ tags:
|
|
| 12 |
|
| 13 |

|
| 14 |
|
|
|
|
|
|
|
| 15 |
## Model Description
|
| 16 |
|
| 17 |
|
|
@@ -124,6 +126,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 124 |
|
| 125 |
This model is licensed under Apache-2.0. See the LICENSE file for details.
|
| 126 |
|
| 127 |
-
---
|
| 128 |
-
|
| 129 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
pipeline_tag: text-generation
|
|
|
|
| 5 |
tags:
|
| 6 |
- looped-language-model
|
| 7 |
- reasoning
|
|
|
|
| 12 |
|
| 13 |

|
| 14 |
|
| 15 |
+
[📚 Paper (Hugging Face)](https://huggingface.co/papers/2510.25741) - [🌐 Project Page](https://ouro-llm.github.io/)
|
| 16 |
+
|
| 17 |
## Model Description
|
| 18 |
|
| 19 |
|
|
|
|
| 126 |
|
| 127 |
This model is licensed under Apache-2.0. See the LICENSE file for details.
|
| 128 |
|
| 129 |
+
---
|
|
|
|
|
|