jun-han commited on
Commit
ef1c984
·
verified ·
1 Parent(s): 8adbec1

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  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-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2293
23
- - Cer: 10.0703
24
 
25
  ## Model description
26
 
@@ -53,15 +53,15 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
- | 0.106 | 1.3245 | 1000 | 0.2137 | 10.6904 |
57
- | 0.0321 | 2.6490 | 2000 | 0.2127 | 10.5172 |
58
- | 0.0093 | 3.9735 | 3000 | 0.2222 | 10.1029 |
59
- | 0.0021 | 5.2980 | 4000 | 0.2293 | 10.0703 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.41.2
65
  - Pytorch 2.1.2
66
  - Datasets 2.20.0
67
  - Tokenizers 0.19.1
 
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3084
23
+ - Cer: 15.6339
24
 
25
  ## Model description
26
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 0.6123 | 1.3245 | 1000 | 0.6134 | 33.7535 |
57
+ | 0.1688 | 2.6490 | 2000 | 0.3170 | 17.2558 |
58
+ | 0.0472 | 3.9735 | 3000 | 0.3022 | 15.9905 |
59
+ | 0.01 | 5.2980 | 4000 | 0.3084 | 15.6339 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.42.0.dev0
65
  - Pytorch 2.1.2
66
  - Datasets 2.20.0
67
  - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -252,5 +252,5 @@
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
- "transformers_version": "4.41.2"
256
  }
 
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
+ "transformers_version": "4.42.0.dev0"
256
  }