Video-Text-to-Text
Transformers
Safetensors
English
videollama3_qwen2
text-generation
multimodal large language model
large video-language model
Instructions to use DAMO-NLP-SG/VideoRefer-VideoLLaMA3-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/VideoRefer-VideoLLaMA3-2B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoRefer-VideoLLaMA3-2B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix task tag
#1
by merve HF Staff - opened
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
library_name: transformers
|
| 8 |
-
pipeline_tag:
|
| 9 |
tags:
|
| 10 |
- multimodal large language model
|
| 11 |
- large video-language model
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
library_name: transformers
|
| 8 |
+
pipeline_tag: video-text-to-text
|
| 9 |
tags:
|
| 10 |
- multimodal large language model
|
| 11 |
- large video-language model
|