chaenykim commited on
Commit
76eed5f
·
verified ·
1 Parent(s): cb61b03

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -13,7 +13,7 @@
13
  "decoder_ffn_dim": 256,
14
  "decoder_layerdrop": 0.1,
15
  "decoder_layers": 8,
16
- "distil": false,
17
  "distribution_output": "student_t",
18
  "dropout": 0.2,
19
  "embedding_dimension": [
@@ -79,4 +79,4 @@
79
  "scaling": null,
80
  "transformers_version": "4.34.0",
81
  "use_cache": true
82
- }
 
13
  "decoder_ffn_dim": 256,
14
  "decoder_layerdrop": 0.1,
15
  "decoder_layers": 8,
16
+ "distil": true,
17
  "distribution_output": "student_t",
18
  "dropout": 0.2,
19
  "embedding_dimension": [
 
79
  "scaling": null,
80
  "transformers_version": "4.34.0",
81
  "use_cache": true
82
+ }