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
| { | |
| "bos_token_id": 127959, | |
| "chat_format": "chatml", | |
| "eos_token_id": 127957, | |
| "max_new_tokens": 512, | |
| "max_window_size": 6144, | |
| "pad_token_id": 127961, | |
| "repetition_penalty": 1.1, | |
| "transformers_version": "4.54.0.dev0" | |
| } | |