Instructions to use microsoft/GODEL-v1_1-large-seq2seq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/GODEL-v1_1-large-seq2seq with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/GODEL-v1_1-large-seq2seq") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/GODEL-v1_1-large-seq2seq") - Notebooks
- Google Colab
- Kaggle
Uploaded Rust models compatible with the `rust-bert` library
#3
by Emulator000 - opened
Due to the opened PR here: https://github.com/guillaume-be/rust-bert/pull/376
Regarding the introduction of the GODEL models support, we want to upload these weights compatible to the library.
Will open a PR for the base one too.