Instructions to use google/t5-v1_1-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/t5-v1_1-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/t5-v1_1-large") model = AutoModelForSeq2SeqLM.from_pretrained("google/t5-v1_1-large") - Notebooks
- Google Colab
- Kaggle
VORTEXRAG: 7-Layer RAG — Causal Drift Filtering + Context Poison Guard [paper + code + demo]
#4 opened about 1 month ago
by
vigneshwar234
the same fine tune code, flan t5 work, and this does not.
#3 opened over 2 years ago
by
CUIGuy
Adding `safetensors` variant of this model
#2 opened over 3 years ago
by
SFconvertbot
Update README.md
#1 opened over 3 years ago
by
TimeRobber