Video-Text-to-Text
Transformers
Safetensors
English
videollama3_qwen2
text-generation
multimodal large language model
large video-language model
custom_code
Instructions to use DAMO-NLP-SG/VideoRefer-VideoLLaMA3-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/VideoRefer-VideoLLaMA3-7B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoRefer-VideoLLaMA3-7B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ pipeline_tag: visual-question-answering
|
|
| 9 |
tags:
|
| 10 |
- multimodal large language model
|
| 11 |
- large video-language model
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
|
|
|
| 9 |
tags:
|
| 10 |
- multimodal large language model
|
| 11 |
- large video-language model
|
| 12 |
+
base_model:
|
| 13 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 14 |
+
- DAMO-NLP-SG/VideoLLaMA3-7B-Image
|
| 15 |
---
|
| 16 |
|
| 17 |
|