stzhao commited on
Commit
dd34da5
·
verified ·
1 Parent(s): 0d9c830

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -60
README.md CHANGED
@@ -1,60 +1,12 @@
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: qwen2_5vl_7b_full_sft_251013_all_wo_hint-EMA
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
- # qwen2_5vl_7b_full_sft_251013_all_wo_hint-EMA
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 sft_data_vsi_wo_video_hint_sharegpt, the sft_data_gmai_reasoning_wo_image_hint_sharegpt, the sft_data_mmpr_wo_image_hint_sharegpt, the sft_data_mmk12_wo_image_hint_sharegpt, the sft_data_longvila_wo_video_hint_sharegpt and the sft_data_cosyn_chart_wo_image_hint_sharegpt 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: 2
40
- - eval_batch_size: 8
41
- - seed: 42
42
- - distributed_type: multi-GPU
43
- - num_devices: 8
44
- - total_train_batch_size: 16
45
- - total_eval_batch_size: 64
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: 1.0
50
-
51
- ### Training results
52
-
53
-
54
-
55
- ### Framework versions
56
-
57
- - Transformers 4.52.1
58
- - Pytorch 2.5.1
59
- - Datasets 3.6.0
60
- - Tokenizers 0.21.1
 
1
+ ## PyVision-RL: Forging Open Agentic Vision Models via RL
2
+
3
+ This is PyVision-Video-7B-SFT, post trained from Qwen2.5-VL-7B.
4
+
5
+ ```bibtex
6
+ @article{pyvision2025,
7
+ title={PyVision-RL: Forging Open Agentic Vision Models},
8
+ author={Your Name},
9
+ journal={arXiv:2501.xxxxx},
10
+ year={2025}
11
+ }
12
+ ```