Update README.md

This commit is contained in:
Patrick von Platen 2020-10-20 16:13:49 +02:00 committed by GitHub
parent ffd675b42c
commit 0264048660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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