Instructions to use google/mt5-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/mt5-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/mt5-xxl") model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-xxl") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding generation config file(s) e07c395
Update README.md (#1) d4ac5e6
add flax/jax dd2fa87
Merge branch 'main' of https://huggingface.co/google/mt5-xxl into main cb571f2
Patrick von Platen commited on
upload all mt5-xxl files 3a0e397
Patrick von Platen commited on