Skip to content

Commit 0264048

Browse files
Update README.md
1 parent ffd675b commit 0264048

File tree

1 file changed

+2
-0
lines changed
  • model_cards/google/roberta2roberta_L-24_discofuse

1 file changed

+2
-0
lines changed

model_cards/google/roberta2roberta_L-24_discofuse/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Disclaimer: The model card has been written by the Hugging Face team.
1919

2020
You can use this model for sentence fusion, *e.g.*
2121

22+
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).
23+
2224
```python
2325
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
2426

0 commit comments

Comments
 (0)