lfurman commited on
Commit
a17d1c4
1 Parent(s): 26ec4be

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -11,19 +11,19 @@ datasets:
11
  metrics:
12
  - wer
13
  model-index:
14
- - name: Whisper Tiny En - FreeSound based captions test
15
  results: []
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
  should probably proofread and complete it, then remove this comment. -->
20
 
21
- # Whisper Tiny En - FreeSound based captions test
22
 
23
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the FreeSound Audio dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 3.8548
26
- - Wer: 98.5500
27
 
28
  ## Model description
29
 
@@ -48,18 +48,21 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - lr_scheduler_warmup_steps: 10
52
- - training_steps: 100
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Wer |
58
- |:-------------:|:------:|:----:|:---------------:|:--------:|
59
- | 5.2273 | 0.6098 | 25 | 4.9782 | 101.4246 |
60
- | 4.0984 | 1.2195 | 50 | 4.1433 | 100.8904 |
61
- | 3.8301 | 1.8293 | 75 | 3.9157 | 99.3132 |
62
- | 3.7081 | 2.4390 | 100 | 3.8548 | 98.5500 |
 
 
 
63
 
64
 
65
  ### Framework versions
 
11
  metrics:
12
  - wer
13
  model-index:
14
+ - name: Whisper Tiny En - FreeSound based captions
15
  results: []
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
  should probably proofread and complete it, then remove this comment. -->
20
 
21
+ # Whisper Tiny En - FreeSound based captions
22
 
23
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the FreeSound Audio dataset.
24
  It achieves the following results on the evaluation set:
25
+ - Loss: 5.5085
26
+ - Wer: 91.7867
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 7000
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:--------:|:----:|:---------------:|:-------:|
59
+ | 0.8757 | 24.3902 | 1000 | 4.1235 | 97.8963 |
60
+ | 0.0518 | 48.7805 | 2000 | 4.8741 | 94.9280 |
61
+ | 0.0234 | 73.1707 | 3000 | 5.1544 | 93.1124 |
62
+ | 0.0148 | 97.5610 | 4000 | 5.3503 | 93.4294 |
63
+ | 0.0141 | 121.9512 | 5000 | 5.4099 | 92.3631 |
64
+ | 0.0112 | 146.3415 | 6000 | 5.4837 | 92.4496 |
65
+ | 0.0104 | 170.7317 | 7000 | 5.5085 | 91.7867 |
66
 
67
 
68
  ### Framework versions