Instructions to use shramay-palta/test-demo-t5_small-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shramay-palta/test-demo-t5_small-qa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("shramay-palta/test-demo-t5_small-qa") model = AutoModelForMultimodalLM.from_pretrained("shramay-palta/test-demo-t5_small-qa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K