Harveenchadha
commited on
Commit
·
e6a47cb
1
Parent(s):
30b29ed
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- hi
|
5 |
+
tags:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- mozilla-foundation/common_voice_7_0
|
8 |
+
- hi
|
9 |
+
- robust-speech-event
|
10 |
+
- model_for_talk
|
11 |
+
|
12 |
+
model-index:
|
13 |
+
- name: Hindi Large
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Common Voice
|
20 |
+
type: common_voice
|
21 |
+
args: hi
|
22 |
+
metrics:
|
23 |
+
- name: Test WER
|
24 |
+
type: wer
|
25 |
+
value: 22.62
|
26 |
+
- name: Test CER
|
27 |
+
type: cer
|
28 |
+
value: 7.42
|
29 |
+
- task:
|
30 |
+
name: Automatic Speech Recognition
|
31 |
+
type: automatic-speech-recognition
|
32 |
+
dataset:
|
33 |
+
name: Common Voice-7.0
|
34 |
+
type: mozilla-foundation/common_voice_7_0
|
35 |
+
args: hi
|
36 |
+
metrics:
|
37 |
+
- name: Test WER
|
38 |
+
type: wer
|
39 |
+
value: 19.47
|
40 |
+
- name: Test CER
|
41 |
+
type: cer
|
42 |
+
value: 8.05
|
43 |
+
|
44 |
+
- task:
|
45 |
+
name: Automatic Speech Recognition
|
46 |
+
type: automatic-speech-recognition
|
47 |
+
dataset:
|
48 |
+
name: Common Voice-8.0
|
49 |
+
type: mozilla-foundation/common_voice_8_0
|
50 |
+
args: hi
|
51 |
+
metrics:
|
52 |
+
- name: Test WER
|
53 |
+
type: wer
|
54 |
+
value: 20.87
|
55 |
+
- name: Test CER
|
56 |
+
type: cer
|
57 |
+
value: 9.47
|
58 |
+
|
59 |
+
|
60 |
+
---
|