Video-Text-to-Text
Transformers
Safetensors
English
qwen3_vl
image-text-to-text
video
long-video
reasoning
tool-calling
agentic-rl
grpo
multimodal
Instructions to use ParaVT/ParaVT-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ParaVT/ParaVT-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("ParaVT/ParaVT-8B") model = AutoModelForImageTextToText.from_pretrained("ParaVT/ParaVT-8B") - Notebooks
- Google Colab
- Kaggle
mwxely commited on
Commit ·
07f786f
1
Parent(s): 68e7dc7
card: align bibtex author list with the paper's 10 authors
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ If you find ParaVT useful for your research and applications, please cite:
|
|
| 72 |
```bibtex
|
| 73 |
@misc{yang2026paravt,
|
| 74 |
title={{ParaVT}: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
|
| 75 |
-
author={Zuhao Yang and
|
| 76 |
year={2026},
|
| 77 |
archivePrefix={arXiv},
|
| 78 |
primaryClass={cs.CV}
|
|
|
|
| 72 |
```bibtex
|
| 73 |
@misc{yang2026paravt,
|
| 74 |
title={{ParaVT}: Taming the Tool Prior Paradox for Parallel Tool Use in Agentic Video Reinforcement Learning},
|
| 75 |
+
author={Zuhao Yang and Kaichen Zhang and Sudong Wang and Keming Wu and Zhongyu Yang and Bo Li and Xiaojuan Qi and Shijian Lu and Xingxuan Li and Lidong Bing},
|
| 76 |
year={2026},
|
| 77 |
archivePrefix={arXiv},
|
| 78 |
primaryClass={cs.CV}
|