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