Ar4ikov commited on
Commit
040eda9
1 Parent(s): 7669059

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_3
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_3
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,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "Wav2Vec2Model": {
85
+ "_name_or_path": "jonatasgrosman/wav2vec2-large-xlsr-53-english",
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
+ "Wav2Vec2ForCTC"
94
+ ],
95
+ "attention_dropout": 0.1,
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": 256,
102
+ "contrastive_logits_temperature": 0.1,
103
+ "conv_bias": true,
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": "mean",
133
+ "ctc_zero_infinity": true,
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.0,
149
+ "finetuning_task": null,
150
+ "forced_bos_token_id": null,
151
+ "forced_eos_token_id": null,
152
+ "hidden_act": "gelu",
153
+ "hidden_dropout": 0.05,
154
+ "hidden_size": 1024,
155
+ "id2label": {
156
+ "0": "LABEL_0",
157
+ "1": "LABEL_1"
158
+ },
159
+ "initializer_range": 0.02,
160
+ "intermediate_size": 4096,
161
+ "is_decoder": false,
162
+ "is_encoder_decoder": false,
163
+ "label2id": {
164
+ "LABEL_0": 0,
165
+ "LABEL_1": 1
166
+ },
167
+ "layer_norm_eps": 1e-05,
168
+ "layerdrop": 0.05,
169
+ "length_penalty": 1.0,
170
+ "mask_channel_length": 10,
171
+ "mask_channel_min_space": 1,
172
+ "mask_channel_other": 0.0,
173
+ "mask_channel_prob": 0.0,
174
+ "mask_channel_selection": "static",
175
+ "mask_feature_length": 10,
176
+ "mask_feature_min_masks": 0,
177
+ "mask_feature_prob": 0.0,
178
+ "mask_time_length": 10,
179
+ "mask_time_min_masks": 2,
180
+ "mask_time_min_space": 1,
181
+ "mask_time_other": 0.0,
182
+ "mask_time_prob": 0.05,
183
+ "mask_time_selection": "static",
184
+ "max_length": 20,
185
+ "min_length": 0,
186
+ "model_type": "wav2vec2",
187
+ "no_repeat_ngram_size": 0,
188
+ "num_adapter_layers": 3,
189
+ "num_attention_heads": 16,
190
+ "num_beam_groups": 1,
191
+ "num_beams": 1,
192
+ "num_codevector_groups": 2,
193
+ "num_codevectors_per_group": 320,
194
+ "num_conv_pos_embedding_groups": 16,
195
+ "num_conv_pos_embeddings": 128,
196
+ "num_feat_extract_layers": 7,
197
+ "num_hidden_layers": 24,
198
+ "num_negatives": 100,
199
+ "num_return_sequences": 1,
200
+ "output_attentions": false,
201
+ "output_hidden_size": 1024,
202
+ "output_hidden_states": false,
203
+ "output_scores": false,
204
+ "pad_token_id": 0,
205
+ "prefix": null,
206
+ "problem_type": null,
207
+ "proj_codevector_dim": 256,
208
+ "pruned_heads": {},
209
+ "remove_invalid_values": false,
210
+ "repetition_penalty": 1.0,
211
+ "return_dict": true,
212
+ "return_dict_in_generate": false,
213
+ "sep_token_id": null,
214
+ "suppress_tokens": null,
215
+ "task_specific_params": null,
216
+ "tdnn_dilation": [
217
+ 1,
218
+ 2,
219
+ 3,
220
+ 1,
221
+ 1
222
+ ],
223
+ "tdnn_dim": [
224
+ 512,
225
+ 512,
226
+ 512,
227
+ 512,
228
+ 1500
229
+ ],
230
+ "tdnn_kernel": [
231
+ 5,
232
+ 3,
233
+ 3,
234
+ 1,
235
+ 1
236
+ ],
237
+ "temperature": 1.0,
238
+ "tf_legacy_loss": false,
239
+ "tie_encoder_decoder": false,
240
+ "tie_word_embeddings": true,
241
+ "tokenizer_class": null,
242
+ "top_k": 50,
243
+ "top_p": 1.0,
244
+ "torch_dtype": null,
245
+ "torchscript": false,
246
+ "transformers_version": "4.28.1",
247
+ "typical_p": 1.0,
248
+ "use_bfloat16": false,
249
+ "use_weighted_layer_sum": false,
250
+ "vocab_size": 33,
251
+ "xvector_output_dim": 512
252
+ },
253
+ "architectures": [
254
+ "Wav2Vec2BertFusionForSequenceClassification"
255
+ ],
256
+ "auto_map": {
257
+ "AutoConfig": "audio_text_multimodal.Wav2Vec2BertConfig",
258
+ "AutoModel": "audio_text_multimodal.Wav2Vec2BertFusionForSequenceClassification"
259
+ },
260
+ "gradient_checkpointing": true,
261
+ "id2label": {
262
+ "0": "ang",
263
+ "1": "dis",
264
+ "2": "exc",
265
+ "3": "fea",
266
+ "4": "fru",
267
+ "5": "hap",
268
+ "6": "neu",
269
+ "7": "oth",
270
+ "8": "sad",
271
+ "9": "sur"
272
+ },
273
+ "kernel_size": 1,
274
+ "label2id": {
275
+ "ang": 0,
276
+ "dis": 1,
277
+ "exc": 2,
278
+ "fea": 3,
279
+ "fru": 4,
280
+ "hap": 5,
281
+ "neu": 6,
282
+ "oth": 7,
283
+ "sad": 8,
284
+ "sur": 9
285
+ },
286
+ "num_heads": 8,
287
+ "pooling_mode": "mean",
288
+ "problem_type": "single_label_classification",
289
+ "torch_dtype": "float32",
290
+ "transformers_version": "4.28.1"
291
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a372524a5822d50546166015d349881c72c60129352c95a9aec28f38f84e818
3
+ size 1743310461
runs/May04_09-23-59_sc-aniemore/1683181443.711537/events.out.tfevents.1683181443.sc-aniemore.354745.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62546333808b0bbf9261fce2e9d39035c35bedd4f4c7149da6710dbfcba2b15
3
+ size 6034
runs/May04_09-23-59_sc-aniemore/events.out.tfevents.1683181443.sc-aniemore.354745.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d6305278065a5e53d591fb97d7edbec105375f5f6915c82b4da1911a405619
3
+ size 18770
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:c7525df828c7dbbfeb29838fbefac7b7ee6aa2509ef4c08f08daec702ad2279d
3
+ size 3771
vocab.txt ADDED
The diff for this file is too large to render. See raw diff