Add library_name and pipeline_tag metadata
Browse filesThis PR ensures this text generation model is easily discoverable by adding `library_name: transformers` and `pipeline_tag: text-generation` in the metadata. It also adds a link to the project page and Github repository in the model card.
README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- text-game
|
| 5 |
- world-model
|
| 6 |
- rlvr
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
base_model:
|
| 10 |
-
- thuml/bytesized32-world-model-sft
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
| 13 |
|
| 14 |
## Citation
|
|
@@ -19,4 +25,5 @@ See https://github.com/thuml/RLVR-World for examples for using this model.
|
|
| 19 |
author={Jialong Wu and Shaofeng Yin and Ningya Feng and Mingsheng Long},
|
| 20 |
journal={arXiv preprint arXiv:2505.13934},
|
| 21 |
year={2025},
|
| 22 |
-
}
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- thuml/bytesized32-world-model-sft
|
| 4 |
+
datasets:
|
| 5 |
+
- thuml/bytesized32-world-model-cot
|
| 6 |
license: mit
|
| 7 |
tags:
|
| 8 |
- text-game
|
| 9 |
- world-model
|
| 10 |
- rlvr
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
+
library_name: transformers
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
[Project Page](https://thuml.github.io/RLVR-World/)
|
| 16 |
+
[Github Repository](https://github.com/thuml/RLVR-World)
|
| 17 |
+
|
| 18 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
| 19 |
|
| 20 |
## Citation
|
|
|
|
| 25 |
author={Jialong Wu and Shaofeng Yin and Ningya Feng and Mingsheng Long},
|
| 26 |
journal={arXiv preprint arXiv:2505.13934},
|
| 27 |
year={2025},
|
| 28 |
+
}
|
| 29 |
+
```
|