maximxls commited on
Commit
a557264
1 Parent(s): 097434c

Gramar in README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,13 +8,13 @@ tags:
8
  ---
9
  # Model Card for maximxls/text-normalization-ru-terrible
10
 
11
- Normalization for russian text. Couldn't find any existing solutions (besides algorithms, don't like those) so made this.
12
 
13
  ## Model Details
14
 
15
  ### Model Description
16
 
17
- Tiny T5 trained from scratch for normalizing russian texts:
18
  - translating numbers into words
19
  - expanding abbreviations into phonetic letter combinations
20
  - transliterating english into russian letters
@@ -27,7 +27,7 @@ Tiny T5 trained from scratch for normalizing russian texts:
27
 
28
  ## Uses
29
 
30
- Useful in TTS, for example with Silero to make it read numbers and english words (even if not perfectly, it's at least not ignoring)
31
 
32
  ### Quick Start
33
 
 
8
  ---
9
  # Model Card for maximxls/text-normalization-ru-terrible
10
 
11
+ Normalization for Russian text. Couldn't find any existing solutions (besides algorithms, don't like those) so made this.
12
 
13
  ## Model Details
14
 
15
  ### Model Description
16
 
17
+ Tiny T5 trained from scratch for normalizing Russian texts:
18
  - translating numbers into words
19
  - expanding abbreviations into phonetic letter combinations
20
  - transliterating english into russian letters
 
27
 
28
  ## Uses
29
 
30
+ Useful in TTS, for example with Silero to make it read numbers and English words (even if not perfectly, it's at least not ignoring)
31
 
32
  ### Quick Start
33