Lakoc commited on
Commit
8c05d2d
1 Parent(s): fe00bdd

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_kernel_size": 3,
4
+ "adapter_stride": 2,
5
+ "add_adapter": false,
6
+ "apply_spec_augment": false,
7
+ "apply_time_warp": false,
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "codevector_dim": 256,
12
+ "contrastive_logits_temperature": 0.1,
13
+ "conv_bias": false,
14
+ "conv_dim": [
15
+ 384,
16
+ 384
17
+ ],
18
+ "conv_kernel": [
19
+ 3,
20
+ 3
21
+ ],
22
+ "conv_stride": [
23
+ 2,
24
+ 2
25
+ ],
26
+ "csgu_activation": "identity",
27
+ "csgu_conv_dropout": 0.1,
28
+ "csgu_kernel_size": 31,
29
+ "csgu_use_linear_after_conv": false,
30
+ "ctc_loss_reduction": "sum",
31
+ "ctc_zero_infinity": true,
32
+ "diversity_loss_weight": 0.1,
33
+ "ebranchformer_conv_dropout": 0.1,
34
+ "eos_token_id": 2,
35
+ "fe_position_embeddings": true,
36
+ "feat_extract_activation": "gelu",
37
+ "feat_extract_norm": "group",
38
+ "feat_proj_dropout": 0.0,
39
+ "feat_quantizer_dropout": 0.0,
40
+ "final_dropout": 0.1,
41
+ "hidden_act": "gelu",
42
+ "hidden_dropout": 0.1,
43
+ "hidden_size": 384,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 1536,
46
+ "layer_norm_eps": 1e-05,
47
+ "layerdrop": 0.1,
48
+ "mask_feature_length": 10,
49
+ "mask_feature_min_masks": 0,
50
+ "mask_feature_prob": 0.0,
51
+ "mask_time_length": 10,
52
+ "mask_time_min_masks": 2,
53
+ "mask_time_prob": 0.05,
54
+ "max_source_positions": 1024,
55
+ "merge_conv_kernel": 31,
56
+ "model_type": "wav2vec2-ebranchformer",
57
+ "num_adapter_layers": 3,
58
+ "num_attention_heads": 4,
59
+ "num_codevector_groups": 2,
60
+ "num_codevectors_per_group": 320,
61
+ "num_conv_pos_embedding_groups": 16,
62
+ "num_conv_pos_embeddings": 128,
63
+ "num_feat_extract_layers": 2,
64
+ "num_hidden_layers": 12,
65
+ "num_mel_bins": 80,
66
+ "num_negatives": 100,
67
+ "output_hidden_size": 384,
68
+ "pad_token_id": 0,
69
+ "position_embeddings_type": "relative",
70
+ "proj_codevector_dim": 256,
71
+ "rotary_embedding_base": 10000,
72
+ "tdnn_dilation": [
73
+ 1,
74
+ 2,
75
+ 3,
76
+ 1,
77
+ 1
78
+ ],
79
+ "tdnn_dim": [
80
+ 512,
81
+ 512,
82
+ 512,
83
+ 512,
84
+ 1500
85
+ ],
86
+ "tdnn_kernel": [
87
+ 5,
88
+ 3,
89
+ 3,
90
+ 1,
91
+ 1
92
+ ],
93
+ "time_warp_mode": "bicubic",
94
+ "time_warp_window": 5,
95
+ "transformers_version": "4.31.0.dev0",
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
+ }