madatnlp commited on
Commit
5daa43c
·
1 Parent(s): 5964703

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +61 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "architectures": ["Wav2Vec2ForPreTraining"],
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": [512, 512, 512, 512, 512, 512, 512],
15
+ "conv_kernel": [10, 3, 3, 3, 3, 2, 2],
16
+ "conv_stride": [5, 2, 2, 2, 2, 2, 2],
17
+ "ctc_loss_reduction": "sum",
18
+ "ctc_zero_infinity": false,
19
+ "diversity_loss_weight": 0.1,
20
+ "do_stable_layer_norm": false,
21
+ "eos_token_id": 2,
22
+ "feat_extract_activation": "gelu",
23
+ "feat_extract_norm": "group",
24
+ "feat_proj_dropout": 0.0,
25
+ "feat_quantizer_dropout": 0.0,
26
+ "final_dropout": 0.1,
27
+ "hidden_act": "gelu",
28
+ "hidden_dropout": 0.1,
29
+ "hidden_size": 768,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "layer_norm_eps": 1e-5,
33
+ "layerdrop": 0.1,
34
+ "mask_feature_length": 10,
35
+ "mask_feature_min_masks": 0,
36
+ "mask_feature_prob": 0.0,
37
+ "mask_time_length": 10,
38
+ "mask_time_min_masks": 2,
39
+ "mask_time_prob": 0.05,
40
+ "model_type": "wav2vec2",
41
+ "num_adapter_layers": 3,
42
+ "num_attention_heads": 12,
43
+ "num_codevector_groups": 2,
44
+ "num_codevectors_per_group": 320,
45
+ "num_conv_pos_embedding_groups": 16,
46
+ "num_conv_pos_embeddings": 128,
47
+ "num_feat_extract_layers": 7,
48
+ "num_hidden_layers": 12,
49
+ "num_negatives": 100,
50
+ "output_hidden_size": 768,
51
+ "pad_token_id": 0,
52
+ "proj_codevector_dim": 256,
53
+ "tdnn_dilation": [1, 2, 3, 1, 1],
54
+ "tdnn_dim": [512, 512, 512, 512, 1500],
55
+ "tdnn_kernel": [5, 3, 3, 1, 1],
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.15.0",
58
+ "use_weighted_layer_sum": false,
59
+ "vocab_size": 2001,
60
+ "xvector_output_dim": 512
61
+ }