abbenedek commited on
Commit
b55fbe6
1 Parent(s): 5424f9a

End of training

Browse files
Files changed (3) hide show
  1. README.md +76 -0
  2. generation_config.json +149 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-tiny.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: abbenedekwhisper-tiny.en-finetuning3-D3K
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # abbenedekwhisper-tiny.en-finetuning3-D3K
17
+
18
+ This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.2102
21
+ - Cer: 48.9705
22
+ - Wer: 91.3907
23
+ - Ser: 100.0
24
+ - Cer Clean: 6.0657
25
+ - Wer Clean: 12.9139
26
+ - Ser Clean: 13.1579
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
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: 2000
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
+ | 6.2196 | 1.06 | 200 | 5.5899 | 52.5320 | 112.9139 | 100.0 | 7.3456 | 14.2384 | 14.9123 |
60
+ | 5.2943 | 2.13 | 400 | 4.9201 | 52.4763 | 110.2649 | 100.0 | 7.6238 | 14.9007 | 15.7895 |
61
+ | 4.5662 | 3.19 | 600 | 4.4164 | 51.1964 | 105.6291 | 100.0 | 7.6238 | 14.9007 | 15.7895 |
62
+ | 4.0943 | 4.26 | 800 | 4.0825 | 50.5843 | 103.3113 | 100.0 | 7.1786 | 14.5695 | 14.9123 |
63
+ | 3.6948 | 5.32 | 1000 | 3.7923 | 51.5303 | 101.9868 | 100.0 | 6.3439 | 12.9139 | 13.1579 |
64
+ | 3.3742 | 6.38 | 1200 | 3.5565 | 50.3617 | 98.3444 | 100.0 | 6.3439 | 13.5762 | 14.0351 |
65
+ | 3.1519 | 7.45 | 1400 | 3.3895 | 49.0262 | 93.7086 | 100.0 | 6.3439 | 13.5762 | 14.0351 |
66
+ | 2.9995 | 8.51 | 1600 | 3.2845 | 48.6366 | 92.7152 | 100.0 | 6.3439 | 13.5762 | 14.0351 |
67
+ | 2.9152 | 9.57 | 1800 | 3.2282 | 47.9688 | 91.7219 | 100.0 | 6.0657 | 12.9139 | 13.1579 |
68
+ | 2.884 | 10.64 | 2000 | 3.2102 | 48.9705 | 91.3907 | 100.0 | 6.0657 | 12.9139 | 13.1579 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.39.3
74
+ - Pytorch 2.2.2+cu121
75
+ - Datasets 2.14.5
76
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 1,
5
+ 0
6
+ ],
7
+ [
8
+ 2,
9
+ 0
10
+ ],
11
+ [
12
+ 2,
13
+ 5
14
+ ],
15
+ [
16
+ 3,
17
+ 0
18
+ ],
19
+ [
20
+ 3,
21
+ 1
22
+ ],
23
+ [
24
+ 3,
25
+ 2
26
+ ],
27
+ [
28
+ 3,
29
+ 3
30
+ ],
31
+ [
32
+ 3,
33
+ 4
34
+ ]
35
+ ],
36
+ "begin_suppress_tokens": [
37
+ 220,
38
+ 50256
39
+ ],
40
+ "bos_token_id": 50257,
41
+ "decoder_start_token_id": 50257,
42
+ "eos_token_id": 50256,
43
+ "forced_decoder_ids": [
44
+ [
45
+ 1,
46
+ 50362
47
+ ]
48
+ ],
49
+ "is_multilingual": false,
50
+ "max_initial_timestamp_index": 50,
51
+ "max_length": 448,
52
+ "no_timestamps_token_id": 50362,
53
+ "pad_token_id": 50256,
54
+ "prev_sot_token_id": 50360,
55
+ "return_timestamps": false,
56
+ "suppress_tokens": [
57
+ 1,
58
+ 2,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 14,
64
+ 25,
65
+ 26,
66
+ 27,
67
+ 28,
68
+ 29,
69
+ 31,
70
+ 58,
71
+ 59,
72
+ 60,
73
+ 61,
74
+ 62,
75
+ 63,
76
+ 90,
77
+ 91,
78
+ 92,
79
+ 93,
80
+ 357,
81
+ 366,
82
+ 438,
83
+ 532,
84
+ 685,
85
+ 705,
86
+ 796,
87
+ 930,
88
+ 1058,
89
+ 1220,
90
+ 1267,
91
+ 1279,
92
+ 1303,
93
+ 1343,
94
+ 1377,
95
+ 1391,
96
+ 1635,
97
+ 1782,
98
+ 1875,
99
+ 2162,
100
+ 2361,
101
+ 2488,
102
+ 3467,
103
+ 4008,
104
+ 4211,
105
+ 4600,
106
+ 4808,
107
+ 5299,
108
+ 5855,
109
+ 6329,
110
+ 7203,
111
+ 9609,
112
+ 9959,
113
+ 10563,
114
+ 10786,
115
+ 11420,
116
+ 11709,
117
+ 11907,
118
+ 13163,
119
+ 13697,
120
+ 13700,
121
+ 14808,
122
+ 15306,
123
+ 16410,
124
+ 16791,
125
+ 17992,
126
+ 19203,
127
+ 19510,
128
+ 20724,
129
+ 22305,
130
+ 22935,
131
+ 27007,
132
+ 30109,
133
+ 30420,
134
+ 33409,
135
+ 34949,
136
+ 40283,
137
+ 40493,
138
+ 40549,
139
+ 47282,
140
+ 49146,
141
+ 50257,
142
+ 50357,
143
+ 50358,
144
+ 50359,
145
+ 50360,
146
+ 50361
147
+ ],
148
+ "transformers_version": "4.39.3"
149
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:632efa3a31f92bc184c090fbd7e4164c0437c8d8a93b4d68038bceb9ca7084f6
3
  size 151060136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff42fdb65dd8178916a36109e37b0e55efc21d3f85cfbc800a7f12c912260d8
3
  size 151060136