Views
No views yet
frames-in-GT + consistency reward at global_step=50.1from transformers import AutoProcessor, AutoModelForCausalLM
2
3processor = AutoProcessor.from_pretrained("michalsr/toolmerge-planner-grpo")
4model = AutoModelForCausalLM.from_pretrained(
5 "michalsr/toolmerge-planner-grpo",
6 torch_dtype="bfloat16",
7)1toolmerge config=configs/m2m/qwen3_8.yaml \
2 model.base=michalsr/toolmerge-planner-grpo| Setting | Value |
|---|---|
| Base model | Qwen/Qwen3-VL-8B-Instruct |
| Reward | frames_in_gt=1.0, consistency=1.0 |
| Training data | train_correct_uniform_8f_clip_max1.json (filtered M2M train split, ~1500 items) |
| Optimizer | paged_adamw_8bit, lr=1e-6, bf16 |
| Compute | 2 nodes × 4 GPUs |
| Step | global_step=50 |
| Framework | TRL 0.27.2, transformers 4.57.6, PyTorch 2.10.0 |
training/configs/m2m_grpo.yaml
in the ToolMerge repo.1@misc{shlapentokhrothman2026decomposingqueriestoolcalls,
2 title = {Decomposing Queries into Tool Calls for Long-Video Keyframe Retrieval},
3 author = {Michal Shlapentokh-Rothman and Prachi Garg and Yu-Xiong Wang and Derek Hoiem},
4 year = {2026},
5 eprint = {2605.23826},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.CV},
8 url = {https://arxiv.org/abs/2605.23826},
9}1@article{shao2024deepseekmath,
2 title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
3 author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
4 year = 2024,
5 eprint = {arXiv:2402.03300},
6}