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 ·
e399087
1
Parent(s): 38409d2
Add Website + Daily Paper badges
Browse files
README.md
CHANGED
|
@@ -24,9 +24,11 @@ tags:
|
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
[](https://arxiv.org/abs/2605.20342)
|
|
|
|
| 27 |
[](https://github.com/EvolvingLMMs-Lab/ParaVT)
|
| 28 |
[](https://huggingface.co/datasets/ParaVT/ParaVT-Parquet)
|
| 29 |
[](https://huggingface.co/datasets/ParaVT/ParaVT-Source)
|
|
|
|
| 30 |
|
| 31 |
</div>
|
| 32 |
|
|
|
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
[](https://arxiv.org/abs/2605.20342)
|
| 27 |
+
[](https://evolvinglmms-lab.github.io/ParaVT/)
|
| 28 |
[](https://github.com/EvolvingLMMs-Lab/ParaVT)
|
| 29 |
[](https://huggingface.co/datasets/ParaVT/ParaVT-Parquet)
|
| 30 |
[](https://huggingface.co/datasets/ParaVT/ParaVT-Source)
|
| 31 |
+
[](https://huggingface.co/papers/2605.20342)
|
| 32 |
|
| 33 |
</div>
|
| 34 |
|