ditwoo commited on
Commit
7919425
1 Parent(s): ec44501

End of training

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +177 -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,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "forced_decoder_ids": [
29
+ [
30
+ 1,
31
+ 50259
32
+ ],
33
+ [
34
+ 2,
35
+ 50359
36
+ ],
37
+ [
38
+ 3,
39
+ 50363
40
+ ]
41
+ ],
42
+ "id2label": {
43
+ "0": "blues",
44
+ "1": "classical",
45
+ "2": "country",
46
+ "3": "disco",
47
+ "4": "hiphop",
48
+ "5": "jazz",
49
+ "6": "metal",
50
+ "7": "pop",
51
+ "8": "reggae",
52
+ "9": "rock"
53
+ },
54
+ "init_std": 0.02,
55
+ "is_encoder_decoder": true,
56
+ "label2id": {
57
+ "blues": "0",
58
+ "classical": "1",
59
+ "country": "2",
60
+ "disco": "3",
61
+ "hiphop": "4",
62
+ "jazz": "5",
63
+ "metal": "6",
64
+ "pop": "7",
65
+ "reggae": "8",
66
+ "rock": "9"
67
+ },
68
+ "mask_feature_length": 10,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_prob": 0.05,
74
+ "max_length": 448,
75
+ "max_source_positions": 1500,
76
+ "max_target_positions": 448,
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.29.2",
174
+ "use_cache": true,
175
+ "use_weighted_layer_sum": false,
176
+ "vocab_size": 51865
177
+ }
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:cb7691ba8e8db8fa1d1db58cf448aa3c8686c6b9548ad30ffc508ffe7f5b54a5
3
+ size 33261126
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed16f975e3049de9ad2c8182e99d6f255fecbdff052a41b9cc3b54c8f5ceb512
3
+ size 3899