devkyle commited on
Commit
eee4b99
1 Parent(s): 59ecd64

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.9100
22
- - Wer: 66.6103
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 1e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -52,8 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-------:|:----:|:---------------:|:-------:|
55
- | 0.2912 | 11.6279 | 1000 | 0.7922 | 61.7088 |
56
- | 0.0927 | 23.2558 | 2000 | 0.9100 | 66.6103 |
 
 
57
 
58
 
59
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.1556
22
+ - Wer: 47.8713
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
  - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-------:|:----:|:---------------:|:-------:|
55
+ | 0.0927 | 11.1111 | 500 | 0.9787 | 57.8713 |
56
+ | 0.0218 | 22.2222 | 1000 | 1.0956 | 50.1155 |
57
+ | 0.0012 | 33.3333 | 1500 | 1.1502 | 48.7129 |
58
+ | 0.0003 | 44.4444 | 2000 | 1.1556 | 47.8713 |
59
 
60
 
61
  ### Framework versions