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") - Notebooks
- Google Colab
- Kaggle
Create README.md
1
#5 opened over 1 year ago
by
FR1NG3R
What is the difference with google/t5-v1_1-xxl?
#4 opened about 2 years ago
by
jjihwannn
Adding `safetensors` variant of this model
#3 opened over 2 years ago
by
SFconvertbot
Create README.md
#1 opened about 3 years ago
by
shawt100