Video-Text-to-Text
Transformers
Safetensors
English
internvl_chat
feature-extraction
multimodal
custom_code
Eval Results (legacy)
Instructions to use EmilyNguyen235/InternVideo-2.5-chat8b-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EmilyNguyen235/InternVideo-2.5-chat8b-fix with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EmilyNguyen235/InternVideo-2.5-chat8b-fix", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle