emilios commited on
Commit
c8796a6
1 Parent(s): 4404fdd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -13
README.md CHANGED
@@ -2,14 +2,29 @@
2
  language:
3
  - el
4
  tags:
5
- - hf-asr-leaderboard, whisper-large, mozilla-foundation/common_voice_11_0, greek,
6
  whisper-event
7
  - generated_from_trainer
8
  datasets:
9
- - mozilla-foundation/common_voice_11_0
 
 
10
  model-index:
11
  - name: Whisper Medium El - Greek One
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,15 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # Whisper Medium El - Greek One
19
 
20
- This model is a fine-tuned version of [openai/medium-small](https://huggingface.co/openai/medium-small) on the Common Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
- - eval_loss: 0.3928
23
- - eval_wer: 14.8031
24
- - eval_runtime: 1229.0439
25
- - eval_samples_per_second: 1.38
26
- - eval_steps_per_second: 0.172
27
- - epoch: 20.0
28
- - step: 1000
29
 
30
  ## Model description
31
 
@@ -53,12 +63,20 @@ The following hyperparameters were used during training:
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
  - lr_scheduler_warmup_steps: 500
56
- - training_steps: 12000
57
  - mixed_precision_training: Native AMP
58
 
 
 
 
 
 
 
 
 
59
  ### Framework versions
60
 
61
  - Transformers 4.26.0.dev0
62
- - Pytorch 1.13.0+cu116
63
  - Datasets 2.7.1.dev0
64
  - Tokenizers 0.13.2
 
2
  language:
3
  - el
4
  tags:
5
+ - hf-asr-leaderboard, whisper-medium, mozilla-foundation/common_voice_11_0, greek,
6
  whisper-event
7
  - generated_from_trainer
8
  datasets:
9
+ - google/fleurs
10
+ metrics:
11
+ - wer
12
  model-index:
13
  - name: Whisper Medium El - Greek One
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Google FLEURS
20
+ type: google/fleurs
21
+ config: el_gr
22
+ split: test
23
+ args: el_gr
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 15.584586962259174
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  # Whisper Medium El - Greek One
34
 
35
+ This model is a fine-tuned version of [openai/medium-medium](https://huggingface.co/openai/medium-medium) on the Google FLEURS dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.2864
38
+ - Wer: 15.5846
 
 
 
 
 
39
 
40
  ## Model description
41
 
 
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - lr_scheduler_warmup_steps: 500
66
+ - training_steps: 2000
67
  - mixed_precision_training: Native AMP
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
+ | 0.0006 | 12.02 | 1000 | 0.2718 | 15.4394 |
74
+ | 0.0003 | 24.04 | 2000 | 0.2864 | 15.5846 |
75
+
76
+
77
  ### Framework versions
78
 
79
  - Transformers 4.26.0.dev0
80
+ - Pytorch 1.14.0.dev20221206+cu116
81
  - Datasets 2.7.1.dev0
82
  - Tokenizers 0.13.2