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

Add paper and project page links to model card (#1)

Browse files

- Add paper and project page links to model card (52335a0dad4fcd3bcfa135116d4ced2dc9116024)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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
+ ---