Instructions to use Zhang199/TinyLLaVA-Video-Coldstart_NextQA_16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhang199/TinyLLaVA-Video-Coldstart_NextQA_16 with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Zhang199/TinyLLaVA-Video-Coldstart_NextQA_16", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library_name to metadata and include Github README content
#1
by nielsr HF Staff - opened
This PR adds the library_name: transformers tag to the model card metadata.
It also includes the Github README content, improving discoverability and clarity for users.
Zhang199 changed pull request status to merged