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