jlvdoorn commited on
Commit
902a73c
1 Parent(s): 16ddfc5

Model save

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-medium.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: whisper-medium.en-atcosim
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
+ # whisper-medium.en-atcosim
17
+
18
+ This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0542
21
+ - Wer: 1.4169
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 128
42
+ - eval_batch_size: 128
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 10
47
+ - num_epochs: 100
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.2006 | 8.33 | 500 | 0.0410 | 1.2456 |
54
+ | 0.0003 | 16.67 | 1000 | 0.0443 | 1.2224 |
55
+ | 0.0001 | 25.0 | 1500 | 0.0473 | 1.1854 |
56
+ | 0.0 | 33.33 | 2000 | 0.0489 | 1.2039 |
57
+ | 0.0 | 41.67 | 2500 | 0.0501 | 1.2224 |
58
+ | 0.0 | 50.0 | 3000 | 0.0511 | 1.2873 |
59
+ | 0.0 | 58.33 | 3500 | 0.0520 | 1.3012 |
60
+ | 0.0 | 66.67 | 4000 | 0.0527 | 1.3197 |
61
+ | 0.0 | 75.0 | 4500 | 0.0533 | 1.3891 |
62
+ | 0.0 | 83.33 | 5000 | 0.0537 | 1.4077 |
63
+ | 0.0 | 91.67 | 5500 | 0.0541 | 1.4169 |
64
+ | 0.0 | 100.0 | 6000 | 0.0542 | 1.4169 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.36.2
70
+ - Pytorch 2.1.2
71
+ - Datasets 2.15.0
72
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1,
91
+ "max_length": 448,
92
+ "no_timestamps_token_id": 50362,
93
+ "pad_token_id": 50256,
94
+ "return_timestamps": false,
95
+ "suppress_tokens": [
96
+ 1,
97
+ 2,
98
+ 7,
99
+ 8,
100
+ 9,
101
+ 10,
102
+ 14,
103
+ 25,
104
+ 26,
105
+ 27,
106
+ 28,
107
+ 29,
108
+ 31,
109
+ 58,
110
+ 59,
111
+ 60,
112
+ 61,
113
+ 62,
114
+ 63,
115
+ 90,
116
+ 91,
117
+ 92,
118
+ 93,
119
+ 357,
120
+ 366,
121
+ 438,
122
+ 532,
123
+ 685,
124
+ 705,
125
+ 796,
126
+ 930,
127
+ 1058,
128
+ 1220,
129
+ 1267,
130
+ 1279,
131
+ 1303,
132
+ 1343,
133
+ 1377,
134
+ 1391,
135
+ 1635,
136
+ 1782,
137
+ 1875,
138
+ 2162,
139
+ 2361,
140
+ 2488,
141
+ 3467,
142
+ 4008,
143
+ 4211,
144
+ 4600,
145
+ 4808,
146
+ 5299,
147
+ 5855,
148
+ 6329,
149
+ 7203,
150
+ 9609,
151
+ 9959,
152
+ 10563,
153
+ 10786,
154
+ 11420,
155
+ 11709,
156
+ 11907,
157
+ 13163,
158
+ 13697,
159
+ 13700,
160
+ 14808,
161
+ 15306,
162
+ 16410,
163
+ 16791,
164
+ 17992,
165
+ 19203,
166
+ 19510,
167
+ 20724,
168
+ 22305,
169
+ 22935,
170
+ 27007,
171
+ 30109,
172
+ 30420,
173
+ 33409,
174
+ 34949,
175
+ 40283,
176
+ 40493,
177
+ 40549,
178
+ 47282,
179
+ 49146,
180
+ 50257,
181
+ 50357,
182
+ 50358,
183
+ 50359,
184
+ 50360,
185
+ 50361
186
+ ],
187
+ "transformers_version": "4.36.2"
188
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10377886d924937237cfa905249c05efc6684ccea597a9d46b8c04f8f0e3a009
3
  size 3055751318
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edeadcbad48730f36d1db778907bcffa55ed94167341044afa8b403bcb1c6844
3
  size 3055751318
runs/Jan15_16-43-06_gpu019/events.out.tfevents.1705333387.gpu019 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddd95991a361438765e93d9b631c664a373c565ba83c8238c103bbbdbb40b526
3
- size 10868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305f42fbfad2d768b8bf9a5b0e05428feea5eaaede93d2dddb77664a0b03a517
3
+ size 11222