Lakoc commited on
Commit
ed1740d
1 Parent(s): 02e84b7

Upload config

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