Setting dropout to 0
Browse files- config.json +1 -1
config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"bos_token_id": 1,
|
12 |
"classifier_proj_size": 768,
|
13 |
"codevector_dim": 768,
|
14 |
-
"conformer_conv_dropout": 0.
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": false,
|
17 |
"conv_depthwise_kernel_size": 31,
|
|
|
11 |
"bos_token_id": 1,
|
12 |
"classifier_proj_size": 768,
|
13 |
"codevector_dim": 768,
|
14 |
+
"conformer_conv_dropout": 0.0,
|
15 |
"contrastive_logits_temperature": 0.1,
|
16 |
"conv_bias": false,
|
17 |
"conv_depthwise_kernel_size": 31,
|