Video-Text-to-Text
Transformers
Safetensors
English
videollama3_qwen2
text-generation
multi-modal
large-language-model
video-language-model
custom_code
Instructions to use DAMO-NLP-SG/VideoLLaMA3-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/VideoLLaMA3-7B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoLLaMA3-7B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ We also upload the tuned vision encoder of VideoLLaMA3-7B for wider application:
|
|
| 70 |
## 🚀 Main Results
|
| 71 |
|
| 72 |
|
| 73 |
-
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/626938b16f8f86ad21deb989/
|
| 74 |
|
| 75 |
* \* denotes the reproduced results.
|
| 76 |
|
|
|
|
| 70 |
## 🚀 Main Results
|
| 71 |
|
| 72 |
|
| 73 |
+
<img width="500" alt="image" src="https://cdn-uploads.huggingface.co/production/uploads/626938b16f8f86ad21deb989/lJtqnXs7BbhTrjArLZnUu.png">
|
| 74 |
|
| 75 |
* \* denotes the reproduced results.
|
| 76 |
|