ymlee commited on
Commit
ef415dc
·
verified ·
1 Parent(s): d45d2d6

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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-large-v2](https://huggingface.co/openai/whisper-large-v2) on the customd_ataset dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6329
24
- - Cer: 135.4273
25
 
26
  ## Model description
27
 
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Cer |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | 0.2371 | 1.0 | 113 | 0.6409 | 112.3448 |
58
- | 0.1295 | 2.0 | 226 | 0.6329 | 135.4273 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the customd_ataset dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.5808
24
+ - Cer: 75.3104
25
 
26
  ## Model description
27
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
57
+ | 0.5999 | 1.0 | 113 | 0.6111 | 49.3061 |
58
+ | 0.2814 | 2.0 | 226 | 0.5808 | 75.3104 |
59
 
60
 
61
  ### Framework versions