Instructions to use ostris/t5-v1_1-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ostris/t5-v1_1-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ostris/t5-v1_1-xl") model = AutoModel.from_pretrained("ostris/t5-v1_1-xl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This is just the encoder from google/t5-v1_1-xl in fp16 format.
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support