Safetensors
English
qwen2_5_vl
Hyperwjf commited on
Commit
65218a5
·
verified ·
1 Parent(s): d55d568

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -54
README.md CHANGED
@@ -1,60 +1,25 @@
1
  ---
2
- library_name: transformers
3
- license: other
4
- base_model: Qwen/Qwen2.5-VL-7B-Instruct
5
- tags:
6
- - llama-factory
7
- - full
8
- - generated_from_trainer
9
- model-index:
10
- - name: ViLaSR-cold-start
11
- results: []
12
  ---
13
 
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
 
17
- # ViLaSR-cold-start
18
 
19
- This model is a fine-tuned version of [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) on the vqa_v4, the video_v4, the spatial_r1_v5_0, the spatial_r1_v5_1 and the maze datasets.
20
 
21
- ## Model description
22
-
23
- More information needed
24
-
25
- ## Intended uses & limitations
26
-
27
- More information needed
28
-
29
- ## Training and evaluation data
30
-
31
- More information needed
32
-
33
- ## Training procedure
34
-
35
- ### Training hyperparameters
36
-
37
- The following hyperparameters were used during training:
38
- - learning_rate: 1e-05
39
- - train_batch_size: 1
40
- - eval_batch_size: 8
41
- - seed: 42
42
- - distributed_type: multi-GPU
43
- - num_devices: 64
44
- - total_train_batch_size: 64
45
- - total_eval_batch_size: 512
46
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
- - lr_scheduler_type: cosine
48
- - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 3.0
50
-
51
- ### Training results
52
-
53
-
54
-
55
- ### Framework versions
56
-
57
- - Transformers 4.51.1
58
- - Pytorch 2.5.1
59
- - Datasets 3.5.0
60
- - Tokenizers 0.21.0
 
1
  ---
2
+ datasets:
3
+ - AntResearchNLP/ViLaSR-data
4
+ language:
5
+ - en
6
+ base_model:
7
+ - Qwen/Qwen2.5-VL-7B-Instruct
 
 
 
 
8
  ---
9
 
 
 
10
 
11
+ This repository contains the ViLaSR-cold-start-7B model as presented in [Reinforcing Spatial Reasoning in Vision-Language Models with Interwoven Thinking and Visual Drawing](https://arxiv.org/abs/2506.09965).
12
 
13
+ Please refer to the code https://github.com/AntResearchNLP/ViLaSR.
14
 
15
+ ```
16
+ @misc{wu2025reinforcingspatialreasoningvisionlanguage,
17
+ title={Reinforcing Spatial Reasoning in Vision-Language Models with Interwoven Thinking and Visual Drawing},
18
+ author={Junfei Wu and Jian Guan and Kaituo Feng and Qiang Liu and Shu Wu and Liang Wang and Wei Wu and Tieniu Tan},
19
+ year={2025},
20
+ eprint={2506.09965},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CV},
23
+ url={https://arxiv.org/abs/2506.09965},
24
+ }
25
+ ```