anderloh commited on
Commit
9577ca5
·
verified ·
1 Parent(s): f765033

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -31
config.json CHANGED
@@ -5,36 +5,24 @@
5
  "Wav2Vec2ForPreTraining"
6
  ],
7
  "attention_dropout": 0.0,
8
- "classifier_proj_size": 128,
9
- "codevector_dim": 128,
10
  "contrastive_logits_temperature": 0.1,
11
  "conv_bias": true,
12
  "conv_dim": [
13
- 256,
14
- 256,
15
- 256,
16
- 256,
17
- 256,
18
- 256,
19
- 256
20
  ],
21
  "conv_kernel": [
22
- 10,
23
- 3,
24
- 3,
25
- 3,
26
- 3,
27
- 2,
28
- 2
29
  ],
30
  "conv_stride": [
31
- 5,
32
- 2,
33
- 2,
34
- 2,
35
- 2,
36
- 2,
37
- 2
38
  ],
39
  "ctc_loss_reduction": "sum",
40
  "ctc_zero_infinity": false,
@@ -49,9 +37,9 @@
49
  "hidden_act": "gelu",
50
  "hidden_dropout": 0.0,
51
  "hidden_dropout_prob": 0.0,
52
- "hidden_size": 384,
53
  "initializer_range": 0.02,
54
- "intermediate_size": 1536,
55
  "layer_norm_eps": 1e-05,
56
  "layerdrop": 0.0,
57
  "mask_feature_length": 10,
@@ -59,16 +47,16 @@
59
  "mask_time_length": 10,
60
  "mask_time_prob": 0.65,
61
  "model_type": "wav2vec2",
62
- "num_attention_heads": 6,
63
  "num_codevector_groups": 2,
64
  "num_codevectors_per_group": 320,
65
- "num_conv_pos_embedding_groups": 16,
66
- "num_conv_pos_embeddings": 128,
67
- "num_feat_extract_layers": 7,
68
- "num_hidden_layers": 6,
69
  "num_negatives": 100,
70
  "pad_token_id": 0,
71
- "proj_codevector_dim": 128,
72
  "use_weighted_layer_sum": false
73
  }
74
 
 
5
  "Wav2Vec2ForPreTraining"
6
  ],
7
  "attention_dropout": 0.0,
8
+ "classifier_proj_size": 256,
9
+ "codevector_dim": 256,
10
  "contrastive_logits_temperature": 0.1,
11
  "conv_bias": true,
12
  "conv_dim": [
13
+ 32,
14
+ 32,
15
+ 32
 
 
 
 
16
  ],
17
  "conv_kernel": [
18
+ 8,
19
+ 8,
20
+ 8
 
 
 
 
21
  ],
22
  "conv_stride": [
23
+ 4,
24
+ 4,
25
+ 4
 
 
 
 
26
  ],
27
  "ctc_loss_reduction": "sum",
28
  "ctc_zero_infinity": false,
 
37
  "hidden_act": "gelu",
38
  "hidden_dropout": 0.0,
39
  "hidden_dropout_prob": 0.0,
40
+ "hidden_size": 16,
41
  "initializer_range": 0.02,
42
+ "intermediate_size": 20,
43
  "layer_norm_eps": 1e-05,
44
  "layerdrop": 0.0,
45
  "mask_feature_length": 10,
 
47
  "mask_time_length": 10,
48
  "mask_time_prob": 0.65,
49
  "model_type": "wav2vec2",
50
+ "num_attention_heads": 2,
51
  "num_codevector_groups": 2,
52
  "num_codevectors_per_group": 320,
53
+ "num_conv_pos_embedding_groups": 2,
54
+ "num_conv_pos_embeddings": 16,
55
+ "num_feat_extract_layers": 3,
56
+ "num_hidden_layers": 4,
57
  "num_negatives": 100,
58
  "pad_token_id": 0,
59
+ "proj_codevector_dim": 256,
60
  "use_weighted_layer_sum": false
61
  }
62