Instructions to use city96/mt5-xl-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use city96/mt5-xl-fp16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("city96/mt5-xl-fp16") model = AutoModelForSeq2SeqLM.from_pretrained("city96/mt5-xl-fp16") - Notebooks
- Google Colab
- Kaggle
Flux usage
#1
by pychobj2001 - opened
Can this be used in place of a t5 xxl? I am thinking, there is a lot of t5 models since it came out and we are all using old ones . if we could use new ones that are better ways of doing t5 and fine tuned for image generation....we would get really great prompt adherence with Flux....right? or no?