nielsr HF Staff commited on
Commit
44aeb43
·
verified ·
1 Parent(s): 563df3a

Add pipeline tag, library name and project page link

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -0
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
  ```