iszoke commited on
Commit
2f73b17
1 Parent(s): be5787f

Upload config

Browse files
Files changed (1) hide show
  1. config.json +101 -0
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
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
+ ],
20
+ "conv_kernel": [
21
+ 3,
22
+ 3
23
+ ],
24
+ "conv_stride": [
25
+ 2,
26
+ 2
27
+ ],
28
+ "csgu_activation": "identity",
29
+ "csgu_conv_dropout": 0.1,
30
+ "csgu_kernel_size": 31,
31
+ "csgu_use_linear_after_conv": false,
32
+ "ctc_loss_reduction": "sum",
33
+ "ctc_zero_infinity": true,
34
+ "diversity_loss_weight": 0.1,
35
+ "do_stable_layer_norm": false,
36
+ "ebranchformer_conv_dropout": 0.1,
37
+ "eos_token_id": 2,
38
+ "feat_extract_activation": "gelu",
39
+ "feat_extract_norm": "group",
40
+ "feat_proj_dropout": 0.0,
41
+ "feat_quantizer_dropout": 0.0,
42
+ "final_dropout": 0.1,
43
+ "hidden_act": "gelu",
44
+ "hidden_dropout": 0.1,
45
+ "hidden_size": 512,
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 2048,
48
+ "is_causal": false,
49
+ "layer_norm_eps": 1e-05,
50
+ "layerdrop": 0.1,
51
+ "mask_feature_length": 10,
52
+ "mask_feature_min_masks": 0,
53
+ "mask_feature_prob": 0.0,
54
+ "mask_time_length": 10,
55
+ "mask_time_min_masks": 2,
56
+ "mask_time_prob": 0.05,
57
+ "max_source_positions": 1024,
58
+ "merge_conv_kernel": 31,
59
+ "model_type": "wav2vec2-ebranchformer",
60
+ "num_adapter_layers": 3,
61
+ "num_attention_heads": 8,
62
+ "num_codevector_groups": 2,
63
+ "num_codevectors_per_group": 320,
64
+ "num_conv_pos_embedding_groups": 16,
65
+ "num_conv_pos_embeddings": 128,
66
+ "num_feat_extract_layers": 2,
67
+ "num_hidden_layers": 16,
68
+ "num_negatives": 100,
69
+ "output_hidden_size": 512,
70
+ "pad_token_id": 0,
71
+ "position_embeddings_type": "relative",
72
+ "proj_codevector_dim": 256,
73
+ "rotary_embedding_base": 10000,
74
+ "tdnn_dilation": [
75
+ 1,
76
+ 2,
77
+ 3,
78
+ 1,
79
+ 1
80
+ ],
81
+ "tdnn_dim": [
82
+ 512,
83
+ 512,
84
+ 512,
85
+ 512,
86
+ 1500
87
+ ],
88
+ "tdnn_kernel": [
89
+ 5,
90
+ 3,
91
+ 3,
92
+ 1,
93
+ 1
94
+ ],
95
+ "transformers_version": "4.31.0",
96
+ "use_fbanks": true,
97
+ "use_macaron_ff": true,
98
+ "use_weighted_layer_sum": false,
99
+ "vocab_size": null,
100
+ "xvector_output_dim": 512
101
+ }