Video-Text-to-Text
Transformers
Safetensors
arc_hunyuan_video
text-generation
multimodal
video-understanding
video-audio understanding
video-qa
video-captioning
video-grounding
video-reasoning
short video understanding
Instructions to use TencentARC/ARC-Hunyuan-Video-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentARC/ARC-Hunyuan-Video-7B with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("TencentARC/ARC-Hunyuan-Video-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by Julia808 - opened
README.md
CHANGED
|
@@ -10,6 +10,11 @@ tags:
|
|
| 10 |
- video-grounding
|
| 11 |
- video-reasoning
|
| 12 |
- short video understanding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# ARC-Hunyuan-Video-7B
|
|
|
|
| 10 |
- video-grounding
|
| 11 |
- video-reasoning
|
| 12 |
- short video understanding
|
| 13 |
+
license: apache-2.0
|
| 14 |
+
language:
|
| 15 |
+
- aa
|
| 16 |
+
base_model:
|
| 17 |
+
- openai/gpt-oss-120b
|
| 18 |
---
|
| 19 |
|
| 20 |
# ARC-Hunyuan-Video-7B
|