Video-Text-to-Text
Transformers
Safetensors
English
internvl_chat
feature-extraction
multimodal
custom_code
Eval Results (legacy)
Instructions to use OpenGVLab/InternVL_2_5_HiCo_R64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/InternVL_2_5_HiCo_R64 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/InternVL_2_5_HiCo_R64", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,8 @@ metrics:
|
|
| 8 |
tags:
|
| 9 |
- multimodal
|
| 10 |
pipeline_tag: video-text-to-text
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 📕 InternVL_2_5_HiCo_R64 ⚡
|
|
|
|
| 8 |
tags:
|
| 9 |
- multimodal
|
| 10 |
pipeline_tag: video-text-to-text
|
| 11 |
+
datasets:
|
| 12 |
+
- HuggingFaceFV/finevideo
|
| 13 |
---
|
| 14 |
|
| 15 |
# 📕 InternVL_2_5_HiCo_R64 ⚡
|