Upload README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- bn
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
|
|
|
|
7 |
- openslr_SLR53
|
8 |
- robust-speech-event
|
9 |
-
- bn
|
10 |
datasets:
|
11 |
- openslr
|
12 |
- SLR53
|
@@ -17,7 +18,7 @@ metrics:
|
|
17 |
model-index:
|
18 |
- name: arijitx/wav2vec2-xls-r-300m-bengali
|
19 |
results:
|
20 |
-
- task:
|
21 |
type: automatic-speech-recognition
|
22 |
name: Speech Recognition
|
23 |
dataset:
|
@@ -25,18 +26,18 @@ model-index:
|
|
25 |
name: Open SLR
|
26 |
args: SLR53
|
27 |
metrics:
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
---
|
41 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the OPENSLR_SLR53 - bengali dataset.
|
42 |
It achieves the following results on the evaluation set.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- bn
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
+
- bn
|
8 |
+
- hf-asr-leaderboard
|
9 |
- openslr_SLR53
|
10 |
- robust-speech-event
|
|
|
11 |
datasets:
|
12 |
- openslr
|
13 |
- SLR53
|
|
|
18 |
model-index:
|
19 |
- name: arijitx/wav2vec2-xls-r-300m-bengali
|
20 |
results:
|
21 |
+
- task:
|
22 |
type: automatic-speech-recognition
|
23 |
name: Speech Recognition
|
24 |
dataset:
|
|
|
26 |
name: Open SLR
|
27 |
args: SLR53
|
28 |
metrics:
|
29 |
+
- type: wer
|
30 |
+
value: 0.21726385291857586
|
31 |
+
name: Test WER
|
32 |
+
- type: cer
|
33 |
+
value: 0.04725010353701041
|
34 |
+
name: Test CER
|
35 |
+
- type: wer
|
36 |
+
value: 0.15322879016421437
|
37 |
+
name: Test WER with lm
|
38 |
+
- type: cer
|
39 |
+
value: 0.03413696666806267
|
40 |
+
name: Test CER with lm
|
41 |
---
|
42 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the OPENSLR_SLR53 - bengali dataset.
|
43 |
It achieves the following results on the evaluation set.
|