Training in progress, epoch 0
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,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,17 +45,19 @@
|
|
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 |
-
"
|
|
|
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": "abroad",
|
61 |
"1": "address",
|
@@ -73,7 +75,7 @@
|
|
73 |
"9": "freeze"
|
74 |
},
|
75 |
"initializer_range": 0.02,
|
76 |
-
"intermediate_size":
|
77 |
"label2id": {
|
78 |
"abroad": "0",
|
79 |
"address": "1",
|
@@ -91,36 +93,26 @@
|
|
91 |
"pay_bill": "13"
|
92 |
},
|
93 |
"layer_norm_eps": 1e-05,
|
94 |
-
"layerdrop": 0.
|
95 |
-
"mask_channel_length": 10,
|
96 |
-
"mask_channel_min_space": 1,
|
97 |
-
"mask_channel_other": 0.0,
|
98 |
-
"mask_channel_prob": 0.0,
|
99 |
-
"mask_channel_selection": "static",
|
100 |
"mask_feature_length": 10,
|
101 |
"mask_feature_min_masks": 0,
|
102 |
"mask_feature_prob": 0.0,
|
103 |
"mask_time_length": 10,
|
104 |
"mask_time_min_masks": 2,
|
105 |
-
"mask_time_min_space": 1,
|
106 |
-
"mask_time_other": 0.0,
|
107 |
"mask_time_prob": 0.05,
|
108 |
-
"mask_time_selection": "static",
|
109 |
"model_type": "wav2vec2",
|
110 |
-
"no_mask_channel_overlap": false,
|
111 |
-
"no_mask_time_overlap": false,
|
112 |
"num_adapter_layers": 3,
|
113 |
-
"num_attention_heads":
|
114 |
"num_codevector_groups": 2,
|
115 |
"num_codevectors_per_group": 320,
|
116 |
"num_conv_pos_embedding_groups": 16,
|
117 |
"num_conv_pos_embeddings": 128,
|
118 |
"num_feat_extract_layers": 7,
|
119 |
-
"num_hidden_layers":
|
120 |
"num_negatives": 100,
|
121 |
-
"output_hidden_size":
|
122 |
"pad_token_id": 0,
|
123 |
-
"proj_codevector_dim":
|
124 |
"tdnn_dilation": [
|
125 |
1,
|
126 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-large-robust-ft-swbd-300h",
|
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": true,
|
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": 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.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": "abroad",
|
63 |
"1": "address",
|
|
|
75 |
"9": "freeze"
|
76 |
},
|
77 |
"initializer_range": 0.02,
|
78 |
+
"intermediate_size": 4096,
|
79 |
"label2id": {
|
80 |
"abroad": "0",
|
81 |
"address": "1",
|
|
|
93 |
"pay_bill": "13"
|
94 |
},
|
95 |
"layer_norm_eps": 1e-05,
|
96 |
+
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
97 |
"mask_feature_length": 10,
|
98 |
"mask_feature_min_masks": 0,
|
99 |
"mask_feature_prob": 0.0,
|
100 |
"mask_time_length": 10,
|
101 |
"mask_time_min_masks": 2,
|
|
|
|
|
102 |
"mask_time_prob": 0.05,
|
|
|
103 |
"model_type": "wav2vec2",
|
|
|
|
|
104 |
"num_adapter_layers": 3,
|
105 |
+
"num_attention_heads": 16,
|
106 |
"num_codevector_groups": 2,
|
107 |
"num_codevectors_per_group": 320,
|
108 |
"num_conv_pos_embedding_groups": 16,
|
109 |
"num_conv_pos_embeddings": 128,
|
110 |
"num_feat_extract_layers": 7,
|
111 |
+
"num_hidden_layers": 24,
|
112 |
"num_negatives": 100,
|
113 |
+
"output_hidden_size": 1024,
|
114 |
"pad_token_id": 0,
|
115 |
+
"proj_codevector_dim": 768,
|
116 |
"tdnn_dilation": [
|
117 |
1,
|
118 |
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:177f688771d0ee4a82fe3d750a6ee2c39bf57669ff264073cae59ab2dabf4da8
|
3 |
+
size 1262871640
|
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,
|
7 |
+
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
runs/Nov20_13-25-26_b00647e325b0/events.out.tfevents.1700486731.b00647e325b0.6008.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dcbe41753c50a29758e55e2a7dcef911ade28a77a6a7ba47b3c07943ec6a678
|
3 |
+
size 6766
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:153b0981b04223e08c084c16cefe42fc394c4114eacd645fae33e39ddf7d2a31
|
3 |
size 4600
|