Training in progress, epoch 16
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,32 +42,33 @@
|
|
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": "deceptive",
|
61 |
"1": "truthful"
|
62 |
},
|
63 |
"initializer_range": 0.02,
|
64 |
-
"intermediate_size":
|
65 |
"label2id": {
|
66 |
"deceptive": "0",
|
67 |
"truthful": "1"
|
68 |
},
|
69 |
"layer_norm_eps": 1e-05,
|
70 |
-
"layerdrop": 0.
|
71 |
"mask_channel_length": 10,
|
72 |
"mask_channel_min_space": 1,
|
73 |
"mask_channel_other": 0.0,
|
@@ -83,19 +84,19 @@
|
|
83 |
"mask_time_prob": 0.05,
|
84 |
"mask_time_selection": "static",
|
85 |
"model_type": "wav2vec2",
|
86 |
-
"no_mask_channel_overlap": false,
|
87 |
-
"no_mask_time_overlap": false,
|
88 |
"num_adapter_layers": 3,
|
89 |
-
"num_attention_heads":
|
90 |
"num_codevector_groups": 2,
|
91 |
"num_codevectors_per_group": 320,
|
92 |
"num_conv_pos_embedding_groups": 16,
|
93 |
"num_conv_pos_embeddings": 128,
|
94 |
"num_feat_extract_layers": 7,
|
95 |
-
"num_hidden_layers":
|
96 |
"num_negatives": 100,
|
97 |
-
"output_hidden_size":
|
98 |
"pad_token_id": 0,
|
|
|
|
|
99 |
"proj_codevector_dim": 256,
|
100 |
"tdnn_dilation": [
|
101 |
1,
|
@@ -121,6 +122,6 @@
|
|
121 |
"torch_dtype": "float32",
|
122 |
"transformers_version": "4.46.3",
|
123 |
"use_weighted_layer_sum": false,
|
124 |
-
"vocab_size":
|
125 |
"xvector_output_dim": 512
|
126 |
}
|
|
|
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": "deceptive",
|
62 |
"1": "truthful"
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
+
"intermediate_size": 4096,
|
66 |
"label2id": {
|
67 |
"deceptive": "0",
|
68 |
"truthful": "1"
|
69 |
},
|
70 |
"layer_norm_eps": 1e-05,
|
71 |
+
"layerdrop": 0.05,
|
72 |
"mask_channel_length": 10,
|
73 |
"mask_channel_min_space": 1,
|
74 |
"mask_channel_other": 0.0,
|
|
|
84 |
"mask_time_prob": 0.05,
|
85 |
"mask_time_selection": "static",
|
86 |
"model_type": "wav2vec2",
|
|
|
|
|
87 |
"num_adapter_layers": 3,
|
88 |
+
"num_attention_heads": 16,
|
89 |
"num_codevector_groups": 2,
|
90 |
"num_codevectors_per_group": 320,
|
91 |
"num_conv_pos_embedding_groups": 16,
|
92 |
"num_conv_pos_embeddings": 128,
|
93 |
"num_feat_extract_layers": 7,
|
94 |
+
"num_hidden_layers": 24,
|
95 |
"num_negatives": 100,
|
96 |
+
"output_hidden_size": 1024,
|
97 |
"pad_token_id": 0,
|
98 |
+
"pooling_mode": "mean",
|
99 |
+
"problem_type": "single_label_classification",
|
100 |
"proj_codevector_dim": 256,
|
101 |
"tdnn_dilation": [
|
102 |
1,
|
|
|
122 |
"torch_dtype": "float32",
|
123 |
"transformers_version": "4.46.3",
|
124 |
"use_weighted_layer_sum": false,
|
125 |
+
"vocab_size": 33,
|
126 |
"xvector_output_dim": 512
|
127 |
}
|
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:68b2855d42a8cb2183d905b820e1c80526f5cd4b9f0560b2ce1d4b18429535b4
|
3 |
+
size 1262859296
|
runs/Dec15_19-27-34_c40aaf450fcd/events.out.tfevents.1734290854.c40aaf450fcd.404.5
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:15a53c12940b3ba6ef1335f3830c65d09192dc4e5338443dc8f74b06c7d6061e
|
3 |
+
size 16811
|
runs/Dec15_19-31-56_c40aaf450fcd/events.out.tfevents.1734291117.c40aaf450fcd.404.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d892712438f256eb555674dd284c383c750e820ab82e74895117397fbfac055
|
3 |
+
size 14661
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad0d5c1cea1ce7c0b4714fd138f0b864e97b854b4236e272bcb440c7df9fffa
|
3 |
size 5304
|