Yehor commited on
Commit
84403d1
1 Parent(s): 426b271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -25
README.md CHANGED
@@ -1,37 +1,20 @@
1
  ---
2
  language:
3
  - uk
4
- license: "cc-by-nc-sa-4.0"
5
  datasets:
6
  - mozilla-foundation/common_voice_10_0
7
  ---
8
 
9
  Join Ukrainian Speech Recognition Community - https://t.me/speech_recognition_uk
10
 
11
- This model was trained using the base model https://huggingface.co/fav-kky/wav2vec2-base-cs-80k-ClTRUS (pre-trained from 80 thousand hours of Czech speech)
12
-
13
  This model has apostrophes and hyphens.
14
 
15
- Metrics (CV7 test split):
16
-
17
- Without LM:
18
-
19
- - WER: 0.4416
20
- - CER: 0.1042
21
-
22
- With LM:
23
-
24
- - WER: 0.1422
25
- - CER: 0.0464
26
-
27
- Metrics (CV10 test split):
28
-
29
- Without LM:
30
-
31
- - WER: 0.4121
32
- - CER: 0.0946
33
-
34
- With LM:
35
 
36
- - WER: 0.0981
37
- - CER: 0.0328
 
 
 
 
 
1
  ---
2
  language:
3
  - uk
4
+ license: "apache-2.0"
5
  datasets:
6
  - mozilla-foundation/common_voice_10_0
7
  ---
8
 
9
  Join Ukrainian Speech Recognition Community - https://t.me/speech_recognition_uk
10
 
 
 
11
  This model has apostrophes and hyphens.
12
 
13
+ Metrics:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
+ | Dataset | CER | WER |
16
+ |-|-|-|
17
+ | CV7 (no LM) | 0.0432 | 0.2288 |
18
+ | CV7 (with LM) | 0.0169 | 0.0706 |
19
+ | CV10 (no LM) | 0.0412 | 0.2206 |
20
+ | CV10 (with LM) | 0.0118 | 0.0463 |