Skywork/Skywork-R1V2-38B

Model

126

stars

34

commits

5

repos using this model

2

linked in READMEs

Jun 10, 2025

updated

conversational
custom_code
endpoints_compatible
image-text-to-text
internvl_chat
safetensors
transformers

README

Skywork-R1V2

Skywork Logo

πŸ“– R1V2 Report | πŸ’» GitHub | 🌐 ModelScope

GitHub Stars GitHub Forks

1. Model Introduction

Skywork-R1V2-38B is a state-of-the-art open-source multimodal reasoning model, achieving top-tier performance across multiple benchmarks:

  • On MMMU, it scores 73.6%, the highest among all open-source models to date.
  • On OlympiadBench, it achieves 62.6%, leading by a large margin over other open models.
  • R1V2 also performs strongly on MathVision, MMMU-Pro, and MathVista, rivaling proprietary commercial models.
  • Overall, R1V2 stands out as a high-performing, open-source VLM combining powerful visual reasoning and text understanding.

πŸ”§ Model Details

Model NameVision EncoderLanguage ModelHugging Face Link
Skywork-R1V2-38BInternViT-6B-448px-V2_5Qwen/QwQ-32BπŸ€— Link

2. Evaluation

section { margin-bottom: 4em; } figure { margin: 2em 0; text-align: center; } figcaption { font-weight: bold; margin-top: 0.5em; } table { margin: 3em auto; width: 100%; border-collapse: collapse; } table th, table td { padding: 0.6em; border: 1px solid #ddd; text-align: center; }
Open Source Comparison with Larger-Scale Open-Source Models
Proprietary Comparison with Proprietary Models
ModelSupports VisionText Reasoning (%)Multimodal Reasoning (%)
AIME24LiveCodebenchliveBenchIFEVALBFCLGPQAMMMU(val)MathVista(mini)MathVision(mini)OlympiadBenchmmmu‑pro
R1V2‑38Bβœ…78.963.673.282.966.361.673.674.049.062.652.0
R1V1‑38Bβœ…72.057.254.672.553.5–68.067.0–40.4–
Deepseek‑R1‑671B❌74.365.971.683.360.371.5–––––
GPT‑o1❌79.863.472.2––––––––
GPT‑o4‑miniβœ…93.474.678.1––49.981.684.358.0––
Claude 3.5 Sonnetβœ…β€“β€“β€“β€“β€“65.066.465.3–––
Kimi k1.5 long-cotβœ…β€“β€“β€“β€“β€“β€“70.074.9–––
Qwen2.5‑VL‑72B‑Instructβœ…β€“β€“β€“β€“β€“β€“70.274.8–––
InternVL2.5‑78Bβœ…β€“β€“β€“β€“β€“β€“70.172.3–33.2–
Evaluation Results of State-of-the-Art LLMs and VLMs

3. Usage

1. Clone the Repository

git clone https://github.com/SkyworkAI/Skywork-R1V.git
cd skywork-r1v/inference

2. Set Up the Environment

# For Transformers  
conda create -n r1-v python=3.10 && conda activate r1-v  
bash setup.sh  
# For vLLM  
conda create -n r1v-vllm python=3.10 && conda activate r1v-vllm  
pip install -U vllm

3. Run the Inference Script

transformers inference

CUDA_VISIBLE_DEVICES="0,1" python inference_with_transformers.py \
    --model_path path \
    --image_paths image1_path \
    --question "your question"

vllm inference

python inference_with_vllm.py \
    --model_path path \
    --image_paths image1_path image2_path \
    --question "your question" \
    --tensor_parallel_size 4

4. Citation

If you use Skywork-R1V in your research, please cite:

@misc{chris2025skyworkr1v2multimodalhybrid,
      title={Skywork R1V2: Multimodal Hybrid Reinforcement Learning for Reasoning}, 
      author={Peiyu Wang and Yichen Wei and Yi Peng and Xiaokun Wang and Weijie Qiu and Wei Shen and Tianyidan Xie and Jiangbo Pei and Jianhao Zhang and Yunzhuo Hao and Xuchen Song and Yang Liu and Yahui Zhou},
      year={2025},
      eprint={2504.16656},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.16656}, 
}
@misc{peng2025skyworkr1vpioneeringmultimodal,
      title={Skywork R1V: Pioneering Multimodal Reasoning with Chain-of-Thought}, 
      author={Yi Peng and Peiyu Wang and Xiaokun Wang and Yichen Wei and Jiangbo Pei and Weijie Qiu and Ai Jian and Yunzhuo Hao and Jiachun Pan and Tianyidan Xie and Li Ge and Rongxian Zhuang and Xuchen Song and Yang Liu and Yahui Zhou},
      year={2025},
      eprint={2504.05599},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.05599}, 
}

This project is released under an open-source license.

Contributors

OrlandoHugBot

34 commits

