Fix markdown rendering (#2)
Browse files- Fix markdown rendering (abd7d3c9afc46f0808ec75e7e867be85457e8b44)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -4,7 +4,6 @@ library_name: transformers
|
|
| 4 |
pipeline_tag: reinforcement-learning
|
| 5 |
---
|
| 6 |
|
| 7 |
-
```markdown
|
| 8 |
<div align="center">
|
| 9 |
|
| 10 |
# Open Reasoner Zero
|
|
@@ -230,5 +229,4 @@ We have several wechat groups to help discussions and sharing, you can scan the
|
|
| 230 |
primaryClass={cs.LG},
|
| 231 |
url={https://arxiv.org/abs/2503.24290},
|
| 232 |
}
|
| 233 |
-
```
|
| 234 |
```
|
|
|
|
| 4 |
pipeline_tag: reinforcement-learning
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
# Open Reasoner Zero
|
|
|
|
| 229 |
primaryClass={cs.LG},
|
| 230 |
url={https://arxiv.org/abs/2503.24290},
|
| 231 |
}
|
|
|
|
| 232 |
```
|