SakshiRathi77 commited on
Commit
63e3ce6
1 Parent(s): edd2240

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -11,12 +11,58 @@ model-index:
11
  results: []
12
  datasets:
13
  - mozilla-foundation/common_voice_15_0
 
14
  language:
15
  - hi
16
  library_name: transformers
17
  pipeline_tag: automatic-speech-recognition
18
  ---
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
  should probably proofread and complete it, then remove this comment. -->
22
 
 
11
  results: []
12
  datasets:
13
  - mozilla-foundation/common_voice_15_0
14
+ - mozilla-foundation/common_voice_13_0
15
  language:
16
  - hi
17
  library_name: transformers
18
  pipeline_tag: automatic-speech-recognition
19
  ---
20
 
21
+
22
+ datasets:
23
+ - mozilla-foundation/common_voice_15_0
24
+ - mozilla-foundation/common_voice_13_0
25
+ language:
26
+ - hi
27
+ metrics:
28
+ - cer
29
+ - wer
30
+ library_name: transformers
31
+ pipeline_tag: automatic-speech-recognition
32
+ model-index:
33
+ - name: whisper-small-hi-cv
34
+ results:
35
+ - task:
36
+ name: Automatic Speech Recognition
37
+ type: automatic-speech-recognition
38
+ dataset:
39
+ name: Common Voice 15
40
+ type: mozilla-foundation/common_voice_15_0
41
+ args: hi
42
+ metrics:
43
+ - name: Test WER
44
+ type: wer
45
+ value: 13.9913
46
+ - name: Test CER
47
+ type: cer
48
+ value: 5.8844
49
+
50
+ - task:
51
+ name: Automatic Speech Recognition
52
+ type: automatic-speech-recognition
53
+ dataset:
54
+ name: Common Voice 13
55
+ type: mozilla-foundation/common_voice_13_0
56
+ args: hi
57
+ metrics:
58
+ - name: Test WER
59
+ type: wer
60
+ value: 23.3824
61
+ - name: Test CER
62
+ type: cer
63
+ value: 10.5288
64
+
65
+
66
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
67
  should probably proofread and complete it, then remove this comment. -->
68