Instructions to use OpenViVQA/sepet5_test_init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenViVQA/sepet5_test_init with Transformers:
# Load model directly from transformers import SepeT5ForVQA model = SepeT5ForVQA.from_pretrained("OpenViVQA/sepet5_test_init", dtype="auto") - Notebooks
- Google Colab
- Kaggle