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