Instructions to use jh-yi/Video-Panda-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jh-yi/Video-Panda-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jh-yi/Video-Panda-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name and link to paper
#1
by nielsr HF Staff - opened
This PR adds the missing pipeline tag, library name, and link to the paper, so that the model is correctly categorized as a video-text-to-text
model at https://huggingface.co/models?pipeline_tag=video-text-to-text,
and also links to the paper at https://huggingface.co/papers/2412.18609.
jh-yi changed pull request status to merged