Yehor commited on
Commit
883d070
β€’
1 Parent(s): f4b5de0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -1,9 +1,30 @@
1
  ---
 
2
  language:
3
  - uk
4
  license: "apache-2.0"
 
 
5
  datasets:
6
  - mozilla-foundation/common_voice_10_0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  🚨🚨🚨 **ATTENTION!** 🚨🚨🚨
@@ -12,10 +33,13 @@ datasets:
12
 
13
  ---
14
 
15
- πŸ‡ΊπŸ‡¦ Join Ukrainian Speech Recognition Community - https://t.me/speech_recognition_uk
16
 
17
- ⭐ See other Ukrainian models - https://github.com/egorsmkv/speech-recognition-uk
 
 
18
 
 
19
 
20
  This model has apostrophes and hyphens.
21
 
@@ -29,8 +53,3 @@ Metrics:
29
  | CV7 (with LM) | 0.0169 | 0.0706 |
30
  | CV10 (no LM) | 0.0412 | 0.2206 |
31
  | CV10 (with LM) | 0.0118 | 0.0463 |
32
-
33
- More:
34
-
35
- - The same model, but trained on noisy data: https://huggingface.co/Yehor/wav2vec2-xls-r-300m-uk-with-small-lm-noisy
36
- - Traced JIT version: https://huggingface.co/Yehor/wav2vec2-xls-r-300m-uk-traced-jit
 
1
  ---
2
+ base_model: facebook/wav2vec2-xls-r-300m
3
  language:
4
  - uk
5
  license: "apache-2.0"
6
+ tags:
7
+ - automatic-speech-recognition
8
  datasets:
9
  - mozilla-foundation/common_voice_10_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: w2v-xls-r-uk
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: common_voice_10_0
20
+ type: common_voice_10_0
21
+ config: uk
22
+ split: test
23
+ args: uk
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 0.0463
28
  ---
29
 
30
  🚨🚨🚨 **ATTENTION!** 🚨🚨🚨
 
33
 
34
  ---
35
 
36
+ ## Community
37
 
38
+ - Discord: https://discord.gg/yVAjkBgmt4
39
+ - Speech Recognition: https://t.me/speech_recognition_uk
40
+ - Speech Synthesis: https://t.me/speech_synthesis_uk
41
 
42
+ ## Overview
43
 
44
  This model has apostrophes and hyphens.
45
 
 
53
  | CV7 (with LM) | 0.0169 | 0.0706 |
54
  | CV10 (no LM) | 0.0412 | 0.2206 |
55
  | CV10 (with LM) | 0.0118 | 0.0463 |