Ar4ikov commited on
Commit
2723dfb
1 Parent(s): 89a6343

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: wav2vec2_bert_fusion_iemocap_4
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # wav2vec2_bert_fusion_iemocap_4
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 0.0001
34
+ - train_batch_size: 4
35
+ - eval_batch_size: 16
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 4
38
+ - total_train_batch_size: 16
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10
42
+ - mixed_precision_training: Native AMP
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.28.1
47
+ - Pytorch 2.0.0+cu117
48
+ - Datasets 2.11.0
49
+ - Tokenizers 0.13.2
config.json ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "BertModel": {
3
+ "_name_or_path": "bert-base-uncased",
4
+ "add_cross_attention": false,
5
+ "architectures": [
6
+ "BertForMaskedLM"
7
+ ],
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "bad_words_ids": null,
10
+ "begin_suppress_tokens": null,
11
+ "bos_token_id": null,
12
+ "chunk_size_feed_forward": 0,
13
+ "classifier_dropout": null,
14
+ "cross_attention_hidden_size": null,
15
+ "decoder_start_token_id": null,
16
+ "diversity_penalty": 0.0,
17
+ "do_sample": false,
18
+ "early_stopping": false,
19
+ "encoder_no_repeat_ngram_size": 0,
20
+ "eos_token_id": null,
21
+ "exponential_decay_length_penalty": null,
22
+ "finetuning_task": null,
23
+ "forced_bos_token_id": null,
24
+ "forced_eos_token_id": null,
25
+ "gradient_checkpointing": false,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 768,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "is_decoder": false,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 512,
45
+ "min_length": 0,
46
+ "model_type": "bert",
47
+ "no_repeat_ngram_size": 0,
48
+ "num_attention_heads": 12,
49
+ "num_beam_groups": 1,
50
+ "num_beams": 1,
51
+ "num_hidden_layers": 12,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 0,
57
+ "position_embedding_type": "absolute",
58
+ "prefix": null,
59
+ "problem_type": null,
60
+ "pruned_heads": {},
61
+ "remove_invalid_values": false,
62
+ "repetition_penalty": 1.0,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "sep_token_id": null,
66
+ "suppress_tokens": null,
67
+ "task_specific_params": null,
68
+ "temperature": 1.0,
69
+ "tf_legacy_loss": false,
70
+ "tie_encoder_decoder": false,
71
+ "tie_word_embeddings": true,
72
+ "tokenizer_class": null,
73
+ "top_k": 50,
74
+ "top_p": 1.0,
75
+ "torch_dtype": null,
76
+ "torchscript": false,
77
+ "transformers_version": "4.28.1",
78
+ "type_vocab_size": 2,
79
+ "typical_p": 1.0,
80
+ "use_bfloat16": false,
81
+ "use_cache": true,
82
+ "vocab_size": 30522
83
+ },
84
+ "WavLMModel": {
85
+ "_name_or_path": "jonatasgrosman/exp_w2v2t_en_wavlm_s767",
86
+ "activation_dropout": 0.05,
87
+ "adapter_kernel_size": 3,
88
+ "adapter_stride": 2,
89
+ "add_adapter": false,
90
+ "add_cross_attention": false,
91
+ "apply_spec_augment": true,
92
+ "architectures": [
93
+ "WavLMForCTC"
94
+ ],
95
+ "attention_dropout": 0.05,
96
+ "bad_words_ids": null,
97
+ "begin_suppress_tokens": null,
98
+ "bos_token_id": 1,
99
+ "chunk_size_feed_forward": 0,
100
+ "classifier_proj_size": 256,
101
+ "codevector_dim": 768,
102
+ "contrastive_logits_temperature": 0.1,
103
+ "conv_bias": false,
104
+ "conv_dim": [
105
+ 512,
106
+ 512,
107
+ 512,
108
+ 512,
109
+ 512,
110
+ 512,
111
+ 512
112
+ ],
113
+ "conv_kernel": [
114
+ 10,
115
+ 3,
116
+ 3,
117
+ 3,
118
+ 3,
119
+ 2,
120
+ 2
121
+ ],
122
+ "conv_stride": [
123
+ 5,
124
+ 2,
125
+ 2,
126
+ 2,
127
+ 2,
128
+ 2,
129
+ 2
130
+ ],
131
+ "cross_attention_hidden_size": null,
132
+ "ctc_loss_reduction": "sum",
133
+ "ctc_zero_infinity": false,
134
+ "decoder_start_token_id": null,
135
+ "diversity_loss_weight": 0.1,
136
+ "diversity_penalty": 0.0,
137
+ "do_sample": false,
138
+ "do_stable_layer_norm": true,
139
+ "early_stopping": false,
140
+ "encoder_no_repeat_ngram_size": 0,
141
+ "eos_token_id": 2,
142
+ "exponential_decay_length_penalty": null,
143
+ "feat_extract_activation": "gelu",
144
+ "feat_extract_dropout": 0.0,
145
+ "feat_extract_norm": "layer",
146
+ "feat_proj_dropout": 0.05,
147
+ "feat_quantizer_dropout": 0.0,
148
+ "final_dropout": 0.05,
149
+ "finetuning_task": null,
150
+ "forced_bos_token_id": null,
151
+ "forced_eos_token_id": null,
152
+ "gradient_checkpointing": false,
153
+ "hidden_act": "gelu",
154
+ "hidden_dropout": 0.05,
155
+ "hidden_size": 1024,
156
+ "id2label": {
157
+ "0": "LABEL_0",
158
+ "1": "LABEL_1"
159
+ },
160
+ "initializer_range": 0.02,
161
+ "intermediate_size": 4096,
162
+ "is_decoder": false,
163
+ "is_encoder_decoder": false,
164
+ "label2id": {
165
+ "LABEL_0": 0,
166
+ "LABEL_1": 1
167
+ },
168
+ "layer_norm_eps": 1e-05,
169
+ "layerdrop": 0.05,
170
+ "length_penalty": 1.0,
171
+ "mask_channel_length": 10,
172
+ "mask_channel_min_space": 1,
173
+ "mask_channel_other": 0.0,
174
+ "mask_channel_prob": 0.0,
175
+ "mask_channel_selection": "static",
176
+ "mask_feature_length": 10,
177
+ "mask_feature_min_masks": 0,
178
+ "mask_feature_prob": 0.0,
179
+ "mask_time_length": 10,
180
+ "mask_time_min_masks": 2,
181
+ "mask_time_min_space": 1,
182
+ "mask_time_other": 0.0,
183
+ "mask_time_prob": 0.05,
184
+ "mask_time_selection": "static",
185
+ "max_bucket_distance": 800,
186
+ "max_length": 20,
187
+ "min_length": 0,
188
+ "model_type": "wavlm",
189
+ "no_repeat_ngram_size": 0,
190
+ "num_adapter_layers": 3,
191
+ "num_attention_heads": 16,
192
+ "num_beam_groups": 1,
193
+ "num_beams": 1,
194
+ "num_buckets": 320,
195
+ "num_codevector_groups": 2,
196
+ "num_codevectors_per_group": 320,
197
+ "num_conv_pos_embedding_groups": 16,
198
+ "num_conv_pos_embeddings": 128,
199
+ "num_ctc_classes": 80,
200
+ "num_feat_extract_layers": 7,
201
+ "num_hidden_layers": 24,
202
+ "num_negatives": 100,
203
+ "num_return_sequences": 1,
204
+ "output_attentions": false,
205
+ "output_hidden_size": 1024,
206
+ "output_hidden_states": false,
207
+ "output_scores": false,
208
+ "pad_token_id": 0,
209
+ "prefix": null,
210
+ "problem_type": null,
211
+ "proj_codevector_dim": 768,
212
+ "pruned_heads": {},
213
+ "remove_invalid_values": false,
214
+ "repetition_penalty": 1.0,
215
+ "replace_prob": 0.5,
216
+ "return_dict": true,
217
+ "return_dict_in_generate": false,
218
+ "sep_token_id": null,
219
+ "suppress_tokens": null,
220
+ "task_specific_params": null,
221
+ "tdnn_dilation": [
222
+ 1,
223
+ 2,
224
+ 3,
225
+ 1,
226
+ 1
227
+ ],
228
+ "tdnn_dim": [
229
+ 512,
230
+ 512,
231
+ 512,
232
+ 512,
233
+ 1500
234
+ ],
235
+ "tdnn_kernel": [
236
+ 5,
237
+ 3,
238
+ 3,
239
+ 1,
240
+ 1
241
+ ],
242
+ "temperature": 1.0,
243
+ "tf_legacy_loss": false,
244
+ "tie_encoder_decoder": false,
245
+ "tie_word_embeddings": true,
246
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
247
+ "top_k": 50,
248
+ "top_p": 1.0,
249
+ "torch_dtype": "float32",
250
+ "torchscript": false,
251
+ "transformers_version": "4.28.1",
252
+ "typical_p": 1.0,
253
+ "use_bfloat16": false,
254
+ "use_weighted_layer_sum": false,
255
+ "vocab_size": 33,
256
+ "xvector_output_dim": 512
257
+ },
258
+ "architectures": [
259
+ "WavLMBertFusionForSequenceClassification"
260
+ ],
261
+ "auto_map": {
262
+ "AutoConfig": "audio_text_multimodal.WavLMBertConfig",
263
+ "AutoModel": "audio_text_multimodal.WavLMBertFusionForSequenceClassification"
264
+ },
265
+ "gradient_checkpointing": true,
266
+ "id2label": {
267
+ "0": "ang",
268
+ "1": "dis",
269
+ "2": "exc",
270
+ "3": "fea",
271
+ "4": "fru",
272
+ "5": "hap",
273
+ "6": "neu",
274
+ "7": "oth",
275
+ "8": "sad",
276
+ "9": "sur"
277
+ },
278
+ "kernel_size": 1,
279
+ "label2id": {
280
+ "ang": 0,
281
+ "dis": 1,
282
+ "exc": 2,
283
+ "fea": 3,
284
+ "fru": 4,
285
+ "hap": 5,
286
+ "neu": 6,
287
+ "oth": 7,
288
+ "sad": 8,
289
+ "sur": 9
290
+ },
291
+ "num_heads": 8,
292
+ "pooling_mode": "mean",
293
+ "problem_type": "single_label_classification",
294
+ "torch_dtype": "float32",
295
+ "transformers_version": "4.28.1"
296
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4374f34026740e311c8529eb909a71ced5d6dae354c5545022ce442dbd77cc62
3
+ size 1743391109
runs/May04_10-46-02_sc-aniemore/1683186366.34793/events.out.tfevents.1683186366.sc-aniemore.386742.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae787e7b596248d89147541efef8110c6bc37010dc01f7f6818a4612aa6b7f7a
3
+ size 6034
runs/May04_10-46-02_sc-aniemore/events.out.tfevents.1683186366.sc-aniemore.386742.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4229388183aad95fc365b29a50813e09fa066ae0e0f0d25af9d8ca7bbcf7f3e3
3
+ size 18919
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd0d3d541875bb9f4735a5207d6a427caf1582d3cedc1b1765da9ded3cb194c
3
+ size 3771
vocab.txt ADDED
The diff for this file is too large to render. See raw diff