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") - Notebooks
- Google Colab
- Kaggle
Make model load with `T5EncoderModel.from_pretrained()`
Make model load with T5EncoderModel.from_pretrained()
Multi commit ID: 2dcd482ec75f500646daa3bc23075de7d23a8b9bad68af51aa4d2007ca221a80
Scheduled commits:
- Delete 1 file(s) and 0 folder(s) (d53fec309ea2cd610d031565454df58818d56e9943eef3ea4e3da08bbc9719d8)
- Upload 1 file(s) totalling 9.5G (b01b86f55688850c615c23cfe95c5c1d089b7bb7ba891d180c84d26646f752f0)
- Upload 1 file(s) totalling 803.0 (b0ba4f0eba680f009b8720b25f99776ed0d72e5635499f9b4dd2548c73a4375a)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.