Update README.md

This commit is contained in:
Baolin Peng 2022-10-25 16:33:07 +00:00 committed by huggingface-web
parent 6024589fdf
commit db9a1fe1c5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Now we are ready to try out how the model works as a chatting partner!
```python
from transformers import AutoTokenizer,AutoModel
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")