perfectmind commited on
Commit
8d6012f
·
verified ·
1 Parent(s): 5071d4b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -19,11 +19,12 @@
19
  "hidden_dim": 64,
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 537000,
22
- "model_type": "LSTM",
23
  "n_heads": 8,
24
  "n_layers": 2,
25
  "pad_token_id": 0,
26
  "qa_dropout": 0.1,
 
27
  "tie_weights_": true,
28
  "vocab_size": 512711
29
  }
 
19
  "hidden_dim": 64,
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 537000,
22
+ "model_type": "distilbert",
23
  "n_heads": 8,
24
  "n_layers": 2,
25
  "pad_token_id": 0,
26
  "qa_dropout": 0.1,
27
+ "max_length ": 40,
28
  "tie_weights_": true,
29
  "vocab_size": 512711
30
  }