Instructions to use OpenGVLab/VideoChat-TPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/VideoChat-TPO with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/VideoChat-TPO", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add paper link and library name
#1
by nielsr HF Staff - opened
This PR adds a link to the paper Task Preference Optimization: Improving Multimodal Large Language Models with Vision Task Alignment.
It also adds library_name, enabling people to use the model with the Transformers library.
ynhe changed pull request status to merged