yuweiiizz commited on
Commit
64d4e31
·
verified ·
1 Parent(s): f288f46

End of training

Browse files
Files changed (2) hide show
  1. README.md +11 -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.9064
23
- - Cer: 50.5772
24
 
25
  ## Model description
26
 
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
- - num_epochs: 2
52
 
53
  ### Training results
54
 
@@ -56,14 +56,18 @@ The following hyperparameters were used during training:
56
  |:-------------:|:-----:|:----:|:-------:|:---------------:|
57
  | 1.1421 | 0.4 | 1000 | 61.1639 | 1.1692 |
58
  | 1.0556 | 0.8 | 2000 | 51.7749 | 1.0215 |
59
- | 0.7837 | 1.2 | 3000 | 0.9572 | 54.1978 |
60
- | 0.7332 | 1.6 | 4000 | 0.9230 | 50.3966 |
61
- | 0.6957 | 2.0 | 5000 | 0.9064 | 50.5772 |
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.40.1
67
  - Pytorch 2.1.2
68
  - Datasets 2.19.1
69
  - 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.9011
23
+ - Cer: 50.3995
24
 
25
  ## Model description
26
 
 
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 3.6
52
 
53
  ### Training results
54
 
 
56
  |:-------------:|:-----:|:----:|:-------:|:---------------:|
57
  | 1.1421 | 0.4 | 1000 | 61.1639 | 1.1692 |
58
  | 1.0556 | 0.8 | 2000 | 51.7749 | 1.0215 |
59
+ | 0.7837 | 1.2 | 3000 | 54.1978 | 0.9572 |
60
+ | 0.7332 | 1.6 | 4000 | 50.3966 | 0.9230 |
61
+ | 0.6957 | 2.0 | 5000 | 50.5772 | 0.9064 |
62
+ | 0.6211 | 2.4 | 6000 | 0.9177 | 49.8590 |
63
+ | 0.5584 | 2.8 | 7000 | 0.8962 | 47.5366 |
64
+ | 0.3952 | 3.2 | 8000 | 0.9025 | 48.2925 |
65
+ | 0.4248 | 3.6 | 9000 | 0.9011 | 50.3995 |
66
 
67
 
68
  ### Framework versions
69
 
70
+ - Transformers 4.40.2
71
  - Pytorch 2.1.2
72
  - Datasets 2.19.1
73
  - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -262,5 +262,5 @@
262
  "transcribe": 50359,
263
  "translate": 50358
264
  },
265
- "transformers_version": "4.40.1"
266
  }
 
262
  "transcribe": 50359,
263
  "translate": 50358
264
  },
265
+ "transformers_version": "4.40.2"
266
  }