Add pipeline tag, library name and project page link
Browse filesThis PR adds the pipeline tag and library name to the model card, enabling easier discovery and proper "how to use" display. It also adds a link to the project page.
README.md
CHANGED
|
@@ -6,10 +6,14 @@ tags:
|
|
| 6 |
- world-model
|
| 7 |
- video-prediction
|
| 8 |
- llama
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
| 12 |
|
|
|
|
|
|
|
| 13 |
## Citation
|
| 14 |
|
| 15 |
```
|
|
|
|
| 6 |
- world-model
|
| 7 |
- video-prediction
|
| 8 |
- llama
|
| 9 |
+
pipeline_tag: robotics
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
|
| 13 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
| 14 |
|
| 15 |
+
Project page: https://thuml.github.io/RLVR-World
|
| 16 |
+
|
| 17 |
## Citation
|
| 18 |
|
| 19 |
```
|