Update README.md
Browse files
README.md
CHANGED
@@ -16,16 +16,20 @@ metrics:
|
|
16 |
model-index:
|
17 |
- name: 'shivam/wav2vec2-xls-r-hindi'
|
18 |
results:
|
19 |
-
- task:
|
20 |
-
type:
|
21 |
-
name:
|
22 |
dataset:
|
23 |
-
|
24 |
-
|
25 |
-
args:
|
26 |
metrics:
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,13 +44,9 @@ It achieves the following results on the evaluation set:
|
|
40 |
|
41 |
## Evaluation results on Common Voice 7 "test" (Running ./eval.py):
|
42 |
|
43 |
-
### Without LM
|
44 |
-
- WER: 0.41
|
45 |
-
- CER: 0.16
|
46 |
-
|
47 |
### With LM
|
48 |
-
- WER:
|
49 |
-
- CER:
|
50 |
|
51 |
## Model description
|
52 |
|
|
|
16 |
model-index:
|
17 |
- name: 'shivam/wav2vec2-xls-r-hindi'
|
18 |
results:
|
19 |
+
- task:
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
name: Automatic Speech Recognition
|
22 |
dataset:
|
23 |
+
name: Common Voice Corpus 7.0
|
24 |
+
type: mozilla-foundation/common_voice_7_0
|
25 |
+
args: hi
|
26 |
metrics:
|
27 |
+
- name: Test WER
|
28 |
+
type: wer
|
29 |
+
value: 52.30
|
30 |
+
- name: Test CER
|
31 |
+
type: cer
|
32 |
+
value: 26.09
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
## Evaluation results on Common Voice 7 "test" (Running ./eval.py):
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### With LM
|
48 |
+
- WER: 52.30
|
49 |
+
- CER: 26.09
|
50 |
|
51 |
## Model description
|
52 |
|