Views
No views yet
1from huggingface_hub import snapshot_download
2
3repo_id = "URSA-MATH/URSA-8B-PS-GRPO"
4local_dir = YOUR_LOCAL_PATH
5
6snapshot_path = snapshot_download(
7 repo_id=repo_id,
8 local_dir=local_dir,
9 revision="main",
10 cache_dir=None,
11)@article{luo2025ursa,
title={URSA: Understanding and Verifying Chain-of-thought Reasoning in Multimodal Mathematics},
author={Luo, Ruilin and Zheng, Zhuofan and Wang, Yifan and Yu, Yiyao and Ni, Xinzhe and Lin, Zicheng and Zeng, Jin and Yang, Yujiu},
journal={arXiv preprint arXiv:2501.04686},
year={2025}
}