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