ales commited on
Commit
1327cf4
1 Parent(s): f32ce07

upd readme with test metrics

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -12,6 +12,7 @@ metrics:
12
  model-index:
13
  - name: Whisper Small Belarusian
14
  results:
 
15
  - task:
16
  type: automatic-speech-recognition
17
  name: Automatic Speech Recognition
@@ -23,14 +24,22 @@ model-index:
23
  args: be
24
  metrics:
25
  - type: wer
 
26
  value: 6.3671568743912
27
- name: Wer
 
 
 
 
 
 
 
 
 
 
28
  - type: wer
29
- value: 6.79
30
  name: WER
31
- - type: wer
32
  value: 6.79
33
- name: WER
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,8 +49,9 @@ should probably proofread and complete it, then remove this comment. -->
40
 
41
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 be dataset.
42
  It achieves the following results on the evaluation set:
43
- - Loss: 0.0706
44
- - Wer: 6.3672
 
45
 
46
  ## Model description
47
 
 
12
  model-index:
13
  - name: Whisper Small Belarusian
14
  results:
15
+
16
  - task:
17
  type: automatic-speech-recognition
18
  name: Automatic Speech Recognition
 
24
  args: be
25
  metrics:
26
  - type: wer
27
+ name: WER
28
  value: 6.3671568743912
29
+
30
+ - task:
31
+ type: automatic-speech-recognition
32
+ name: Automatic Speech Recognition
33
+ dataset:
34
+ name: mozilla-foundation/common_voice_11_0 be
35
+ type: mozilla-foundation/common_voice_11_0
36
+ config: be
37
+ split: test
38
+ args: be
39
+ metrics:
40
  - type: wer
 
41
  name: WER
 
42
  value: 6.79
 
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
49
 
50
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 be dataset.
51
  It achieves the following results on the evaluation set:
52
+ - Loss on validation: 0.0706
53
+ - WER on validation set: 6.3672
54
+ - WER on test set: 6.79
55
 
56
  ## Model description
57