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