alishudi commited on
Commit
b61b941
1 Parent(s): 6c4689a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -13,11 +13,11 @@
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
- "output_hidden_states": true,
17
  "pad_token_id": 0,
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": true,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.21.1",
 
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
+ "output_past": true,
17
  "pad_token_id": 0,
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.21.1",