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
Update README.md
#7
by Fareskh12 - opened
README.md
CHANGED
|
@@ -72,4 +72,5 @@ year = {2022},
|
|
| 72 |
month = {June},
|
| 73 |
url = {https://www.microsoft.com/en-us/research/publication/godel-large-scale-pre-training-for-goal-directed-dialog/},
|
| 74 |
}
|
| 75 |
-
```
|
|
|
|
|
|
| 72 |
month = {June},
|
| 73 |
url = {https://www.microsoft.com/en-us/research/publication/godel-large-scale-pre-training-for-goal-directed-dialog/},
|
| 74 |
}
|
| 75 |
+
```
|
| 76 |
+
Good luck
|