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