You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model_cards/google/roberta2roberta_L-24_discofuse/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Disclaimer: The model card has been written by the Hugging Face team.
19
19
20
20
You can use this model for sentence fusion, *e.g.*
21
21
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
+
22
24
```python
23
25
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
0 commit comments