sonnygeorge commited on
Commit
f1e920c
1 Parent(s): b58c494

End of training

Browse files
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 65.51368094992256
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Papi ASR dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.7807
37
- - Wer: 65.5137
38
- - Cer: 40.6410
39
 
40
  ## Model description
41
 
@@ -60,34 +60,17 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - lr_scheduler_warmup_steps: 10
64
- - training_steps: 100
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
71
- | No log | 0.01 | 5 | 2.0665 | 85.5299 | 34.0333 |
72
- | No log | 0.01 | 10 | 1.8070 | 82.8527 | 30.8192 |
73
- | No log | 0.02 | 15 | 1.5071 | 82.2111 | 38.9217 |
74
- | No log | 0.03 | 20 | 1.3323 | 84.4015 | 57.8317 |
75
- | 1.6034 | 0.04 | 25 | 1.2162 | 86.8353 | 66.3752 |
76
- | 1.6034 | 0.04 | 30 | 1.1291 | 85.2939 | 64.6158 |
77
- | 1.6034 | 0.05 | 35 | 1.0597 | 83.7377 | 62.4571 |
78
- | 1.6034 | 0.06 | 40 | 1.0059 | 81.0310 | 58.4058 |
79
- | 1.6034 | 0.07 | 45 | 0.9589 | 77.0042 | 53.9104 |
80
- | 0.9748 | 0.07 | 50 | 0.9209 | 74.7843 | 51.4639 |
81
- | 0.9748 | 0.08 | 55 | 0.8917 | 73.7075 | 50.3048 |
82
- | 0.9748 | 0.09 | 60 | 0.8675 | 72.9331 | 49.3238 |
83
- | 0.9748 | 0.1 | 65 | 0.8470 | 71.5466 | 47.7252 |
84
- | 0.9748 | 0.1 | 70 | 0.8304 | 70.7796 | 46.7612 |
85
- | 0.8138 | 0.11 | 75 | 0.8166 | 69.7692 | 45.3762 |
86
- | 0.8138 | 0.12 | 80 | 0.8042 | 67.9696 | 43.6446 |
87
- | 0.8138 | 0.13 | 85 | 0.7947 | 66.9666 | 42.8322 |
88
- | 0.8138 | 0.13 | 90 | 0.7881 | 65.6907 | 41.1903 |
89
- | 0.8138 | 0.14 | 95 | 0.7832 | 65.5063 | 40.7261 |
90
- | 0.7389 | 0.15 | 100 | 0.7807 | 65.5137 | 40.6410 |
91
 
92
 
93
  ### Framework versions
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 43.55778449738181
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-tiny](https://huggingface.co/openai/whisper-tiny) on the Papi ASR dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.5097
37
+ - Wer: 43.5578
38
+ - Cer: 21.6799
39
 
40
  ## Model description
41
 
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 3
64
+ - training_steps: 150
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
71
+ | 0.5202 | 0.07 | 50 | 0.6086 | 53.0423 | 30.5887 |
72
+ | 0.4887 | 0.15 | 100 | 0.5316 | 45.0254 | 21.4973 |
73
+ | 0.4872 | 0.22 | 150 | 0.5097 | 43.5578 | 21.6799 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15ba6a11f660f8ea4c7ea6be254df741771b65660275f61d8c6f784453e92ace
3
  size 151061672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ce737a826e0f21950f5cd8b87dce6a477ac806de0d86da6de3bbd1dba269c7
3
  size 151061672
runs/Dec16_02-13-20_ba5c921098ca/events.out.tfevents.1702692801.ba5c921098ca.14331.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:361761a42adb2eb7e947bb9e587d9828987f45ea0e55dfe9324534087c8fc982
3
- size 6515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36945326eae0bef5deb4613e82e17c0426fa168378e9ef780bf9461274c26829
3
+ size 7545