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

pipe = pipeline("text-generation", model="harvey2333/omni_video_assistant_6_1")
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("harvey2333/omni_video_assistant_6_1", device_map="auto")
Quick Links

Omni-VideoAssistant

This is a Video Question Answering Large Language model. code base is here for more details:.

πŸ“ Updates

  • [2023.12.09] πŸ€—Hugging Face A Better Model V6.1 are available now! Welcome to watch this repository for the latest updates.
  • [2023.12.06] Gradio & CLI Inference Demo are available now.
  • [2023.12.01] πŸ€—Hugging Face Preview Model are available now!
Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support