JierunChen commited on
Commit
2ad01f6
·
verified ·
1 Parent(s): cae21c6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,4 +1,16 @@
1
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  This repository contains the fine-tuned Qwen2.5-VL-7B-Instruct model using our **model merging** approach, as detailed in our paper [The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs](https://www.arxiv.org/pdf/2507.07562).
3
 
4
 
 
1
 
2
+ ---
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ base_model:
7
+ - Qwen/Qwen2.5-VL-7B-Instruct
8
+ pipeline_tag: image-text-to-text
9
+ tags:
10
+ - multimodal
11
+ library_name: transformers
12
+ ---
13
+
14
  This repository contains the fine-tuned Qwen2.5-VL-7B-Instruct model using our **model merging** approach, as detailed in our paper [The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs](https://www.arxiv.org/pdf/2507.07562).
15
 
16