Instructions to use mcmonkey/google_t5-v1_1-xxl_encoderonly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcmonkey/google_t5-v1_1-xxl_encoderonly with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mcmonkey/google_t5-v1_1-xxl_encoderonly") model = AutoModel.from_pretrained("mcmonkey/google_t5-v1_1-xxl_encoderonly", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
b01b86f55688850c615c23cfe95c5c1d089b7bb7ba891d180c84d26646f752f0 926976a verified
d53fec309ea2cd610d031565454df58818d56e9943eef3ea4e3da08bbc9719d8 2a69a0f verified
Upload t5xxl_fp8_e4m3fn.safetensors 50d42fd verified
add the model itself cf52ec4 verified
initial commit v2 6007296
Alex "mcmonkey" Goodwin commited on