Instructions to use google/mt5-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/mt5-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/mt5-xl") model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-xl") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md (#1) 28f5501
add 0e130cf
add flax weights e91482a
add flax gitattributes a5548c0
Create README.md 33fd2d8
upload all mt5-xl files a70fad1
Patrick von Platen commited on