Image-Text-to-Text
Transformers
Safetensors
qwen2_5_vl
image-to-text
conversational
text-generation-inference
WaltonFuture nielsr HF Staff commited on
Commit
50adb60
Β·
verified Β·
1 Parent(s): 4e9a935

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]>

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - WaltonFuture/Multimodal-Cold-Start
5
  - WaltonFuture/Multimodal-RL-Data
6
- base_model:
7
- - Qwen/Qwen2.5-VL-3B-Instruct
 
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)