Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/wav2vec2-
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
@@ -12,7 +12,7 @@
|
|
12 |
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
-
"codevector_dim":
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
"conv_bias": false,
|
18 |
"conv_dim": [
|
@@ -48,14 +48,16 @@
|
|
48 |
"do_stable_layer_norm": false,
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
|
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
-
"final_dropout": 0.
|
55 |
-
"
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
-
"
|
|
|
59 |
"id2label": {
|
60 |
"0": "neutral",
|
61 |
"1": "calm",
|
@@ -67,7 +69,7 @@
|
|
67 |
"7": "surprised"
|
68 |
},
|
69 |
"initializer_range": 0.02,
|
70 |
-
"intermediate_size":
|
71 |
"label2id": {
|
72 |
"angry": "4",
|
73 |
"calm": "1",
|
@@ -79,36 +81,26 @@
|
|
79 |
"surprised": "7"
|
80 |
},
|
81 |
"layer_norm_eps": 1e-05,
|
82 |
-
"layerdrop": 0.
|
83 |
-
"mask_channel_length": 10,
|
84 |
-
"mask_channel_min_space": 1,
|
85 |
-
"mask_channel_other": 0.0,
|
86 |
-
"mask_channel_prob": 0.0,
|
87 |
-
"mask_channel_selection": "static",
|
88 |
"mask_feature_length": 10,
|
89 |
"mask_feature_min_masks": 0,
|
90 |
"mask_feature_prob": 0.0,
|
91 |
"mask_time_length": 10,
|
92 |
"mask_time_min_masks": 2,
|
93 |
-
"mask_time_min_space": 1,
|
94 |
-
"mask_time_other": 0.0,
|
95 |
"mask_time_prob": 0.05,
|
96 |
-
"mask_time_selection": "static",
|
97 |
"model_type": "wav2vec2",
|
98 |
-
"no_mask_channel_overlap": false,
|
99 |
-
"no_mask_time_overlap": false,
|
100 |
"num_adapter_layers": 3,
|
101 |
-
"num_attention_heads":
|
102 |
"num_codevector_groups": 2,
|
103 |
"num_codevectors_per_group": 320,
|
104 |
"num_conv_pos_embedding_groups": 16,
|
105 |
"num_conv_pos_embeddings": 128,
|
106 |
"num_feat_extract_layers": 7,
|
107 |
-
"num_hidden_layers":
|
108 |
"num_negatives": 100,
|
109 |
-
"output_hidden_size":
|
110 |
"pad_token_id": 0,
|
111 |
-
"proj_codevector_dim":
|
112 |
"tdnn_dilation": [
|
113 |
1,
|
114 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-large",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
|
|
12 |
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 768,
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
"conv_bias": false,
|
18 |
"conv_dim": [
|
|
|
48 |
"do_stable_layer_norm": false,
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
"feat_extract_norm": "group",
|
53 |
"feat_proj_dropout": 0.1,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.1,
|
56 |
+
"gradient_checkpointing": false,
|
57 |
"hidden_act": "gelu",
|
58 |
"hidden_dropout": 0.1,
|
59 |
+
"hidden_dropout_prob": 0.1,
|
60 |
+
"hidden_size": 1024,
|
61 |
"id2label": {
|
62 |
"0": "neutral",
|
63 |
"1": "calm",
|
|
|
69 |
"7": "surprised"
|
70 |
},
|
71 |
"initializer_range": 0.02,
|
72 |
+
"intermediate_size": 4096,
|
73 |
"label2id": {
|
74 |
"angry": "4",
|
75 |
"calm": "1",
|
|
|
81 |
"surprised": "7"
|
82 |
},
|
83 |
"layer_norm_eps": 1e-05,
|
84 |
+
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
85 |
"mask_feature_length": 10,
|
86 |
"mask_feature_min_masks": 0,
|
87 |
"mask_feature_prob": 0.0,
|
88 |
"mask_time_length": 10,
|
89 |
"mask_time_min_masks": 2,
|
|
|
|
|
90 |
"mask_time_prob": 0.05,
|
|
|
91 |
"model_type": "wav2vec2",
|
|
|
|
|
92 |
"num_adapter_layers": 3,
|
93 |
+
"num_attention_heads": 16,
|
94 |
"num_codevector_groups": 2,
|
95 |
"num_codevectors_per_group": 320,
|
96 |
"num_conv_pos_embedding_groups": 16,
|
97 |
"num_conv_pos_embeddings": 128,
|
98 |
"num_feat_extract_layers": 7,
|
99 |
+
"num_hidden_layers": 24,
|
100 |
"num_negatives": 100,
|
101 |
+
"output_hidden_size": 1024,
|
102 |
"pad_token_id": 0,
|
103 |
+
"proj_codevector_dim": 768,
|
104 |
"tdnn_dilation": [
|
105 |
1,
|
106 |
2,
|
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:e94c8d9184a3ebe7264b96c411b6ab318bcc39c041ef2592173252f7b81e9a82
|
3 |
+
size 1262824152
|
runs/May21_05-05-38_b227a3192cca/events.out.tfevents.1716267939.b227a3192cca.3154.4
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:39d083fa40add8d0a029ff415da713568bcfce8e7853fc3f8562930a53ac8c22
|
3 |
+
size 12125
|
runs/May21_05-37-36_b227a3192cca/events.out.tfevents.1716269857.b227a3192cca.3154.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e66f918f238c2b662a74111f446f6731de52030e252022e4e2d55574cd2d75c
|
3 |
+
size 7017
|
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:8f5db3d0d8500c70bb1403f2c1f3ab464bbd88484e5a57ad26d753512a112b2e
|
3 |
size 4984
|