sumukhshadakshari commited on
Commit
42d5cc8
·
verified ·
1 Parent(s): 64cff74

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the AtCO2_UWB dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6647
24
- - Wer: 34.2671
25
 
26
  ## Model description
27
 
@@ -41,21 +41,24 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 1e-05
44
- - train_batch_size: 8
45
- - eval_batch_size: 8
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 500
50
- - training_steps: 2000
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Wer |
56
- |:-------------:|:------:|:----:|:---------------:|:-------:|
57
- | 0.8235 | 0.8217 | 1000 | 0.7798 | 44.8930 |
58
- | 0.5161 | 1.6434 | 2000 | 0.6647 | 34.2671 |
 
 
 
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the AtCO2_UWB dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.5665
24
+ - Wer: 26.4179
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 500
50
+ - num_epochs: 5
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
57
+ | 0.7865 | 1.0 | 609 | 0.8728 | 52.9827 |
58
+ | 0.5848 | 2.0 | 1218 | 0.6320 | 34.8257 |
59
+ | 0.4175 | 3.0 | 1827 | 0.5784 | 29.2477 |
60
+ | 0.2928 | 4.0 | 2436 | 0.5656 | 27.7268 |
61
+ | 0.241 | 5.0 | 3045 | 0.5665 | 26.4179 |
62
 
63
 
64
  ### Framework versions