system HF staff commited on
Commit
8b871c5
1 Parent(s): 8d8ae28

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "BertForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
@@ -15,7 +15,6 @@
15
  "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
- "output_past": true,
19
  "pad_token_id": 0,
20
  "pooler_fc_size": 768,
21
  "pooler_num_attention_heads": 12,
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
15
  "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
 
18
  "pad_token_id": 0,
19
  "pooler_fc_size": 768,
20
  "pooler_num_attention_heads": 12,