iszoke commited on
Commit
7394b5f
1 Parent(s): fc31151

Upload config

Browse files
Files changed (1) hide show
  1. config.json +9 -10
config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
  "activation_dropout": 0.1,
3
- "adapter_attn_dim": null,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
7
- "apply_spec_augment": false,
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 1,
10
  "classifier_proj_size": 256,
@@ -14,13 +13,13 @@
14
  "conv_bias": false,
15
  "conv_depthwise_kernel_size": 31,
16
  "conv_dim": [
17
- 512,
18
- 512,
19
- 512,
20
- 512,
21
- 512,
22
- 512,
23
- 512
24
  ],
25
  "conv_kernel": [
26
  10,
@@ -106,7 +105,7 @@
106
  1,
107
  1
108
  ],
109
- "transformers_version": "4.31.0",
110
  "use_fbanks": true,
111
  "use_macaron_ff": true,
112
  "use_weighted_layer_sum": false,
 
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,
 
13
  "conv_bias": false,
14
  "conv_depthwise_kernel_size": 31,
15
  "conv_dim": [
16
+ 256,
17
+ 256,
18
+ 256,
19
+ 256,
20
+ 256,
21
+ 256,
22
+ 256
23
  ],
24
  "conv_kernel": [
25
  10,
 
105
  1,
106
  1
107
  ],
108
+ "transformers_version": "4.29.2",
109
  "use_fbanks": true,
110
  "use_macaron_ff": true,
111
  "use_weighted_layer_sum": false,