This commit is contained in:
Patrick von Platen 2020-10-20 16:13:49 +02:00 коммит произвёл GitHub
Родитель ffd675b42c
Коммит 0264048660
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,8 @@ Disclaimer: The model card has been written by the Hugging Face team.
You can use this model for sentence fusion, *e.g.*
IMPORTANT: The model was not trained on the `"` (double quotation mark) character -> so the before tokenizing the text, it is advised to replace all `"` (double quotation marks) with a single `` ` `` (single back tick).
```python
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM