ilokavat commited on
Commit
89c29db
·
verified ·
1 Parent(s): e4100ad

End of training

Browse files
Files changed (3) hide show
  1. README.md +67 -0
  2. generation_config.json +189 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/whisper-medium.en
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: whisper-medium.en
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # whisper-medium.en
18
+
19
+ This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.6366
22
+ - Wer: 0.3366
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 2
48
+ - training_steps: 5
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 2.6808 | 1.0 | 1 | 2.6366 | 0.3366 |
56
+ | 2.6808 | 2.0 | 2 | 2.6366 | 0.3366 |
57
+ | 2.6808 | 3.0 | 3 | 2.6366 | 0.3366 |
58
+ | 2.6808 | 4.0 | 4 | 2.6366 | 0.3366 |
59
+ | 2.6808 | 5.0 | 5 | 2.6366 | 0.3366 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.48.2
65
+ - Pytorch 2.6.0+cu124
66
+ - Datasets 3.2.0
67
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 11,
5
+ 4
6
+ ],
7
+ [
8
+ 14,
9
+ 1
10
+ ],
11
+ [
12
+ 14,
13
+ 12
14
+ ],
15
+ [
16
+ 14,
17
+ 14
18
+ ],
19
+ [
20
+ 15,
21
+ 4
22
+ ],
23
+ [
24
+ 16,
25
+ 0
26
+ ],
27
+ [
28
+ 16,
29
+ 4
30
+ ],
31
+ [
32
+ 16,
33
+ 9
34
+ ],
35
+ [
36
+ 17,
37
+ 12
38
+ ],
39
+ [
40
+ 17,
41
+ 14
42
+ ],
43
+ [
44
+ 18,
45
+ 7
46
+ ],
47
+ [
48
+ 18,
49
+ 10
50
+ ],
51
+ [
52
+ 18,
53
+ 15
54
+ ],
55
+ [
56
+ 20,
57
+ 0
58
+ ],
59
+ [
60
+ 20,
61
+ 3
62
+ ],
63
+ [
64
+ 20,
65
+ 9
66
+ ],
67
+ [
68
+ 20,
69
+ 14
70
+ ],
71
+ [
72
+ 21,
73
+ 12
74
+ ]
75
+ ],
76
+ "begin_suppress_tokens": [
77
+ 220,
78
+ 50256
79
+ ],
80
+ "bos_token_id": 50257,
81
+ "decoder_start_token_id": 50257,
82
+ "eos_token_id": 50256,
83
+ "forced_decoder_ids": [
84
+ [
85
+ 1,
86
+ 50362
87
+ ]
88
+ ],
89
+ "is_multilingual": false,
90
+ "max_initial_timestamp_index": 50,
91
+ "max_length": 448,
92
+ "no_timestamps_token_id": 50362,
93
+ "pad_token_id": 50256,
94
+ "prev_sot_token_id": 50360,
95
+ "return_timestamps": false,
96
+ "suppress_tokens": [
97
+ 1,
98
+ 2,
99
+ 7,
100
+ 8,
101
+ 9,
102
+ 10,
103
+ 14,
104
+ 25,
105
+ 26,
106
+ 27,
107
+ 28,
108
+ 29,
109
+ 31,
110
+ 58,
111
+ 59,
112
+ 60,
113
+ 61,
114
+ 62,
115
+ 63,
116
+ 90,
117
+ 91,
118
+ 92,
119
+ 93,
120
+ 357,
121
+ 366,
122
+ 438,
123
+ 532,
124
+ 685,
125
+ 705,
126
+ 796,
127
+ 930,
128
+ 1058,
129
+ 1220,
130
+ 1267,
131
+ 1279,
132
+ 1303,
133
+ 1343,
134
+ 1377,
135
+ 1391,
136
+ 1635,
137
+ 1782,
138
+ 1875,
139
+ 2162,
140
+ 2361,
141
+ 2488,
142
+ 3467,
143
+ 4008,
144
+ 4211,
145
+ 4600,
146
+ 4808,
147
+ 5299,
148
+ 5855,
149
+ 6329,
150
+ 7203,
151
+ 9609,
152
+ 9959,
153
+ 10563,
154
+ 10786,
155
+ 11420,
156
+ 11709,
157
+ 11907,
158
+ 13163,
159
+ 13697,
160
+ 13700,
161
+ 14808,
162
+ 15306,
163
+ 16410,
164
+ 16791,
165
+ 17992,
166
+ 19203,
167
+ 19510,
168
+ 20724,
169
+ 22305,
170
+ 22935,
171
+ 27007,
172
+ 30109,
173
+ 30420,
174
+ 33409,
175
+ 34949,
176
+ 40283,
177
+ 40493,
178
+ 40549,
179
+ 47282,
180
+ 49146,
181
+ 50257,
182
+ 50357,
183
+ 50358,
184
+ 50359,
185
+ 50360,
186
+ 50361
187
+ ],
188
+ "transformers_version": "4.48.2"
189
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f111d711f584904553b59d2f02895afdfd361df00fa1c1b7fa9856e4154c8fb7
3
  size 3055540208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f731340f569588236c21f794c33e83b7cc5a297511d2bdc30117ea969004311
3
  size 3055540208