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: 135 Bytes
3c27a5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8cf13641aecafcf14bea1d4d4b07fe0a69f4aad0431d57bfb20c23a846ffd88f
size 1188285040
|