Instructions to use YWZBrandon/google_t5-v1_1-large_full_upsample1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YWZBrandon/google_t5-v1_1-large_full_upsample1000 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("YWZBrandon/google_t5-v1_1-large_full_upsample1000") model = AutoModelForSeq2SeqLM.from_pretrained("YWZBrandon/google_t5-v1_1-large_full_upsample1000") - Notebooks
- Google Colab
- Kaggle