ylacombe HF staff commited on
Commit
8e80536
1 Parent(s): 667a2c7

Setting dropout to 0

Browse files
Files changed (1) hide show
  1. 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.1,
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,