Instructions to use choosistant/seq2seqmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use choosistant/seq2seqmodel with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("choosistant/seq2seqmodel") model = AutoModelForSeq2SeqLM.from_pretrained("choosistant/seq2seqmodel") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
75abf8f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:329e8bca3ae86ac6dc66df2c3c80cc4caa4eb3375c0daff5b78ea73b769d3122
size 1625530625
|