Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation. It also adds the `library_name` tag.
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- web-agent
|
5 |
- webarena
|
6 |
- world-model
|
7 |
-
|
8 |
-
|
9 |
-
base_model:
|
10 |
-
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
11 |
---
|
|
|
12 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
13 |
|
14 |
## Citation
|
@@ -19,4 +22,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 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
4 |
+
datasets:
|
5 |
+
- thuml/webarena-world-model-cot
|
6 |
license: mit
|
7 |
tags:
|
8 |
- web-agent
|
9 |
- webarena
|
10 |
- world-model
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
library_name: transformers
|
|
|
|
|
13 |
---
|
14 |
+
|
15 |
See https://github.com/thuml/RLVR-World for examples for using this model.
|
16 |
|
17 |
## Citation
|
|
|
22 |
author={Jialong Wu and Shaofeng Yin and Ningya Feng and Mingsheng Long},
|
23 |
journal={arXiv preprint arXiv:2505.13934},
|
24 |
year={2025},
|
25 |
+
}
|
26 |
+
```
|