Skywork/Skywork-R1V2-38B

Model

126

stars

34

commits

5

repos using this model

2

linked in READMEs

Jun 10, 2025

updated

conversational
custom_code
endpoints_compatible
image-text-to-text
internvl_chat
safetensors
transformers

README

Skywork-R1V2

Skywork Logo

πŸ“– R1V2 Report | πŸ’» GitHub | 🌐 ModelScope

GitHub Stars GitHub Forks

1. Model Introduction

Skywork-R1V2-38B is a state-of-the-art open-source multimodal reasoning model, achieving top-tier performance across multiple benchmarks:

  • On MMMU, it scores 73.6%, the highest among all open-source models to date.
  • On OlympiadBench, it achieves 62.6%, leading by a large margin over other open models.
  • R1V2 also performs strongly on MathVision, MMMU-Pro, and MathVista, rivaling proprietary commercial models.
  • Overall, R1V2 stands out as a high-performing, open-source VLM combining powerful visual reasoning and text understanding.

πŸ”§ Model Details

Model NameVision EncoderLanguage ModelHugging Face Link
Skywork-R1V2-38BInternViT-6B-448px-V2_5Qwen/QwQ-32BπŸ€— Link

2. Evaluation

section { margin-bottom: 4em; } figure { margin: 2em 0; text-align: center; } figcaption { font-weight: bold; margin-top: 0.5em; } table { margin: 3em auto; width: 100%; border-collapse: collapse; } table th, table td { padding: 0.6em; border: 1px solid #ddd; text-align: center; }
Open Source Comparison with Larger-Scale Open-Source Models
Proprietary Comparison with Proprietary Models
ModelSupports VisionText Reasoning (%)Multimodal Reasoning (%)
AIME24LiveCodebenchliveBenchIFEVALBFCLGPQAMMMU(val)MathVista(mini)MathVision(mini)OlympiadBenchmmmu‑pro
R1V2‑38Bβœ…78.963.673.282.966.361.673.674.049.062.652.0
R1V1‑38Bβœ…72.057.254.672.553.5–68.067.0–40.4–
Deepseek‑R1‑671B❌74.365.971.683.360.371.5–––––
GPT‑o1❌79.863.472.2––––––––
GPT‑o4‑miniβœ…93.474.678.1––49.981.684.358.0––
Claude 3.5 Sonnetβœ…β€“β€“β€“β€“β€“65.066.465.3–––
Kimi k1.5 long-cotβœ…β€“β€“β€“β€“β€“β€“70.074.9–––
Qwen2.5‑VL‑72B‑Instructβœ…β€“β€“β€“β€“β€“β€“70.274.8–––
InternVL2.5‑78Bβœ…β€“β€“β€“β€“β€“β€“70.172.3–33.2–
Evaluation Results of State-of-the-Art LLMs and VLMs

3. Usage

1. Clone the Repository

git clone https://github.com/SkyworkAI/Skywork-R1V.git
cd skywork-r1v/inference

2. Set Up the Environment

# For Transformers  
conda create -n r1-v python=3.10 && conda activate r1-v  
bash setup.sh  
# For vLLM  
conda create -n r1v-vllm python=3.10 && conda activate r1v-vllm  
pip install -U vllm

3. Run the Inference Script

transformers inference

CUDA_VISIBLE_DEVICES="0,1" python inference_with_transformers.py \
    --model_path path \
    --image_paths image1_path \
    --question "your question"

vllm inference

python inference_with_vllm.py \
    --model_path path \
    --image_paths image1_path image2_path \
    --question "your question" \
    --tensor_parallel_size 4

4. Citation

If you use Skywork-R1V in your research, please cite:

@misc{chris2025skyworkr1v2multimodalhybrid,
      title={Skywork R1V2: Multimodal Hybrid Reinforcement Learning for Reasoning}, 
      author={Peiyu Wang and Yichen Wei and Yi Peng and Xiaokun Wang and Weijie Qiu and Wei Shen and Tianyidan Xie and Jiangbo Pei and Jianhao Zhang and Yunzhuo Hao and Xuchen Song and Yang Liu and Yahui Zhou},
      year={2025},
      eprint={2504.16656},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.16656}, 
}
@misc{peng2025skyworkr1vpioneeringmultimodal,
      title={Skywork R1V: Pioneering Multimodal Reasoning with Chain-of-Thought}, 
      author={Yi Peng and Peiyu Wang and Xiaokun Wang and Yichen Wei and Jiangbo Pei and Weijie Qiu and Ai Jian and Yunzhuo Hao and Jiachun Pan and Tianyidan Xie and Li Ge and Rongxian Zhuang and Xuchen Song and Yang Liu and Yahui Zhou},
      year={2025},
      eprint={2504.05599},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.05599}, 
}

This project is released under an open-source license.

Contributors

OrlandoHugBot

34 commits