Visual Question Answering
Transformers
English
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("visual-question-answering", model="MBZUAI/Video-ChatGPT-7B")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MBZUAI/Video-ChatGPT-7B", dtype="auto")
Quick Links

Video-ChatGPT is a video conversation model capable of generating meaningful conversation about videos. It combines the capabilities of LLMs with a pretrained visual encoder adapted for spatiotemporal video representation.

GitHub: https://github.com/mbzuai-oryx/Video-ChatGPT

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using MBZUAI/Video-ChatGPT-7B 5

Collection including MBZUAI/Video-ChatGPT-7B