We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0724c0f commit f331251Copy full SHA for f331251
model_cards/google/roberta2roberta_L-24_wikisplit/README.md
@@ -17,6 +17,9 @@ Disclaimer: The model card has been written by the Hugging Face team.
17
18
You can use this model for sentence splitting, *e.g.*
19
20
+**IMPORTANT**: The model was not trained on the `"` (double quotation mark) character -> so the before tokenizing the text,
21
+it is advised to replace all `"` (double quotation marks) with two single `'` (single quotation mark).
22
+
23
```python
24
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
25
0 commit comments