quentinbch commited on
Commit
ddc404c
·
verified ·
1 Parent(s): 63f4b7b

Training in progress, epoch 1

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