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