bochen0909
commited on
Commit
•
55dfe18
1
Parent(s):
5253c39
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +178 -0
- preprocessor_config.json +14 -0
- pytorch_model.bin +3 -0
- runs/Jul09_23-48-22_146-235-221-11/events.out.tfevents.1688946525.146-235-221-11.204367.0 +3 -0
- runs/Jul09_23-56-41_146-235-221-11/events.out.tfevents.1688947015.146-235-221-11.204367.1 +3 -0
- runs/Jul09_23-58-17_146-235-221-11/events.out.tfevents.1688947102.146-235-221-11.214157.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,178 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-base",
|
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": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 2048,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
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 |
+
"median_filter_width": 7,
|
78 |
+
"model_type": "whisper",
|
79 |
+
"num_hidden_layers": 6,
|
80 |
+
"num_mel_bins": 80,
|
81 |
+
"pad_token_id": 50257,
|
82 |
+
"scale_embedding": false,
|
83 |
+
"suppress_tokens": [
|
84 |
+
1,
|
85 |
+
2,
|
86 |
+
7,
|
87 |
+
8,
|
88 |
+
9,
|
89 |
+
10,
|
90 |
+
14,
|
91 |
+
25,
|
92 |
+
26,
|
93 |
+
27,
|
94 |
+
28,
|
95 |
+
29,
|
96 |
+
31,
|
97 |
+
58,
|
98 |
+
59,
|
99 |
+
60,
|
100 |
+
61,
|
101 |
+
62,
|
102 |
+
63,
|
103 |
+
90,
|
104 |
+
91,
|
105 |
+
92,
|
106 |
+
93,
|
107 |
+
359,
|
108 |
+
503,
|
109 |
+
522,
|
110 |
+
542,
|
111 |
+
873,
|
112 |
+
893,
|
113 |
+
902,
|
114 |
+
918,
|
115 |
+
922,
|
116 |
+
931,
|
117 |
+
1350,
|
118 |
+
1853,
|
119 |
+
1982,
|
120 |
+
2460,
|
121 |
+
2627,
|
122 |
+
3246,
|
123 |
+
3253,
|
124 |
+
3268,
|
125 |
+
3536,
|
126 |
+
3846,
|
127 |
+
3961,
|
128 |
+
4183,
|
129 |
+
4667,
|
130 |
+
6585,
|
131 |
+
6647,
|
132 |
+
7273,
|
133 |
+
9061,
|
134 |
+
9383,
|
135 |
+
10428,
|
136 |
+
10929,
|
137 |
+
11938,
|
138 |
+
12033,
|
139 |
+
12331,
|
140 |
+
12562,
|
141 |
+
13793,
|
142 |
+
14157,
|
143 |
+
14635,
|
144 |
+
15265,
|
145 |
+
15618,
|
146 |
+
16553,
|
147 |
+
16604,
|
148 |
+
18362,
|
149 |
+
18956,
|
150 |
+
20075,
|
151 |
+
21675,
|
152 |
+
22520,
|
153 |
+
26130,
|
154 |
+
26161,
|
155 |
+
26435,
|
156 |
+
28279,
|
157 |
+
29464,
|
158 |
+
31650,
|
159 |
+
32302,
|
160 |
+
32470,
|
161 |
+
36865,
|
162 |
+
42863,
|
163 |
+
47425,
|
164 |
+
49870,
|
165 |
+
50254,
|
166 |
+
50258,
|
167 |
+
50358,
|
168 |
+
50359,
|
169 |
+
50360,
|
170 |
+
50361,
|
171 |
+
50362
|
172 |
+
],
|
173 |
+
"torch_dtype": "float32",
|
174 |
+
"transformers_version": "4.31.0.dev0",
|
175 |
+
"use_cache": true,
|
176 |
+
"use_weighted_layer_sum": false,
|
177 |
+
"vocab_size": 51865
|
178 |
+
}
|
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:23e9158eb7ca56c8162660c46ce815d079b74f5a5a337e4d60bfe751345c5369
|
3 |
+
size 82930977
|
runs/Jul09_23-48-22_146-235-221-11/events.out.tfevents.1688946525.146-235-221-11.204367.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e98b3776c04f08310f27a6500ce49b3d046d7aa54ed8486ede0b1d915f044d2f
|
3 |
+
size 6078
|
runs/Jul09_23-56-41_146-235-221-11/events.out.tfevents.1688947015.146-235-221-11.204367.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ab26bd14c04bbdc836741531c2e16a9edd235d50a7796fd8c1f8c8203364862
|
3 |
+
size 6540
|
runs/Jul09_23-58-17_146-235-221-11/events.out.tfevents.1688947102.146-235-221-11.214157.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1691dec4e6c14f66a2f1ecba14d63e6774e286dff42d8edb49a8ffa9ce13194a
|
3 |
+
size 8705
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9405b1c34c58d2449cb4a13a7c789de4f8194f7ce45b7774db054b7a1f980149
|
3 |
+
size 4027
|