abbenedek commited on
Commit
d77cc25
1 Parent(s): c612ded

End of training

Browse files
Files changed (2) hide show
  1. README.md +19 -14
  2. model.safetensors +1 -1
README.md CHANGED
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 6.9927
21
- - Cer: 63.0495
22
- - Wer: 127.1523
23
  - Ser: 100.0
24
- - Cer Clean: 4.3406
25
- - Wer Clean: 7.2848
26
- - Ser Clean: 9.6491
27
 
28
  ## Model description
29
 
@@ -42,25 +42,30 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 1e-08
46
  - train_batch_size: 16
47
  - eval_batch_size: 64
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - lr_scheduler_warmup_steps: 5
52
- - training_steps: 100
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Cer | Wer | Ser | Cer Clean | Wer Clean | Ser Clean |
58
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|:-----:|:---------:|:---------:|:---------:|
59
- | 7.8089 | 0.11 | 20 | 6.9970 | 63.0495 | 127.1523 | 100.0 | 4.3406 | 7.2848 | 9.6491 |
60
- | 7.653 | 0.21 | 40 | 6.9963 | 63.3834 | 127.4834 | 100.0 | 4.6745 | 7.6159 | 10.5263 |
61
- | 7.6425 | 0.32 | 60 | 6.9951 | 63.3834 | 127.4834 | 100.0 | 4.6745 | 7.6159 | 10.5263 |
62
- | 7.6689 | 0.43 | 80 | 6.9952 | 63.0495 | 127.1523 | 100.0 | 4.3406 | 7.2848 | 9.6491 |
63
- | 7.6972 | 0.53 | 100 | 6.9927 | 63.0495 | 127.1523 | 100.0 | 4.3406 | 7.2848 | 9.6491 |
 
 
 
 
 
64
 
65
 
66
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 4.7781
21
+ - Cer: 64.7190
22
+ - Wer: 119.5364
23
  - Ser: 100.0
24
+ - Cer Clean: 3.5058
25
+ - Wer Clean: 6.2914
26
+ - Ser Clean: 7.0175
27
 
28
  ## Model description
29
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 5e-08
46
  - train_batch_size: 16
47
  - eval_batch_size: 64
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 10
52
+ - training_steps: 1000
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Cer | Wer | Ser | Cer Clean | Wer Clean | Ser Clean |
58
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|:-----:|:---------:|:---------:|:---------:|
59
+ | 7.5369 | 0.53 | 100 | 6.7220 | 63.7730 | 128.1457 | 100.0 | 4.1180 | 6.9536 | 8.7719 |
60
+ | 7.0363 | 1.06 | 200 | 6.1829 | 65.0529 | 123.8411 | 100.0 | 3.2832 | 5.6291 | 7.0175 |
61
+ | 6.417 | 1.6 | 300 | 5.7959 | 64.1625 | 121.1921 | 100.0 | 3.2832 | 5.6291 | 7.0175 |
62
+ | 6.0146 | 2.13 | 400 | 5.4587 | 64.7746 | 121.8543 | 100.0 | 3.6728 | 6.6225 | 7.8947 |
63
+ | 5.6687 | 2.66 | 500 | 5.2287 | 65.3311 | 120.5298 | 100.0 | 3.7284 | 6.6225 | 7.8947 |
64
+ | 5.3902 | 3.19 | 600 | 5.0691 | 65.1085 | 121.1921 | 100.0 | 3.5615 | 6.2914 | 7.0175 |
65
+ | 5.2512 | 3.72 | 700 | 4.9358 | 64.7190 | 120.1987 | 100.0 | 3.2832 | 5.9603 | 6.1404 |
66
+ | 5.1258 | 4.26 | 800 | 4.8451 | 64.7190 | 119.5364 | 100.0 | 3.5058 | 6.2914 | 7.0175 |
67
+ | 5.0472 | 4.79 | 900 | 4.7950 | 64.7190 | 119.5364 | 100.0 | 3.5058 | 6.2914 | 7.0175 |
68
+ | 4.9871 | 5.32 | 1000 | 4.7781 | 64.7190 | 119.5364 | 100.0 | 3.5058 | 6.2914 | 7.0175 |
69
 
70
 
71
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27a44f98b70c1fd207fe18951d11cc7fe20614dfb3101282b8e6bd053aaf4457
3
  size 290401888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eccc9efaa43571aea1a3de53158c4f33902f1fcc21b957f0bffb0b2649a484cc
3
  size 290401888