bqtsio commited on
Commit
aa5bd52
1 Parent(s): 5592cee

End of training

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