system HF staff commited on
Commit
91c66df
1 Parent(s): 07e90b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -11
config.json CHANGED
@@ -4,28 +4,18 @@
4
  "DistilBertForMaskedLM"
5
  ],
6
  "attention_dropout": 0.1,
7
- "attention_probs_dropout_prob": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
- "hidden_act": "gelu",
11
  "hidden_dim": 3072,
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 768,
14
  "initializer_range": 0.02,
15
- "intermediate_size": 3072,
16
- "layer_norm_eps": 1e-12,
17
  "max_position_embeddings": 512,
18
- "model_type": "bert",
19
  "n_heads": 12,
20
  "n_layers": 3,
21
- "num_attention_heads": 12,
22
- "num_hidden_layers": 12,
23
- "output_past": true,
24
  "pad_token_id": 1,
25
  "qa_dropout": 0.1,
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
29
- "type_vocab_size": 2,
30
  "vocab_size": 8002
31
  }
4
  "DistilBertForMaskedLM"
5
  ],
6
  "attention_dropout": 0.1,
 
7
  "dim": 768,
8
  "dropout": 0.1,
 
9
  "hidden_dim": 3072,
 
 
10
  "initializer_range": 0.02,
 
 
11
  "max_position_embeddings": 512,
12
+ "model_type": "distilbert",
13
  "n_heads": 12,
14
  "n_layers": 3,
 
 
 
15
  "pad_token_id": 1,
16
  "qa_dropout": 0.1,
17
  "seq_classif_dropout": 0.2,
18
  "sinusoidal_pos_embds": false,
19
  "tie_weights_": true,
 
20
  "vocab_size": 8002
21
  }