Instructions to use StaticOwl/Flan-t5-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StaticOwl/Flan-t5-Model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("StaticOwl/Flan-t5-Model") model = AutoModelForSeq2SeqLM.from_pretrained("StaticOwl/Flan-t5-Model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
453effb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78b056246710d39f60e120336fb674bf85a24cc0b22476e0c822d2b62bf15873
size 4728
|