Visual Question Answering
Transformers
Safetensors
English
videollama2_mistral
text-generation
multimodal large language model
large video-language model
Instructions to use DAMO-NLP-SG/VideoLLaMA2-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/VideoLLaMA2-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="DAMO-NLP-SG/VideoLLaMA2-7B")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("DAMO-NLP-SG/VideoLLaMA2-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json b39f289 verified
Zesen Cheng commited on
Update README.md 3d2a74d verified
Update README.md 50aad9f verified
update 72b model e185e97 verified
🔧 [Fix] Fix chat template. 5f153d6 verified
Zesen Cheng commited on
Update README.md 86b31d1 verified
Update README.md 449753c verified
Update README.md fcc8923 verified
Update README.md df2cd7f verified
Update README.md 818b736 verified
Update README.md f5d0f75 verified
Update README.md f96eaab verified
Model Upload. e4f6f68
sennnnn commited on
initial commit c075914 verified
Zesen Cheng commited on