mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Add note for WikiSplit
This commit is contained in:
parent
0724c0f3a2
commit
f3312515b7
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ Disclaimer: The model card has been written by the Hugging Face team.
|
|||
|
||||
You can use this model for sentence splitting, *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 two single `'` (single quotation mark).
|
||||
|
||||
```python
|
||||
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue