SemihDurmaz commited on
Commit
42c3ffe
1 Parent(s): 6f4f661

End of training

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -8,17 +8,35 @@ tags:
8
  - generated_from_trainer
9
  datasets:
10
  - mozilla-foundation/common_voice_11_0
 
 
11
  model-index:
12
- - name: Whisper Medium Tr - v0
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- # Whisper Medium Tr - v0
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
 
 
 
22
 
23
  ## Model description
24
 
@@ -49,6 +67,14 @@ The following hyperparameters were used during training:
49
  - training_steps: 100
50
  - mixed_precision_training: Native AMP
51
 
 
 
 
 
 
 
 
 
52
  ### Framework versions
53
 
54
  - Transformers 4.42.3
 
8
  - generated_from_trainer
9
  datasets:
10
  - mozilla-foundation/common_voice_11_0
11
+ metrics:
12
+ - wer
13
  model-index:
14
+ - name: Whisper Medium Tr - v1
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 11.0
21
+ type: mozilla-foundation/common_voice_11_0
22
+ config: tr
23
+ split: None
24
+ args: tr
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 97.03703703703704
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 Medium Tr - v1
35
 
36
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 2.6993
39
+ - Wer: 97.0370
40
 
41
  ## Model description
42
 
 
67
  - training_steps: 100
68
  - mixed_precision_training: Native AMP
69
 
70
+ ### Training results
71
+
72
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
73
+ |:-------------:|:-------:|:----:|:---------------:|:-------:|
74
+ | 0.0071 | 24.2424 | 50 | 2.6869 | 97.4074 |
75
+ | 0.0 | 48.4848 | 100 | 2.6993 | 97.0370 |
76
+
77
+
78
  ### Framework versions
79
 
80
  - Transformers 4.42.3