mwz commited on
Commit
67ed50e
1 Parent(s): 9c26510

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-medium",
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": 1024,
17
+ "decoder_attention_heads": 16,
18
+ "decoder_ffn_dim": 4096,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 24,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 24,
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": "Angry",
44
+ "1": "Happy",
45
+ "2": "Neutral"
46
+ },
47
+ "init_std": 0.02,
48
+ "is_encoder_decoder": true,
49
+ "label2id": {
50
+ "Angry": "0",
51
+ "Happy": "1",
52
+ "Neutral": "2"
53
+ },
54
+ "mask_feature_length": 10,
55
+ "mask_feature_min_masks": 0,
56
+ "mask_feature_prob": 0.0,
57
+ "mask_time_length": 10,
58
+ "mask_time_min_masks": 2,
59
+ "mask_time_prob": 0.05,
60
+ "max_length": 448,
61
+ "max_source_positions": 1500,
62
+ "max_target_positions": 448,
63
+ "median_filter_width": 7,
64
+ "model_type": "whisper",
65
+ "num_hidden_layers": 24,
66
+ "num_mel_bins": 80,
67
+ "pad_token_id": 50257,
68
+ "scale_embedding": false,
69
+ "suppress_tokens": [
70
+ 1,
71
+ 2,
72
+ 7,
73
+ 8,
74
+ 9,
75
+ 10,
76
+ 14,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 31,
83
+ 58,
84
+ 59,
85
+ 60,
86
+ 61,
87
+ 62,
88
+ 63,
89
+ 90,
90
+ 91,
91
+ 92,
92
+ 93,
93
+ 359,
94
+ 503,
95
+ 522,
96
+ 542,
97
+ 873,
98
+ 893,
99
+ 902,
100
+ 918,
101
+ 922,
102
+ 931,
103
+ 1350,
104
+ 1853,
105
+ 1982,
106
+ 2460,
107
+ 2627,
108
+ 3246,
109
+ 3253,
110
+ 3268,
111
+ 3536,
112
+ 3846,
113
+ 3961,
114
+ 4183,
115
+ 4667,
116
+ 6585,
117
+ 6647,
118
+ 7273,
119
+ 9061,
120
+ 9383,
121
+ 10428,
122
+ 10929,
123
+ 11938,
124
+ 12033,
125
+ 12331,
126
+ 12562,
127
+ 13793,
128
+ 14157,
129
+ 14635,
130
+ 15265,
131
+ 15618,
132
+ 16553,
133
+ 16604,
134
+ 18362,
135
+ 18956,
136
+ 20075,
137
+ 21675,
138
+ 22520,
139
+ 26130,
140
+ 26161,
141
+ 26435,
142
+ 28279,
143
+ 29464,
144
+ 31650,
145
+ 32302,
146
+ 32470,
147
+ 36865,
148
+ 42863,
149
+ 47425,
150
+ 49870,
151
+ 50254,
152
+ 50258,
153
+ 50358,
154
+ 50359,
155
+ 50360,
156
+ 50361,
157
+ 50362
158
+ ],
159
+ "torch_dtype": "float32",
160
+ "transformers_version": "4.39.0.dev0",
161
+ "use_cache": true,
162
+ "use_weighted_layer_sum": false,
163
+ "vocab_size": 51865
164
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6dc5d4f53163210e3d10020f41ac064b3e0994de595933af79f1a69e44f356b
3
+ size 1229958924
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
+ }
runs/Mar14_07-08-08_4248cf818b47/events.out.tfevents.1710400104.4248cf818b47.181.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc75e3d4f8b62aa93d2d7d11154ef35be3a4a0b934a427d0dee593e1b745087
3
+ size 6433
runs/Mar14_07-08-08_4248cf818b47/events.out.tfevents.1710400255.4248cf818b47.181.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5ffa52c8581bc81c66e17bf4e0667e8e705791be0f0c5c77ee792ee7087909
3
+ size 6433
runs/Mar14_07-08-08_4248cf818b47/events.out.tfevents.1710400339.4248cf818b47.181.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c144321af1a60300586b6b734e6d3b71a56e509924e3640d19afeb720a85360e
3
+ size 6433
runs/Mar14_07-08-08_4248cf818b47/events.out.tfevents.1710400453.4248cf818b47.181.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ccb223355ab147ffa3c291a5794ed4be94015a573f2693c1606a0ed17374a8
3
+ size 17523
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389a67668dbe636d47a126d1b8e25cfe325813f037f388829d032938c0abd611
3
+ size 4984