Added pytorch_model.bin and updated config file
Browse files- config.json +33 -2
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-large-960h-lv60-self",
|
3 |
"activation_dropout": 0.1,
|
|
|
|
|
|
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
"Wav2Vec2ForCTC"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 1,
|
|
|
10 |
"codevector_dim": 256,
|
11 |
"contrastive_logits_temperature": 0.1,
|
12 |
"conv_bias": true,
|
@@ -58,10 +62,13 @@
|
|
58 |
"layer_norm_eps": 1e-05,
|
59 |
"layerdrop": 0.1,
|
60 |
"mask_feature_length": 10,
|
|
|
61 |
"mask_feature_prob": 0.0,
|
62 |
"mask_time_length": 10,
|
|
|
63 |
"mask_time_prob": 0.05,
|
64 |
"model_type": "wav2vec2",
|
|
|
65 |
"num_attention_heads": 16,
|
66 |
"num_codevector_groups": 2,
|
67 |
"num_codevectors_per_group": 320,
|
@@ -70,8 +77,32 @@
|
|
70 |
"num_feat_extract_layers": 7,
|
71 |
"num_hidden_layers": 24,
|
72 |
"num_negatives": 100,
|
|
|
73 |
"pad_token_id": 0,
|
74 |
"proj_codevector_dim": 256,
|
75 |
-
"
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-large-960h-lv60-self",
|
3 |
"activation_dropout": 0.1,
|
4 |
+
"adapter_kernel_size": 3,
|
5 |
+
"adapter_stride": 2,
|
6 |
+
"add_adapter": false,
|
7 |
"apply_spec_augment": true,
|
8 |
"architectures": [
|
9 |
"Wav2Vec2ForCTC"
|
10 |
],
|
11 |
"attention_dropout": 0.1,
|
12 |
"bos_token_id": 1,
|
13 |
+
"classifier_proj_size": 256,
|
14 |
"codevector_dim": 256,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": true,
|
|
|
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": 16,
|
73 |
"num_codevector_groups": 2,
|
74 |
"num_codevectors_per_group": 320,
|
|
|
77 |
"num_feat_extract_layers": 7,
|
78 |
"num_hidden_layers": 24,
|
79 |
"num_negatives": 100,
|
80 |
+
"output_hidden_size": 1024,
|
81 |
"pad_token_id": 0,
|
82 |
"proj_codevector_dim": 256,
|
83 |
+
"tdnn_dilation": [
|
84 |
+
1,
|
85 |
+
2,
|
86 |
+
3,
|
87 |
+
1,
|
88 |
+
1
|
89 |
+
],
|
90 |
+
"tdnn_dim": [
|
91 |
+
512,
|
92 |
+
512,
|
93 |
+
512,
|
94 |
+
512,
|
95 |
+
1500
|
96 |
+
],
|
97 |
+
"tdnn_kernel": [
|
98 |
+
5,
|
99 |
+
3,
|
100 |
+
3,
|
101 |
+
1,
|
102 |
+
1
|
103 |
+
],
|
104 |
+
"transformers_version": "4.17.0",
|
105 |
+
"use_weighted_layer_sum": false,
|
106 |
+
"vocab_size": 32,
|
107 |
+
"xvector_output_dim": 512
|
108 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:460d998e5530a3399a157740d13332cff8af97f3203b6bcd1604a40bc0d6f5e7
|
3 |
+
size 1262051569
|