Instructions to use teowu/tiny_video_chatbot_v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use teowu/tiny_video_chatbot_v0 with Transformers:
# Load model directly from transformers import YiVL model = YiVL.from_pretrained("teowu/tiny_video_chatbot_v0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
# Load model directly
from transformers import YiVL
model = YiVL.from_pretrained("teowu/tiny_video_chatbot_v0", dtype="auto")Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Need to snapshot download this HF repo, and then run python cli_demo.py under this directory.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Gated model: Login with a HF token with gated access permission hf auth login