Instructions to use mtaner/mt5-small-finetuned-amazon-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mtaner/mt5-small-finetuned-amazon-en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mtaner/mt5-small-finetuned-amazon-en") model = AutoModelForSeq2SeqLM.from_pretrained("mtaner/mt5-small-finetuned-amazon-en") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
#2 opened about 3 years ago
by
mtaner