Instructions to use google/flan-t5-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-xxl") model = AutoModelForMultimodalLM.from_pretrained("google/flan-t5-xxl") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
f6b9fdf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2399615e60e983d1e647248b15bfad3c0ccd9473a0e387dbe03284fcaacf21c2
size 9452262278
|