jacoballessio commited on
Commit
e88ec1a
·
verified ·
1 Parent(s): 8626f1c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -5
config.json CHANGED
@@ -16,13 +16,9 @@
16
  "width_coefficient": 1.4,
17
  "depth_coefficient": 1.8,
18
  "dropout_rate": 0.4,
19
- "custom_ensemble_info": {
20
- "threshold": 0.58
21
- },
22
  "classifier_dropout_prob": 0.2,
23
- "hidden_act": "swish",
24
  "transformers_version": "4.41.2",
25
  "torch_dtype": "float32",
26
- "use_cache": true,
27
  "output_hidden_states": false
28
  }
 
16
  "width_coefficient": 1.4,
17
  "depth_coefficient": 1.8,
18
  "dropout_rate": 0.4,
 
 
 
19
  "classifier_dropout_prob": 0.2,
 
20
  "transformers_version": "4.41.2",
21
  "torch_dtype": "float32",
22
+ "use_cache": false,
23
  "output_hidden_states": false
24
  }