iszoke commited on
Commit
fc31151
1 Parent(s): 76e6778

Upload config

Browse files
Files changed (1) hide show
  1. config.json +115 -0
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "adapter_attn_dim": null,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": false,
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "codevector_dim": 256,
12
+ "conformer_conv_dropout": 0.1,
13
+ "contrastive_logits_temperature": 0.1,
14
+ "conv_bias": false,
15
+ "conv_depthwise_kernel_size": 31,
16
+ "conv_dim": [
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512
24
+ ],
25
+ "conv_kernel": [
26
+ 10,
27
+ 3,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 2,
32
+ 2
33
+ ],
34
+ "conv_stride": [
35
+ 5,
36
+ 2,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2
42
+ ],
43
+ "csgu_activation": "identity",
44
+ "csgu_conv_dropout": 0.1,
45
+ "csgu_kernel_size": 31,
46
+ "csgu_use_linear_after_conv": false,
47
+ "ctc_loss_reduction": "sum",
48
+ "ctc_zero_infinity": true,
49
+ "diversity_loss_weight": 0.1,
50
+ "do_stable_layer_norm": false,
51
+ "ebranchformer_conv_dropout": 0.1,
52
+ "eos_token_id": 2,
53
+ "feat_extract_activation": "gelu",
54
+ "feat_extract_norm": "group",
55
+ "feat_proj_dropout": 0.0,
56
+ "feat_quantizer_dropout": 0.0,
57
+ "final_dropout": 0.1,
58
+ "hidden_act": "gelu",
59
+ "hidden_dropout": 0.1,
60
+ "hidden_size": 256,
61
+ "initializer_range": 0.02,
62
+ "intermediate_size": 1024,
63
+ "layer_norm_eps": 1e-05,
64
+ "layerdrop": 0.1,
65
+ "mask_feature_length": 10,
66
+ "mask_feature_min_masks": 0,
67
+ "mask_feature_prob": 0.0,
68
+ "mask_time_length": 10,
69
+ "mask_time_min_masks": 2,
70
+ "mask_time_prob": 0.05,
71
+ "max_source_positions": 1024,
72
+ "merge_conv_kernel": 31,
73
+ "model_type": "wav2vec2-ebranchformer",
74
+ "num_adapter_layers": 3,
75
+ "num_attention_heads": 8,
76
+ "num_codevector_groups": 2,
77
+ "num_codevectors_per_group": 320,
78
+ "num_conv_pos_embedding_groups": 16,
79
+ "num_conv_pos_embeddings": 128,
80
+ "num_feat_extract_layers": 2,
81
+ "num_hidden_layers": 12,
82
+ "num_negatives": 100,
83
+ "output_hidden_size": 256,
84
+ "pad_token_id": 0,
85
+ "position_embeddings_type": "relative",
86
+ "proj_codevector_dim": 256,
87
+ "rotary_embedding_base": 10000,
88
+ "tdnn_dilation": [
89
+ 1,
90
+ 2,
91
+ 3,
92
+ 1,
93
+ 1
94
+ ],
95
+ "tdnn_dim": [
96
+ 512,
97
+ 512,
98
+ 512,
99
+ 512,
100
+ 1500
101
+ ],
102
+ "tdnn_kernel": [
103
+ 5,
104
+ 3,
105
+ 3,
106
+ 1,
107
+ 1
108
+ ],
109
+ "transformers_version": "4.31.0",
110
+ "use_fbanks": true,
111
+ "use_macaron_ff": true,
112
+ "use_weighted_layer_sum": false,
113
+ "vocab_size": null,
114
+ "xvector_output_dim": 512
115
+ }