Correct pipeline tag and add library name (#1)
Browse files- Correct pipeline tag and add library name (8e312b37b75c9b83cea39642a65fa9fc715e8617)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -4,10 +4,11 @@ base_model:
|
|
4 |
language:
|
5 |
- en
|
6 |
license: apache-2.0
|
|
|
7 |
tags:
|
8 |
- transformers
|
9 |
- multimodal
|
10 |
-
|
11 |
---
|
12 |
|
13 |
# VL-Rethinker-7B
|
@@ -30,8 +31,7 @@ If you feel this model useful, please give us a free cite:
|
|
30 |
```
|
31 |
@article{vl-rethinker,
|
32 |
title={VL-Rethinker: Incentivizing Self-Reflection of Vision-Language Models with Reinforcement Learning},
|
33 |
-
author = {Wang, Haozhe and Qu, Chao and Huang, Zuming and Chu, Wei and Lin,
|
34 |
journal={arXiv preprint arXiv:2504.08837},
|
35 |
year={2025}
|
36 |
-
}
|
37 |
-
```
|
|
|
4 |
language:
|
5 |
- en
|
6 |
license: apache-2.0
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
tags:
|
9 |
- transformers
|
10 |
- multimodal
|
11 |
+
library_name: transformers
|
12 |
---
|
13 |
|
14 |
# VL-Rethinker-7B
|
|
|
31 |
```
|
32 |
@article{vl-rethinker,
|
33 |
title={VL-Rethinker: Incentivizing Self-Reflection of Vision-Language Models with Reinforcement Learning},
|
34 |
+
author = {Wang, Haozhe and Qu, Chao and Huang, Zuming and Chu, Wei and Lin,Fangzhen and Chen, Wenhu},
|
35 |
journal={arXiv preprint arXiv:2504.08837},
|
36 |
year={2025}
|
37 |
+
}
|
|