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