Commit
·
b0cbf9b
1
Parent(s):
2126782
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ Remember to always sanitize your text! Replace ``s`` and ``t`` cedilla-letters t
|
|
28 |
```
|
29 |
text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace("Ş", "Ș")
|
30 |
```
|
31 |
-
because the model was **NOT** trained on cedilla ``s`` and ``t``s. If you don't, you will have decreased performance due to
|
32 |
|
33 |
|
34 |
### Evaluation
|
|
|
28 |
```
|
29 |
text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace("Ş", "Ș")
|
30 |
```
|
31 |
+
because the model was **NOT** trained on cedilla ``s`` and ``t``s. If you don't, you will have decreased performance due to ``<UNK>``s and increased number of tokens per word.
|
32 |
|
33 |
|
34 |
### Evaluation
|