adrianSauer commited on
Commit
8e4a313
·
verified ·
1 Parent(s): 8dd0e0f

End of training

Browse files
Files changed (2) hide show
  1. README.md +13 -13
  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.6072
23
- - Cer: 13.4234
24
 
25
  ## Model description
26
 
@@ -51,18 +51,18 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
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
 
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.5929
23
+ - Cer: 13.2243
24
 
25
  ## Model description
26
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
55
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 2.3402 | 1.0101 | 100 | 0.9377 | 20.2765 |
57
+ | 0.5917 | 2.0202 | 200 | 0.6871 | 16.3785 |
58
+ | 0.3349 | 3.0303 | 300 | 0.6126 | 15.5452 |
59
+ | 0.2024 | 4.0404 | 400 | 0.5887 | 14.1160 |
60
+ | 0.1236 | 5.0505 | 500 | 0.5929 | 13.2243 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.40.0
66
+ - Pytorch 2.2.1+cu121
67
+ - Datasets 2.19.0
68
+ - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -252,5 +252,5 @@
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
- "transformers_version": "4.38.2"
256
  }
 
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
+ "transformers_version": "4.40.0"
256
  }