Lakoc commited on
Commit
f54314b
1 Parent(s): 8d7adac

Upload config

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