Instructions to use microsoft/GODEL-v1_1-base-seq2seq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/GODEL-v1_1-base-seq2seq with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/GODEL-v1_1-base-seq2seq") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/GODEL-v1_1-base-seq2seq") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding generation config file(s) 728a30c
Update README.md db9a1fe
Update README.md 6024589
Upload tokenizer c1c7836
Upload T5ForConditionalGeneration 9a1d4ce
initial commit 31f04a0
Baolin Peng commited on