dumitrescustefan commited on
Commit
cb2516d
1 Parent(s): 8576cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Remember to always sanitize your text! Replace ``s`` and ``t`` cedilla-letters t
25
  ```
26
  text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace("Ş", "Ș")
27
  ```
28
- 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.
29
 
30
  ### Evaluation
31
 
25
  ```
26
  text = text.replace("ţ", "ț").replace("ş", "ș").replace("Ţ", "Ț").replace("Ş", "Ș")
27
  ```
28
+ 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.
29
 
30
  ### Evaluation
31