EdoAbati commited on
Commit
b90dbac
1 Parent(s): 4f3a11d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -19
README.md CHANGED
@@ -1,44 +1,38 @@
1
  ---
2
- language:
3
- - it
4
  license: apache-2.0
5
  tags:
6
- - whisper-event
7
  - generated_from_trainer
8
  datasets:
9
- - mozilla-foundation/common_voice_11_0
 
 
10
  model-index:
11
- - name: Whisper Small It - Edoardo Abati
12
  results:
13
  - task:
14
  name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
16
  dataset:
17
- name: mozilla-foundation/common_voice_11_0 it
18
- type: mozilla-foundation/common_voice_11_0
19
  config: it
20
  split: test
21
  args: it
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 10.1352
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
- # Whisper Small It - Edoardo Abati
32
 
33
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
34
  It achieves the following results on the evaluation set:
35
- - eval_loss: 0.2111
36
- - eval_wer: 10.1352
37
- - eval_runtime: 4736.3912
38
- - eval_samples_per_second: 3.168
39
- - eval_steps_per_second: 0.396
40
- - epoch: 0.4
41
- - step: 2000
42
 
43
  ## Model description
44
 
@@ -59,14 +53,24 @@ More information needed
59
  The following hyperparameters were used during training:
60
  - learning_rate: 1e-05
61
  - train_batch_size: 64
62
- - eval_batch_size: 8
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
  - lr_scheduler_warmup_steps: 500
67
- - training_steps: 5000
68
  - mixed_precision_training: Native AMP
69
 
 
 
 
 
 
 
 
 
 
 
70
  ### Framework versions
71
 
72
  - Transformers 4.26.0.dev0
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  datasets:
6
+ - common_voice_11_0
7
+ metrics:
8
+ - wer
9
  model-index:
10
+ - name: openai/whisper-small
11
  results:
12
  - task:
13
  name: Automatic Speech Recognition
14
  type: automatic-speech-recognition
15
  dataset:
16
+ name: common_voice_11_0
17
+ type: common_voice_11_0
18
  config: it
19
  split: test
20
  args: it
21
  metrics:
22
  - name: Wer
23
  type: wer
24
+ value: 9.26934935147778
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
  should probably proofread and complete it, then remove this comment. -->
29
 
30
+ # openai/whisper-small
31
 
32
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2013
35
+ - Wer: 9.2693
 
 
 
 
 
36
 
37
  ## Model description
38
 
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
  - train_batch_size: 64
56
+ - eval_batch_size: 32
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_steps: 500
61
+ - training_steps: 4000
62
  - mixed_precision_training: Native AMP
63
 
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
68
+ | 0.2851 | 0.25 | 1000 | 0.2604 | 11.9744 |
69
+ | 0.1885 | 0.5 | 2000 | 0.2176 | 10.1358 |
70
+ | 0.1176 | 1.15 | 3000 | 0.2111 | 9.5664 |
71
+ | 0.1256 | 1.4 | 4000 | 0.2013 | 9.2693 |
72
+
73
+
74
  ### Framework versions
75
 
76
  - Transformers 4.26.0.dev0