AigizK commited on
Commit
91f33dc
1 Parent(s): f9fa549

how to restore messages back

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -43,7 +43,17 @@ More information needed
43
 
44
  ## Intended uses & limitations
45
 
46
- More information needed
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## Training and evaluation data
49
 
 
43
 
44
  ## Intended uses & limitations
45
 
46
+ In order to reduce the number of characters, the following letters have been replaced or removed:
47
+
48
+ 'я' -> 'йа'
49
+ 'ю' -> 'йу'
50
+ 'ё' -> 'йо'
51
+ 'е' -> 'йэ' for first letter
52
+ 'е' -> 'э' for other cases
53
+ 'ъ' -> deleted
54
+ 'ь' -> deleted
55
+
56
+ Therefore, in order to get the correct text, you need to do the reverse transformation and use the language model.
57
 
58
  ## Training and evaluation data
59