Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ It achieves the following results on the evaluation set:
|
|
17 |
|
18 |
- **WER(Word Error Rate)** for Third party test data : 0.373
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Model description
|
21 |
|
22 |
Korean Wav2vec with Ksponspeech dataset.
|
|
|
17 |
|
18 |
- **WER(Word Error Rate)** for Third party test data : 0.373
|
19 |
|
20 |
+
**For improving WER: **
|
21 |
+
- Numeric / Character Unification
|
22 |
+
- Decoding the word with the correct notation (from word based on pronounciation)
|
23 |
+
- Uniform use of special characters (. / ?)
|
24 |
+
- Converting non-existent words to existing words
|
25 |
+
|
26 |
## Model description
|
27 |
|
28 |
Korean Wav2vec with Ksponspeech dataset.
|