devasheeshG commited on
Commit
cc1af93
1 Parent(s): f5793d7
Files changed (1) hide show
  1. README.md +71 -29
README.md CHANGED
@@ -12,6 +12,70 @@ tags:
12
  model-index:
13
  - name: whisper_medium_fp16_transformers
14
  results:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - task:
16
  type: automatic-speech-recognition
17
  name: Automatic Speech Recognition
@@ -43,34 +107,6 @@ model-index:
43
  value: 30.23
44
  name: Test CER
45
  description: Character Error Rate
46
-
47
- # - task:
48
- # type: automatic-speech-recognition
49
- # name: Automatic Speech Recognition
50
- # dataset:
51
- # type: common_voice
52
- # name: Common Voice (14.0) (English) (test.tsv -> 2557 samples used)
53
- # metrics:
54
- # - type: wer
55
- # value: -
56
- # name: Test WER
57
- # description: Word Error Rate
58
- # - type: mer
59
- # value: -
60
- # name: Test MER
61
- # description: Match Error Rate
62
- # - type: wil
63
- # value: -
64
- # name: Test WIL
65
- # description: Word Information Lost
66
- # - type: wip
67
- # value: -
68
- # name: Test WIP
69
- # description: Word Information Preserved
70
- # - type: cer
71
- # value: -
72
- # name: Test CER
73
- # description: Character Error Rate
74
 
75
  widget:
76
  - example_title: Librispeech sample 1
@@ -225,7 +261,13 @@ language:
225
  | Original_Model | - | - | - | - | - |
226
  | This_Model | 54.97 | 47.86 | 66.83 | 33.16 | 30.23 |
227
 
228
- ### English
 
 
 
 
 
 
229
  | | WER | MER | WIL | WIP | CER |
230
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
231
  | Original_Model | - | - | - | - | - |
 
12
  model-index:
13
  - name: whisper_medium_fp16_transformers
14
  results:
15
+ - task:
16
+ type: automatic-speech-recognition
17
+ name: Automatic Speech Recognition
18
+ dataset:
19
+ type: librispeech_asr
20
+ name: LibriSpeech (clean) (English)
21
+ config: en
22
+ split: test
23
+ args:
24
+ language: en
25
+ metrics:
26
+ - type: wer
27
+ value: 0
28
+ name: Test WER
29
+ description: Word Error Rate
30
+ - type: mer
31
+ value: 0
32
+ name: Test MER
33
+ description: Match Error Rate
34
+ - type: wil
35
+ value: 0
36
+ name: Test WIL
37
+ description: Word Information Lost
38
+ - type: wip
39
+ value: 0
40
+ name: Test WIP
41
+ description: Word Information Preserved
42
+ - type: cer
43
+ value: 0
44
+ name: Test CER
45
+ description: Character Error Rate
46
+
47
+ - task:
48
+ type: automatic-speech-recognition
49
+ name: Automatic Speech Recognition
50
+ dataset:
51
+ type: librispeech_asr
52
+ name: LibriSpeech (other) (English)
53
+ config: en
54
+ split: test
55
+ args:
56
+ language: en
57
+ metrics:
58
+ - type: wer
59
+ value: 0
60
+ name: Test WER
61
+ description: Word Error Rate
62
+ - type: mer
63
+ value: 0
64
+ name: Test MER
65
+ description: Match Error Rate
66
+ - type: wil
67
+ value: 0
68
+ name: Test WIL
69
+ description: Word Information Lost
70
+ - type: wip
71
+ value: 0
72
+ name: Test WIP
73
+ description: Word Information Preserved
74
+ - type: cer
75
+ value: 0
76
+ name: Test CER
77
+ description: Character Error Rate
78
+
79
  - task:
80
  type: automatic-speech-recognition
81
  name: Automatic Speech Recognition
 
107
  value: 30.23
108
  name: Test CER
109
  description: Character Error Rate
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  widget:
112
  - example_title: Librispeech sample 1
 
261
  | Original_Model | - | - | - | - | - |
262
  | This_Model | 54.97 | 47.86 | 66.83 | 33.16 | 30.23 |
263
 
264
+ ### English (LibriSpeech -> test-clean -> __ samples used) [LibriSpeech](https://huggingface.co/datasets/librispeech_asr)
265
+ | | WER | MER | WIL | WIP | CER |
266
+ | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
267
+ | Original_Model | - | - | - | - | - |
268
+ | This_Model | - | - | - | - | - |
269
+
270
+ ### English (LibriSpeech -> test-other -> __ samples used) [LibriSpeech](https://huggingface.co/datasets/librispeech_asr)
271
  | | WER | MER | WIL | WIP | CER |
272
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
273
  | Original_Model | - | - | - | - | - |