Add pipeline tag, library name and link to project page
Browse filesThis PR improves the model card by adding the relevant `library_name` and `pipeline_tag`. 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 |
```
|