Instructions to use DeepFloyd/t5-v1_1-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepFloyd/t5-v1_1-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("DeepFloyd/t5-v1_1-xxl") model = AutoModel.from_pretrained("DeepFloyd/t5-v1_1-xxl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K