Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
language: hi
|
3 |
+
metrics:
|
4 |
+
- wer
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- speech
|
9 |
license: cc
|
10 |
+
model-index:
|
11 |
+
- name: Wav2Vec2 Hindi Model by Swayam Mittal
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: Common Voice hi
|
18 |
+
type: common_voice
|
19 |
+
args: hi
|
20 |
+
metrics:
|
21 |
+
- name: Test WER
|
22 |
+
type: wer
|
23 |
+
value: 24.17
|
24 |
---
|