Add library name and pipeline tag to the model card (#1)
Browse files- Add library name and pipeline tag to the model card (40282cc964c0ee840211aa8d8fc7143e76c2250c)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- WaltonFuture/Multimodal-Cold-Start
|
5 |
- WaltonFuture/Multimodal-RL-Data
|
6 |
-
|
7 |
-
|
|
|
8 |
---
|
|
|
9 |
* π **GitHub Repo:** [waltonfuture/RL-with-Cold-Start](https://github.com/waltonfuture/RL-with-Cold-Start)
|
10 |
* π **Paper (arXiv):** [Advancing Multimodal Reasoning via Reinforcement Learning with Cold Start (arXiv:2505.22334)](https://arxiv.org/abs/2505.22334)
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-VL-3B-Instruct
|
4 |
datasets:
|
5 |
- WaltonFuture/Multimodal-Cold-Start
|
6 |
- WaltonFuture/Multimodal-RL-Data
|
7 |
+
license: apache-2.0
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
+
|
12 |
* π **GitHub Repo:** [waltonfuture/RL-with-Cold-Start](https://github.com/waltonfuture/RL-with-Cold-Start)
|
13 |
* π **Paper (arXiv):** [Advancing Multimodal Reasoning via Reinforcement Learning with Cold Start (arXiv:2505.22334)](https://arxiv.org/abs/2505.22334)
|