anzorq commited on
Commit
b3823ee
1 Parent(s): 531536b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ The model's performance during training:
69
  | 6000 | 0.196800 | 0.270521 | 0.687662 |
70
 
71
  ## Note
72
- Prior to training, specific character replacements were performed to reduce the tokenizer vocabulary by replacing digraphs with single characters. The replacements are as follows:
73
  ```
74
  гъ -> ɣ
75
  дж -> j
 
69
  | 6000 | 0.196800 | 0.270521 | 0.687662 |
70
 
71
  ## Note
72
+ To optimize training and reduce tokenizer vocabulary size, prior to training the following digraphs in the training data were replaced with single characters:
73
  ```
74
  гъ -> ɣ
75
  дж -> j