Video-Text-to-Text
Transformers
Safetensors
multimodal
video-understanding
video-audio understanding
video-qa
video-captioning
video-grounding
video-reasoning
short video understanding
Instructions to use TencentARC/ARC-Qwen-Video-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentARC/ARC-Qwen-Video-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TencentARC/ARC-Qwen-Video-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle