ljs0710 commited on
Commit
111d97e
·
verified ·
1 Parent(s): 6a07ac8

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -21,8 +21,8 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Junhoee/STT_Korean_Dataset_80000 dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.3536
25
- - Cer: 32.7683
26
 
27
  ## Model description
28
 
@@ -41,10 +41,12 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 1e-05
45
- - train_batch_size: 16
46
  - eval_batch_size: 8
47
  - seed: 42
 
 
48
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_steps: 500
@@ -55,10 +57,10 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Cer |
57
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
58
- | 0.4502 | 0.25 | 1000 | 0.4243 | 74.9195 |
59
- | 0.3982 | 0.5 | 2000 | 0.3852 | 65.8768 |
60
- | 0.374 | 0.75 | 3000 | 0.3635 | 40.6152 |
61
- | 0.3294 | 1.0 | 4000 | 0.3536 | 32.7683 |
62
 
63
 
64
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Junhoee/STT_Korean_Dataset_80000 dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.4023
25
+ - Cer: 12.9583
26
 
27
  ## Model description
28
 
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
+ - learning_rate: 0.0002
45
+ - train_batch_size: 8
46
  - eval_batch_size: 8
47
  - seed: 42
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 16
50
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
  - lr_scheduler_type: linear
52
  - lr_scheduler_warmup_steps: 500
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Cer |
59
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
60
+ | 0.9422 | 0.25 | 1000 | 0.9523 | 42.9308 |
61
+ | 0.669 | 0.5 | 2000 | 0.6758 | 20.5051 |
62
+ | 0.5142 | 0.75 | 3000 | 0.4989 | 17.0488 |
63
+ | 0.3686 | 1.0 | 4000 | 0.4023 | 12.9583 |
64
 
65
 
66
  ### Framework versions