Commit
•
c873842
1
Parent(s):
5945eec
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (111a92390d43bdbadcd444e37f219514df77c016)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- ur
|
|
|
|
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
- robust-speech-event
|
@@ -11,29 +12,28 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
14 |
-
library_name: transformers
|
15 |
pipeline_tag: automatic-speech-recognition
|
16 |
-
|
17 |
model-index:
|
18 |
- name: wav2vec2-urdu
|
19 |
results:
|
20 |
- task:
|
21 |
-
type: automatic-speech-recognition
|
22 |
-
name: Urdu Speech Recognition
|
23 |
dataset:
|
24 |
-
|
25 |
-
|
26 |
metrics:
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- ur
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- automatic-speech-recognition
|
8 |
- robust-speech-event
|
|
|
12 |
metrics:
|
13 |
- wer
|
14 |
- cer
|
|
|
15 |
pipeline_tag: automatic-speech-recognition
|
16 |
+
base_model: Harveenchadha/vakyansh-wav2vec2-urdu-urm-60
|
17 |
model-index:
|
18 |
- name: wav2vec2-urdu
|
19 |
results:
|
20 |
- task:
|
21 |
+
type: automatic-speech-recognition
|
22 |
+
name: Urdu Speech Recognition
|
23 |
dataset:
|
24 |
+
name: Common Voice (Urdu)
|
25 |
+
type: common_voice
|
26 |
metrics:
|
27 |
+
- type: wer
|
28 |
+
value: 57.47
|
29 |
+
name: WER
|
30 |
+
config: load_metric("wer")
|
31 |
+
verified: true
|
32 |
+
- type: cer
|
33 |
+
value: 32.68
|
34 |
+
name: CER
|
35 |
+
config: load_metric("cer")
|
36 |
+
verified: true
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|