Training in progress, epoch 0
Browse files
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation_dropout": 0.
|
| 4 |
"adapter_attn_dim": null,
|
| 5 |
"adapter_kernel_size": 3,
|
| 6 |
"adapter_stride": 2,
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"classifier_proj_size": 256,
|
| 15 |
"codevector_dim": 256,
|
| 16 |
"contrastive_logits_temperature": 0.1,
|
| 17 |
-
"conv_bias":
|
| 18 |
"conv_dim": [
|
| 19 |
512,
|
| 20 |
512,
|
|
@@ -42,20 +42,21 @@
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
],
|
| 45 |
-
"ctc_loss_reduction": "
|
| 46 |
-
"ctc_zero_infinity":
|
| 47 |
"diversity_loss_weight": 0.1,
|
| 48 |
-
"do_stable_layer_norm":
|
| 49 |
"eos_token_id": 2,
|
| 50 |
"feat_extract_activation": "gelu",
|
| 51 |
-
"
|
| 52 |
-
"
|
|
|
|
| 53 |
"feat_quantizer_dropout": 0.0,
|
| 54 |
"final_dropout": 0.0,
|
| 55 |
-
"
|
| 56 |
"hidden_act": "gelu",
|
| 57 |
-
"hidden_dropout": 0.
|
| 58 |
-
"hidden_size":
|
| 59 |
"id2label": {
|
| 60 |
"0": "LABEL_0",
|
| 61 |
"1": "LABEL_1",
|
|
@@ -64,7 +65,7 @@
|
|
| 64 |
"4": "LABEL_4"
|
| 65 |
},
|
| 66 |
"initializer_range": 0.02,
|
| 67 |
-
"intermediate_size":
|
| 68 |
"label2id": {
|
| 69 |
"LABEL_0": 0,
|
| 70 |
"LABEL_1": 1,
|
|
@@ -73,7 +74,7 @@
|
|
| 73 |
"LABEL_4": 4
|
| 74 |
},
|
| 75 |
"layer_norm_eps": 1e-05,
|
| 76 |
-
"layerdrop": 0.
|
| 77 |
"mask_channel_length": 10,
|
| 78 |
"mask_channel_min_space": 1,
|
| 79 |
"mask_channel_other": 0.0,
|
|
@@ -89,19 +90,19 @@
|
|
| 89 |
"mask_time_prob": 0.05,
|
| 90 |
"mask_time_selection": "static",
|
| 91 |
"model_type": "wav2vec2",
|
| 92 |
-
"no_mask_channel_overlap": false,
|
| 93 |
-
"no_mask_time_overlap": false,
|
| 94 |
"num_adapter_layers": 3,
|
| 95 |
-
"num_attention_heads":
|
| 96 |
"num_codevector_groups": 2,
|
| 97 |
"num_codevectors_per_group": 320,
|
| 98 |
"num_conv_pos_embedding_groups": 16,
|
| 99 |
"num_conv_pos_embeddings": 128,
|
| 100 |
"num_feat_extract_layers": 7,
|
| 101 |
-
"num_hidden_layers":
|
| 102 |
"num_negatives": 100,
|
| 103 |
-
"output_hidden_size":
|
| 104 |
"pad_token_id": 0,
|
|
|
|
|
|
|
| 105 |
"proj_codevector_dim": 256,
|
| 106 |
"tdnn_dilation": [
|
| 107 |
1,
|
|
@@ -127,6 +128,6 @@
|
|
| 127 |
"torch_dtype": "float32",
|
| 128 |
"transformers_version": "4.40.0",
|
| 129 |
"use_weighted_layer_sum": false,
|
| 130 |
-
"vocab_size":
|
| 131 |
"xvector_output_dim": 512
|
| 132 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition",
|
| 3 |
+
"activation_dropout": 0.05,
|
| 4 |
"adapter_attn_dim": null,
|
| 5 |
"adapter_kernel_size": 3,
|
| 6 |
"adapter_stride": 2,
|
|
|
|
| 14 |
"classifier_proj_size": 256,
|
| 15 |
"codevector_dim": 256,
|
| 16 |
"contrastive_logits_temperature": 0.1,
|
| 17 |
+
"conv_bias": true,
|
| 18 |
"conv_dim": [
|
| 19 |
512,
|
| 20 |
512,
|
|
|
|
| 42 |
2,
|
| 43 |
2
|
| 44 |
],
|
| 45 |
+
"ctc_loss_reduction": "mean",
|
| 46 |
+
"ctc_zero_infinity": true,
|
| 47 |
"diversity_loss_weight": 0.1,
|
| 48 |
+
"do_stable_layer_norm": true,
|
| 49 |
"eos_token_id": 2,
|
| 50 |
"feat_extract_activation": "gelu",
|
| 51 |
+
"feat_extract_dropout": 0.0,
|
| 52 |
+
"feat_extract_norm": "layer",
|
| 53 |
+
"feat_proj_dropout": 0.05,
|
| 54 |
"feat_quantizer_dropout": 0.0,
|
| 55 |
"final_dropout": 0.0,
|
| 56 |
+
"finetuning_task": "wav2vec2_clf",
|
| 57 |
"hidden_act": "gelu",
|
| 58 |
+
"hidden_dropout": 0.05,
|
| 59 |
+
"hidden_size": 1024,
|
| 60 |
"id2label": {
|
| 61 |
"0": "LABEL_0",
|
| 62 |
"1": "LABEL_1",
|
|
|
|
| 65 |
"4": "LABEL_4"
|
| 66 |
},
|
| 67 |
"initializer_range": 0.02,
|
| 68 |
+
"intermediate_size": 4096,
|
| 69 |
"label2id": {
|
| 70 |
"LABEL_0": 0,
|
| 71 |
"LABEL_1": 1,
|
|
|
|
| 74 |
"LABEL_4": 4
|
| 75 |
},
|
| 76 |
"layer_norm_eps": 1e-05,
|
| 77 |
+
"layerdrop": 0.05,
|
| 78 |
"mask_channel_length": 10,
|
| 79 |
"mask_channel_min_space": 1,
|
| 80 |
"mask_channel_other": 0.0,
|
|
|
|
| 90 |
"mask_time_prob": 0.05,
|
| 91 |
"mask_time_selection": "static",
|
| 92 |
"model_type": "wav2vec2",
|
|
|
|
|
|
|
| 93 |
"num_adapter_layers": 3,
|
| 94 |
+
"num_attention_heads": 16,
|
| 95 |
"num_codevector_groups": 2,
|
| 96 |
"num_codevectors_per_group": 320,
|
| 97 |
"num_conv_pos_embedding_groups": 16,
|
| 98 |
"num_conv_pos_embeddings": 128,
|
| 99 |
"num_feat_extract_layers": 7,
|
| 100 |
+
"num_hidden_layers": 24,
|
| 101 |
"num_negatives": 100,
|
| 102 |
+
"output_hidden_size": 1024,
|
| 103 |
"pad_token_id": 0,
|
| 104 |
+
"pooling_mode": "mean",
|
| 105 |
+
"problem_type": "single_label_classification",
|
| 106 |
"proj_codevector_dim": 256,
|
| 107 |
"tdnn_dilation": [
|
| 108 |
1,
|
|
|
|
| 128 |
"torch_dtype": "float32",
|
| 129 |
"transformers_version": "4.40.0",
|
| 130 |
"use_weighted_layer_sum": false,
|
| 131 |
+
"vocab_size": 33,
|
| 132 |
"xvector_output_dim": 512
|
| 133 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1ae6af95b62cf8b109a1c382194feefeeaea383e801d2e92939557959ba49fb
|
| 3 |
+
size 1262862388
|
runs/Apr28_07-58-47_b5746c66e412/events.out.tfevents.1714291128.b5746c66e412.160.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8d844b04c891ecf31d2767de2bf36576a4ff656973888a7115f6bccd1022e5d
|
| 3 |
+
size 7499
|
runs/Apr28_08-02-07_b5746c66e412/events.out.tfevents.1714291328.b5746c66e412.160.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d9f4da586970b0f9138a1a0d41a4e5c2af3ed8807c2fbecfc08d3870db3ac2b
|
| 3 |
+
size 10533
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:176571e02090ef4d8806f0912a9d9b7cf5160767829ca8bbbec4e33d13475044
|
| 3 |
size 4984
|