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