Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- robust-speech-event
|
10 |
- xlsr-fine-tuning-week
|
11 |
datasets:
|
12 |
-
-
|
13 |
- name: Serbian comodoro Wav2Vec2 XLSR 300M CV8
|
14 |
results:
|
15 |
- task:
|
@@ -18,7 +18,21 @@ datasets:
|
|
18 |
dataset:
|
19 |
name: Common Voice 8
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
-
args:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
metrics:
|
23 |
- name: Test WER
|
24 |
type: wer
|
@@ -38,6 +52,11 @@ It achieves the following results on the evaluation set:
|
|
38 |
- Wer: 0.4825
|
39 |
- Cer: 0.1847
|
40 |
|
|
|
|
|
|
|
|
|
|
|
41 |
## Model description
|
42 |
|
43 |
More information needed
|
|
|
9 |
- robust-speech-event
|
10 |
- xlsr-fine-tuning-week
|
11 |
datasets:
|
12 |
+
- mozilla-foundation/common_voice_8_0
|
13 |
- name: Serbian comodoro Wav2Vec2 XLSR 300M CV8
|
14 |
results:
|
15 |
- task:
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 8
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
+
args: sr
|
22 |
+
metrics:
|
23 |
+
- name: Test WER
|
24 |
+
type: wer
|
25 |
+
value: 48.3
|
26 |
+
- name: Test CER
|
27 |
+
type: cer
|
28 |
+
value: 18.5
|
29 |
+
- task:
|
30 |
+
name: Automatic Speech Recognition
|
31 |
+
type: automatic-speech-recognition
|
32 |
+
dataset:
|
33 |
+
name: Common Voice 8
|
34 |
+
type: mozilla-foundation/common_voice_8_0
|
35 |
+
args: sr
|
36 |
metrics:
|
37 |
- name: Test WER
|
38 |
type: wer
|
|
|
52 |
- Wer: 0.4825
|
53 |
- Cer: 0.1847
|
54 |
|
55 |
+
Evaluation on speech-recognition-community-v2/dev_data gave the following results:
|
56 |
+
|
57 |
+
- WER: 0.9718373107518604
|
58 |
+
- CER: 0.8302740620263108
|
59 |
+
|
60 |
## Model description
|
61 |
|
62 |
More information needed
|