sanchit-gandhi HF staff commited on
Commit
a42f616
1 Parent(s): 81b8094

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +196 -0
  3. preprocessor_config.json +14 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-tiny",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForAudioClassification"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 384,
17
+ "decoder_attention_heads": 6,
18
+ "decoder_ffn_dim": 1536,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 4,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 6,
24
+ "encoder_ffn_dim": 1536,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 4,
27
+ "eos_token_id": 50257,
28
+ "finetuning_task": "audio-classification",
29
+ "forced_decoder_ids": [
30
+ [
31
+ 1,
32
+ 50259
33
+ ],
34
+ [
35
+ 2,
36
+ 50359
37
+ ],
38
+ [
39
+ 3,
40
+ 50363
41
+ ]
42
+ ],
43
+ "id2label": {
44
+ "1": 0,
45
+ "10": 9,
46
+ "11": 10,
47
+ "12": 11,
48
+ "13": 12,
49
+ "14": 13,
50
+ "15": 14,
51
+ "16": 15,
52
+ "17": 16,
53
+ "18": 17,
54
+ "19": 18,
55
+ "2": 1,
56
+ "20": 19,
57
+ "3": 2,
58
+ "4": 3,
59
+ "5": 4,
60
+ "6": 5,
61
+ "7": 6,
62
+ "8": 7,
63
+ "9": 8
64
+ },
65
+ "init_std": 0.02,
66
+ "is_encoder_decoder": true,
67
+ "label2id": {
68
+ "0": "1",
69
+ "1": "2",
70
+ "2": "3",
71
+ "3": "4",
72
+ "4": "5",
73
+ "5": "6",
74
+ "6": "7",
75
+ "7": "8",
76
+ "8": "9",
77
+ "9": "10",
78
+ "10": "11",
79
+ "11": "12",
80
+ "12": "13",
81
+ "13": "14",
82
+ "14": "15",
83
+ "15": "16",
84
+ "16": "17",
85
+ "17": "18",
86
+ "18": "19",
87
+ "19": "20"
88
+ },
89
+ "mask_feature_length": 10,
90
+ "mask_feature_min_masks": 0,
91
+ "mask_feature_prob": 0.0,
92
+ "mask_time_length": 10,
93
+ "mask_time_min_masks": 2,
94
+ "mask_time_prob": 0.05,
95
+ "max_length": 448,
96
+ "max_source_positions": 1500,
97
+ "max_target_positions": 448,
98
+ "model_type": "whisper",
99
+ "num_hidden_layers": 4,
100
+ "num_mel_bins": 80,
101
+ "pad_token_id": 50257,
102
+ "scale_embedding": false,
103
+ "suppress_tokens": [
104
+ 1,
105
+ 2,
106
+ 7,
107
+ 8,
108
+ 9,
109
+ 10,
110
+ 14,
111
+ 25,
112
+ 26,
113
+ 27,
114
+ 28,
115
+ 29,
116
+ 31,
117
+ 58,
118
+ 59,
119
+ 60,
120
+ 61,
121
+ 62,
122
+ 63,
123
+ 90,
124
+ 91,
125
+ 92,
126
+ 93,
127
+ 359,
128
+ 503,
129
+ 522,
130
+ 542,
131
+ 873,
132
+ 893,
133
+ 902,
134
+ 918,
135
+ 922,
136
+ 931,
137
+ 1350,
138
+ 1853,
139
+ 1982,
140
+ 2460,
141
+ 2627,
142
+ 3246,
143
+ 3253,
144
+ 3268,
145
+ 3536,
146
+ 3846,
147
+ 3961,
148
+ 4183,
149
+ 4667,
150
+ 6585,
151
+ 6647,
152
+ 7273,
153
+ 9061,
154
+ 9383,
155
+ 10428,
156
+ 10929,
157
+ 11938,
158
+ 12033,
159
+ 12331,
160
+ 12562,
161
+ 13793,
162
+ 14157,
163
+ 14635,
164
+ 15265,
165
+ 15618,
166
+ 16553,
167
+ 16604,
168
+ 18362,
169
+ 18956,
170
+ 20075,
171
+ 21675,
172
+ 22520,
173
+ 26130,
174
+ 26161,
175
+ 26435,
176
+ 28279,
177
+ 29464,
178
+ 31650,
179
+ 32302,
180
+ 32470,
181
+ 36865,
182
+ 42863,
183
+ 47425,
184
+ 49870,
185
+ 50254,
186
+ 50258,
187
+ 50360,
188
+ 50361,
189
+ 50362
190
+ ],
191
+ "torch_dtype": "float32",
192
+ "transformers_version": "4.28.0.dev0",
193
+ "use_cache": true,
194
+ "use_weighted_layer_sum": false,
195
+ "vocab_size": 51865
196
+ }
preprocessor_config.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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ffc5bd7626861927a334699694a1c7b7eb16a2f0fa9dd8eefffba7838bda29f
3
+ size 33271430
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11687c5117817c47ceb052b8f75dd699325fbae2ce043f4bbb974f2dc951534
3
+ size 3579