fishjojo1 commited on
Commit
f4dd233
1 Parent(s): 4c3c116

Model save

Browse files
.ipynb_checkpoints/preprocessor_config-checkpoint.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-small.en
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: whisper-small-til-asr
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-small-til-asr
17
+
18
+ This model is a fine-tuned version of [openai/whisper-small.en](https://huggingface.co/openai/whisper-small.en) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0014
21
+ - Wer: 0.0665
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: 1.25e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 100
49
+ - training_steps: 1000
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:------:|:----:|:---------------:|:------:|
56
+ | 0.0015 | 0.2540 | 200 | 0.0053 | 0.1994 |
57
+ | 0.0001 | 0.5079 | 400 | 0.0024 | 0.0831 |
58
+ | 0.0001 | 0.7619 | 600 | 0.0013 | 0.0831 |
59
+ | 0.0001 | 1.0159 | 800 | 0.0015 | 0.0665 |
60
+ | 0.0 | 1.2698 | 1000 | 0.0014 | 0.0665 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.41.0
66
+ - Pytorch 2.3.0+cu121
67
+ - Datasets 2.19.1
68
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 6,
5
+ 6
6
+ ],
7
+ [
8
+ 7,
9
+ 0
10
+ ],
11
+ [
12
+ 7,
13
+ 3
14
+ ],
15
+ [
16
+ 7,
17
+ 8
18
+ ],
19
+ [
20
+ 8,
21
+ 2
22
+ ],
23
+ [
24
+ 8,
25
+ 5
26
+ ],
27
+ [
28
+ 8,
29
+ 7
30
+ ],
31
+ [
32
+ 9,
33
+ 0
34
+ ],
35
+ [
36
+ 9,
37
+ 4
38
+ ],
39
+ [
40
+ 9,
41
+ 8
42
+ ],
43
+ [
44
+ 9,
45
+ 10
46
+ ],
47
+ [
48
+ 10,
49
+ 0
50
+ ],
51
+ [
52
+ 10,
53
+ 1
54
+ ],
55
+ [
56
+ 10,
57
+ 2
58
+ ],
59
+ [
60
+ 10,
61
+ 3
62
+ ],
63
+ [
64
+ 10,
65
+ 6
66
+ ],
67
+ [
68
+ 10,
69
+ 11
70
+ ],
71
+ [
72
+ 11,
73
+ 2
74
+ ],
75
+ [
76
+ 11,
77
+ 4
78
+ ]
79
+ ],
80
+ "begin_suppress_tokens": [
81
+ 220,
82
+ 50256
83
+ ],
84
+ "bos_token_id": 50257,
85
+ "decoder_start_token_id": 50257,
86
+ "eos_token_id": 50256,
87
+ "is_multilingual": false,
88
+ "max_initial_timestamp_index": 50,
89
+ "max_length": 448,
90
+ "no_timestamps_token_id": 50362,
91
+ "pad_token_id": 50256,
92
+ "prev_sot_token_id": 50360,
93
+ "suppress_tokens": [
94
+ 1,
95
+ 2,
96
+ 7,
97
+ 8,
98
+ 9,
99
+ 10,
100
+ 14,
101
+ 25,
102
+ 26,
103
+ 27,
104
+ 28,
105
+ 29,
106
+ 31,
107
+ 58,
108
+ 59,
109
+ 60,
110
+ 61,
111
+ 62,
112
+ 63,
113
+ 90,
114
+ 91,
115
+ 92,
116
+ 93,
117
+ 357,
118
+ 366,
119
+ 438,
120
+ 532,
121
+ 685,
122
+ 705,
123
+ 796,
124
+ 930,
125
+ 1058,
126
+ 1220,
127
+ 1267,
128
+ 1279,
129
+ 1303,
130
+ 1343,
131
+ 1377,
132
+ 1391,
133
+ 1635,
134
+ 1782,
135
+ 1875,
136
+ 2162,
137
+ 2361,
138
+ 2488,
139
+ 3467,
140
+ 4008,
141
+ 4211,
142
+ 4600,
143
+ 4808,
144
+ 5299,
145
+ 5855,
146
+ 6329,
147
+ 7203,
148
+ 9609,
149
+ 9959,
150
+ 10563,
151
+ 10786,
152
+ 11420,
153
+ 11709,
154
+ 11907,
155
+ 13163,
156
+ 13697,
157
+ 13700,
158
+ 14808,
159
+ 15306,
160
+ 16410,
161
+ 16791,
162
+ 17992,
163
+ 19203,
164
+ 19510,
165
+ 20724,
166
+ 22305,
167
+ 22935,
168
+ 27007,
169
+ 30109,
170
+ 30420,
171
+ 33409,
172
+ 34949,
173
+ 40283,
174
+ 40493,
175
+ 40549,
176
+ 47282,
177
+ 49146,
178
+ 50257,
179
+ 50357,
180
+ 50358,
181
+ 50359,
182
+ 50360,
183
+ 50361
184
+ ],
185
+ "task": null,
186
+ "transformers_version": "4.41.0"
187
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69e78334a1ff42be6481040bc440da67ecba98913ad0fff33f2612bb15a14ccb
3
  size 966992008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9c2ddee5a224e5cc76ce9bc0134b96f645a3ba4d207b5cf7e943c64c9a0bf8
3
  size 966992008
runs/May20_04-13-26_instance-nubbiesdubbieswubbiestubbie/events.out.tfevents.1716178412.instance-nubbiesdubbieswubbiestubbie.14219.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c45c8bb91006fe2d102638a3ae02318d67a9c8680185fba9b3b176a8fce5612
3
- size 16608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:379e26b31bebb42bda04e20a5b874fc7ed75b5f94ca11265ab7f386f1ed2f99f
3
+ size 16962