Instructions to use google/t5-v1_1-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/t5-v1_1-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/t5-v1_1-small") model = AutoModelForSeq2SeqLM.from_pretrained("google/t5-v1_1-small") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fb7e6cb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1b8a7af8c213e17c145f33f41cd5c8904ca56c9a2165ef2ed03d02bf5cb7c755
size 307852839
|