Training in progress, epoch 0
Browse files- config.json +15 -22
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- runs/Jun03_22-52-43_PQ3KV637QN/events.out.tfevents.1717469564.PQ3KV637QN.33247.0 +2 -2
- runs/Jun03_23-08-54_PQ3KV637QN/events.out.tfevents.1717470560.PQ3KV637QN.33247.1 +3 -0
- runs/Jun03_23-23-48_PQ3KV637QN/events.out.tfevents.1717471429.PQ3KV637QN.43191.0 +3 -0
- training_args.bin +1 -1
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,9 +12,9 @@
|
|
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":
|
18 |
"conv_dim": [
|
19 |
512,
|
20 |
512,
|
@@ -45,57 +45,50 @@
|
|
45 |
"ctc_loss_reduction": "sum",
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
-
"do_stable_layer_norm":
|
49 |
"eos_token_id": 2,
|
50 |
"feat_extract_activation": "gelu",
|
51 |
"feat_extract_dropout": 0.0,
|
52 |
-
"feat_extract_norm": "
|
53 |
"feat_proj_dropout": 0.1,
|
54 |
"feat_quantizer_dropout": 0.0,
|
55 |
-
"final_dropout": 0.
|
56 |
"gradient_checkpointing": false,
|
57 |
"hidden_act": "gelu",
|
58 |
"hidden_dropout": 0.1,
|
59 |
-
"
|
|
|
60 |
"id2label": {
|
61 |
"0": "human",
|
62 |
"1": "voicemail"
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
-
"intermediate_size":
|
66 |
"label2id": {
|
67 |
"human": 0,
|
68 |
"voicemail": 1
|
69 |
},
|
70 |
"layer_norm_eps": 1e-05,
|
71 |
"layerdrop": 0.1,
|
72 |
-
"mask_channel_length": 10,
|
73 |
-
"mask_channel_min_space": 1,
|
74 |
-
"mask_channel_other": 0.0,
|
75 |
-
"mask_channel_prob": 0.0,
|
76 |
-
"mask_channel_selection": "static",
|
77 |
"mask_feature_length": 10,
|
78 |
"mask_feature_min_masks": 0,
|
79 |
"mask_feature_prob": 0.0,
|
80 |
"mask_time_length": 10,
|
81 |
"mask_time_min_masks": 2,
|
82 |
-
"
|
83 |
-
"mask_time_other": 0.0,
|
84 |
-
"mask_time_prob": 0.075,
|
85 |
-
"mask_time_selection": "static",
|
86 |
"model_type": "wav2vec2",
|
87 |
"num_adapter_layers": 3,
|
88 |
-
"num_attention_heads":
|
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":
|
95 |
"num_negatives": 100,
|
96 |
-
"output_hidden_size":
|
97 |
"pad_token_id": 0,
|
98 |
-
"proj_codevector_dim":
|
99 |
"tdnn_dilation": [
|
100 |
1,
|
101 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base-960h",
|
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": 256,
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": false,
|
18 |
"conv_dim": [
|
19 |
512,
|
20 |
512,
|
|
|
45 |
"ctc_loss_reduction": "sum",
|
46 |
"ctc_zero_infinity": false,
|
47 |
"diversity_loss_weight": 0.1,
|
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": 768,
|
61 |
"id2label": {
|
62 |
"0": "human",
|
63 |
"1": "voicemail"
|
64 |
},
|
65 |
"initializer_range": 0.02,
|
66 |
+
"intermediate_size": 3072,
|
67 |
"label2id": {
|
68 |
"human": 0,
|
69 |
"voicemail": 1
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
73 |
"mask_feature_length": 10,
|
74 |
"mask_feature_min_masks": 0,
|
75 |
"mask_feature_prob": 0.0,
|
76 |
"mask_time_length": 10,
|
77 |
"mask_time_min_masks": 2,
|
78 |
+
"mask_time_prob": 0.05,
|
|
|
|
|
|
|
79 |
"model_type": "wav2vec2",
|
80 |
"num_adapter_layers": 3,
|
81 |
+
"num_attention_heads": 12,
|
82 |
"num_codevector_groups": 2,
|
83 |
"num_codevectors_per_group": 320,
|
84 |
"num_conv_pos_embedding_groups": 16,
|
85 |
"num_conv_pos_embeddings": 128,
|
86 |
"num_feat_extract_layers": 7,
|
87 |
+
"num_hidden_layers": 12,
|
88 |
"num_negatives": 100,
|
89 |
+
"output_hidden_size": 768,
|
90 |
"pad_token_id": 0,
|
91 |
+
"proj_codevector_dim": 256,
|
92 |
"tdnn_dilation": [
|
93 |
1,
|
94 |
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:b084b366c13067d11eef6816e1a86cfe380cce1bb2f4b0afd58b4b3fc01fd589
|
3 |
+
size 378302360
|
preprocessor_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
-
"padding_value": 0,
|
7 |
-
"return_attention_mask":
|
8 |
"sampling_rate": 16000
|
9 |
}
|
|
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": false,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
runs/Jun03_22-52-43_PQ3KV637QN/events.out.tfevents.1717469564.PQ3KV637QN.33247.0
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:ff02c1ee7f1e5f3be27e447086acd2039c3e96ea8e7f2c3cd3d549c45657fdad
|
3 |
+
size 7756
|
runs/Jun03_23-08-54_PQ3KV637QN/events.out.tfevents.1717470560.PQ3KV637QN.33247.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4891868e642245d48e01e66f9583885349744a0a6cf068ac2b3b00d60d41ada9
|
3 |
+
size 6579
|
runs/Jun03_23-23-48_PQ3KV637QN/events.out.tfevents.1717471429.PQ3KV637QN.43191.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea7e874f769b62c6f588ef5a4aba7b46e27ec012fbb9a160c425981b3ac83db
|
3 |
+
size 7011
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21285bfc910886f44d1e8dd59710baa1922a2ec9e61bc3e86350eec104f7e202
|
3 |
size 5112
|