nielsr HF Staff commited on
Commit
79ac994
·
verified ·
1 Parent(s): 242d6b7

Add pipeline tag, library name and link to project page

Browse files

This PR improves the model card by adding the relevant `library_name` and `pipeline_tag`. 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
  ```