nkkbr commited on
Commit
c9342a3
1 Parent(s): 67b844f

End of training

Browse files
Files changed (1) hide show
  1. README.md +29 -14
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 50.0
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the NG_word_detect dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.1854
37
- - Wer: 50.0
38
 
39
  ## Model description
40
 
@@ -54,24 +54,39 @@ More information needed
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 1e-05
57
- - train_batch_size: 128
58
- - eval_batch_size: 256
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - lr_scheduler_warmup_steps: 5
63
- - training_steps: 20
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
70
- | 0.0335 | 4.0 | 4 | 0.0929 | 54.5455 |
71
- | 0.0021 | 8.0 | 8 | 0.0973 | 54.5455 |
72
- | 0.0004 | 12.0 | 12 | 0.1535 | 54.5455 |
73
- | 0.0003 | 16.0 | 16 | 0.1804 | 50.0 |
74
- | 0.0002 | 20.0 | 20 | 0.1854 | 50.0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
 
77
  ### Framework versions
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 43.02848575712144
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the NG_word_detect dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.1601
37
+ - Wer: 43.0285
38
 
39
  ## Model description
40
 
 
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 1e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 50
63
+ - training_steps: 500
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.2387 | 0.1524 | 25 | 0.2262 | 59.5952 |
71
+ | 0.2003 | 0.3049 | 50 | 0.1823 | 50.6747 |
72
+ | 0.1797 | 0.4573 | 75 | 0.1787 | 51.6492 |
73
+ | 0.2083 | 0.6098 | 100 | 0.1732 | 49.1004 |
74
+ | 0.1798 | 0.7622 | 125 | 0.1681 | 46.9265 |
75
+ | 0.136 | 0.9146 | 150 | 0.1684 | 48.6507 |
76
+ | 0.0572 | 1.0671 | 175 | 0.1701 | 47.9760 |
77
+ | 0.0533 | 1.2195 | 200 | 0.1600 | 45.6522 |
78
+ | 0.0735 | 1.3720 | 225 | 0.1644 | 46.4018 |
79
+ | 0.0731 | 1.5244 | 250 | 0.1582 | 45.8771 |
80
+ | 0.0734 | 1.6768 | 275 | 0.1583 | 44.6777 |
81
+ | 0.0714 | 1.8293 | 300 | 0.1552 | 44.1529 |
82
+ | 0.0663 | 1.9817 | 325 | 0.1511 | 44.3778 |
83
+ | 0.0389 | 2.1341 | 350 | 0.1561 | 42.8786 |
84
+ | 0.0143 | 2.2866 | 375 | 0.1618 | 43.7031 |
85
+ | 0.0215 | 2.4390 | 400 | 0.1624 | 43.2534 |
86
+ | 0.0203 | 2.5915 | 425 | 0.1591 | 43.1784 |
87
+ | 0.0309 | 2.7439 | 450 | 0.1617 | 43.3283 |
88
+ | 0.0138 | 2.8963 | 475 | 0.1612 | 43.1034 |
89
+ | 0.0065 | 3.0488 | 500 | 0.1601 | 43.0285 |
90
 
91
 
92
  ### Framework versions