Commit
·
fc76b14
1
Parent(s):
0546e5c
End of training
Browse files
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
6 |
"add_adapter": false,
|
@@ -12,7 +12,6 @@
|
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 256,
|
15 |
-
"contrastive_logit_temperature": 0.1,
|
16 |
"contrastive_logits_temperature": 0.1,
|
17 |
"conv_bias": false,
|
18 |
"conv_dim": [
|
@@ -48,40 +47,27 @@
|
|
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 |
-
"gumbel_softmax_temperature": [
|
57 |
-
2.0,
|
58 |
-
0.5,
|
59 |
-
0.999995
|
60 |
-
],
|
61 |
"hidden_act": "gelu",
|
62 |
"hidden_dropout": 0.1,
|
|
|
63 |
"hidden_size": 768,
|
64 |
"initializer_range": 0.02,
|
65 |
"intermediate_size": 3072,
|
66 |
"layer_norm_eps": 1e-05,
|
67 |
-
"layerdrop": 0.
|
68 |
-
"mask_channel_length": 10,
|
69 |
-
"mask_channel_min_space": 1,
|
70 |
-
"mask_channel_other": 0.0,
|
71 |
-
"mask_channel_prob": 0.0,
|
72 |
-
"mask_channel_selection": "static",
|
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_min_space": 1,
|
79 |
-
"mask_time_other": 0.0,
|
80 |
"mask_time_prob": 0.05,
|
81 |
-
"mask_time_selection": "static",
|
82 |
"model_type": "wav2vec2",
|
83 |
-
"no_mask_channel_overlap": false,
|
84 |
-
"no_mask_time_overlap": false,
|
85 |
"num_adapter_layers": 3,
|
86 |
"num_attention_heads": 12,
|
87 |
"num_codevector_groups": 2,
|
@@ -90,11 +76,9 @@
|
|
90 |
"num_conv_pos_embeddings": 128,
|
91 |
"num_feat_extract_layers": 7,
|
92 |
"num_hidden_layers": 12,
|
93 |
-
"num_latent_groups": 2,
|
94 |
-
"num_latent_vars": 320,
|
95 |
"num_negatives": 100,
|
96 |
"output_hidden_size": 768,
|
97 |
-
"pad_token_id":
|
98 |
"proj_codevector_dim": 256,
|
99 |
"tdnn_dilation": [
|
100 |
1,
|
@@ -121,7 +105,5 @@
|
|
121 |
"transformers_version": "4.17.0",
|
122 |
"use_weighted_layer_sum": false,
|
123 |
"vocab_size": 32,
|
124 |
-
"vq_final_dim": 256,
|
125 |
-
"vq_latent_dim": 256,
|
126 |
"xvector_output_dim": 512
|
127 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base-960h",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
6 |
"add_adapter": false,
|
|
|
12 |
"bos_token_id": 1,
|
13 |
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 256,
|
|
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": false,
|
17 |
"conv_dim": [
|
|
|
47 |
"do_stable_layer_norm": false,
|
48 |
"eos_token_id": 2,
|
49 |
"feat_extract_activation": "gelu",
|
50 |
+
"feat_extract_dropout": 0.0,
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.1,
|
55 |
+
"gradient_checkpointing": false,
|
|
|
|
|
|
|
|
|
|
|
56 |
"hidden_act": "gelu",
|
57 |
"hidden_dropout": 0.1,
|
58 |
+
"hidden_dropout_prob": 0.1,
|
59 |
"hidden_size": 768,
|
60 |
"initializer_range": 0.02,
|
61 |
"intermediate_size": 3072,
|
62 |
"layer_norm_eps": 1e-05,
|
63 |
+
"layerdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
64 |
"mask_feature_length": 10,
|
65 |
"mask_feature_min_masks": 0,
|
66 |
"mask_feature_prob": 0.0,
|
67 |
"mask_time_length": 10,
|
68 |
"mask_time_min_masks": 2,
|
|
|
|
|
69 |
"mask_time_prob": 0.05,
|
|
|
70 |
"model_type": "wav2vec2",
|
|
|
|
|
71 |
"num_adapter_layers": 3,
|
72 |
"num_attention_heads": 12,
|
73 |
"num_codevector_groups": 2,
|
|
|
76 |
"num_conv_pos_embeddings": 128,
|
77 |
"num_feat_extract_layers": 7,
|
78 |
"num_hidden_layers": 12,
|
|
|
|
|
79 |
"num_negatives": 100,
|
80 |
"output_hidden_size": 768,
|
81 |
+
"pad_token_id": 25,
|
82 |
"proj_codevector_dim": 256,
|
83 |
"tdnn_dilation": [
|
84 |
1,
|
|
|
105 |
"transformers_version": "4.17.0",
|
106 |
"use_weighted_layer_sum": false,
|
107 |
"vocab_size": 32,
|
|
|
|
|
108 |
"xvector_output_dim": 512
|
109 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377671575
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86c36dee21a2153ba0b94898777a03ef8abdeff7a26e4a28bf8a5f0bb94c1604
|
3 |
size 377671575
|
runs/Jun22_02-55-37_d84e2f912cf2/1655866617.0669518/events.out.tfevents.1655866617.d84e2f912cf2.613.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4210a7d37fe433dfa44f201a4cf06db8709e357d0b07dbc38da96961a6e8edc9
|
3 |
+
size 4825
|
runs/Jun22_02-55-37_d84e2f912cf2/events.out.tfevents.1655866617.d84e2f912cf2.613.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d525dde076edc60fa32ca4ae8901ff1da1322f381997911dd4d6f7202138a8b7
|
3 |
+
size 5132
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f92578c9d163f5ccd5123bee2c0c315c74f938807b36077b0cd99d77edacafa1
|
3 |
size 3055
|