adrianSauer commited on
Commit
1ec34e9
1 Parent(s): a63118e

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6277
23
- - Cer: 18.8006
24
 
25
  ## Model description
26
 
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
- | 2.6628 | 0.0573 | 100 | 1.1338 | 24.4276 |
57
- | 1.1592 | 0.1147 | 200 | 0.8507 | 18.6215 |
58
- | 0.9434 | 0.1720 | 300 | 0.7357 | 17.8232 |
59
- | 0.8171 | 0.2294 | 400 | 0.6980 | 16.1916 |
60
- | 0.7444 | 0.2867 | 500 | 0.6277 | 18.8006 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.44.0
66
  - Pytorch 2.3.1+cu121
67
- - Datasets 2.20.0
68
  - Tokenizers 0.19.1
 
19
 
20
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6417
23
+ - Cer: 16.8380
24
 
25
  ## Model description
26
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 3.1341 | 0.0991 | 100 | 1.2010 | 26.4369 |
57
+ | 1.3756 | 0.1982 | 200 | 0.8743 | 20.5919 |
58
+ | 1.1401 | 0.2973 | 300 | 0.7722 | 18.2866 |
59
+ | 0.9782 | 0.3964 | 400 | 0.6795 | 16.8536 |
60
+ | 0.8545 | 0.4955 | 500 | 0.6417 | 16.8380 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.44.0
66
  - Pytorch 2.3.1+cu121
67
+ - Datasets 2.21.0
68
  - Tokenizers 0.19.1