Instructions to use longvideotool/LongVT-RFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use longvideotool/LongVT-RFT with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("longvideotool/LongVT-RFT") model = AutoModelForImageTextToText.from_pretrained("longvideotool/LongVT-RFT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ If you find LongVT useful for your research and applications, please cite using
|
|
| 73 |
```bibtex
|
| 74 |
@misc{yang2025longvtincentivizingthinkinglong,
|
| 75 |
title={LongVT: Incentivizing "Thinking with Long Videos" via Native Tool Calling},
|
| 76 |
-
author={Zuhao Yang and Sudong Wang and Kaichen Zhang and Keming Wu and Sicong Leng and Yifan Zhang and Chengwei Qin and Shijian Lu and Xingxuan Li and Lidong Bing},
|
| 77 |
year={2025},
|
| 78 |
eprint={2511.20785},
|
| 79 |
archivePrefix={arXiv},
|
|
|
|
| 73 |
```bibtex
|
| 74 |
@misc{yang2025longvtincentivizingthinkinglong,
|
| 75 |
title={LongVT: Incentivizing "Thinking with Long Videos" via Native Tool Calling},
|
| 76 |
+
author={Zuhao Yang and Sudong Wang and Kaichen Zhang and Keming Wu and Sicong Leng and Yifan Zhang and Bo Li and Chengwei Qin and Shijian Lu and Xingxuan Li and Lidong Bing},
|
| 77 |
year={2025},
|
| 78 |
eprint={2511.20785},
|
| 79 |
archivePrefix={arXiv},
|