Update README.md
Browse files
README.md
CHANGED
|
@@ -1,60 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 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 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 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 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|