adrianSauer commited on
Commit
d2390c0
·
verified ·
1 Parent(s): 8b86887

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. generation_config.json +1 -1
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.5883
23
- - Cer: 13.2171
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.4043 | 1.01 | 100 | 0.9458 | 20.3160 |
57
- | 0.583 | 2.02 | 200 | 0.6839 | 16.0271 |
58
- | 0.3162 | 3.03 | 300 | 0.6039 | 14.5832 |
59
- | 0.1783 | 4.04 | 400 | 0.5850 | 13.9449 |
60
- | 0.098 | 5.05 | 500 | 0.5883 | 13.2171 |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.38.1
66
  - Pytorch 2.1.0+cu121
67
- - Datasets 2.17.1
68
  - Tokenizers 0.15.2
 
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.6072
23
+ - Cer: 13.4234
24
 
25
  ## Model description
26
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
56
+ | 2.3485 | 1.01 | 100 | 0.9561 | 22.0674 |
57
+ | 0.6035 | 2.02 | 200 | 0.7036 | 16.4046 |
58
+ | 0.3438 | 3.03 | 300 | 0.6294 | 14.7272 |
59
+ | 0.2082 | 4.04 | 400 | 0.6100 | 14.1940 |
60
+ | 0.1266 | 5.05 | 500 | 0.6072 | 13.4234 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.38.2
66
  - Pytorch 2.1.0+cu121
67
+ - Datasets 2.18.0
68
  - Tokenizers 0.15.2
generation_config.json CHANGED
@@ -252,5 +252,5 @@
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
- "transformers_version": "4.38.1"
256
  }
 
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
+ "transformers_version": "4.38.2"
256
  }