Kurokabe commited on
Commit
153eea7
1 Parent(s): 0bd7e0f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,42 +1,42 @@
1
  ---
2
  language:
3
- - dv
4
  license: apache-2.0
5
- base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
- - mozilla-foundation/common_voice_13_0
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Dv - Sanchit Gandhi
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
- name: Common Voice 13
20
- type: mozilla-foundation/common_voice_13_0
21
- config: dv
22
- split: test
23
- args: dv
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 0.13464547762283965
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
- # Whisper Small Dv - Sanchit Gandhi
34
 
35
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.1731
38
- - Wer Ortho: 0.6363
39
- - Wer: 0.1346
40
 
41
  ## Model description
42
 
@@ -70,7 +70,7 @@ The following hyperparameters were used during training:
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
72
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
73
- | 0.1226 | 1.63 | 500 | 0.1731 | 0.6363 | 0.1346 |
74
 
75
 
76
  ### Framework versions
 
1
  ---
2
  language:
3
+ - en-US
4
  license: apache-2.0
5
+ base_model: openai/whisper-tiny
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
+ - PolyAI/minds14
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: Whisper Tiny en-US
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
+ name: PolyAI/minds14
20
+ type: PolyAI/minds14
21
+ config: en-US
22
+ split: train
23
+ args: en-US
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 0.320973348783314
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
+ # Whisper Tiny en-US
34
 
35
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.6575
38
+ - Wer Ortho: 0.3219
39
+ - Wer: 0.3210
40
 
41
  ## Model description
42
 
 
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
72
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
73
+ | 0.0007 | 17.94 | 500 | 0.6575 | 0.3219 | 0.3210 |
74
 
75
 
76
  ### Framework versions