Harveenchadha
commited on
Commit
•
ea840c5
1
Parent(s):
0117220
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: pa
|
3 |
+
#datasets:
|
4 |
+
#- Interspeech 2021
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
tags:
|
8 |
+
- audio
|
9 |
+
- automatic-speech-recognition
|
10 |
+
- speech
|
11 |
+
license: mit
|
12 |
+
model-index:
|
13 |
+
- name: Wav2Vec2 Vakyansh Punjabi Model by Harveen Chadha
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Common Voice hi
|
20 |
+
type: common_voice
|
21 |
+
args: pa
|
22 |
+
metrics:
|
23 |
+
- name: Test WER
|
24 |
+
type: wer
|
25 |
+
value: 33.17
|
26 |
+
---
|