Lakoc commited on
Commit
ac42236
·
verified ·
1 Parent(s): 475a54e

Upload config

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