system HF staff commited on
Commit
b438bca
1 Parent(s): 98d4440

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
  "finetuning_task": "mrpc",
@@ -14,7 +14,6 @@
14
  "model_type": "bert",
15
  "num_attention_heads": 12,
16
  "num_hidden_layers": 12,
17
- "output_past": true,
18
  "pad_token_id": 0,
19
  "type_vocab_size": 2,
20
  "vocab_size": 30522
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "finetuning_task": "mrpc",
14
  "model_type": "bert",
15
  "num_attention_heads": 12,
16
  "num_hidden_layers": 12,
 
17
  "pad_token_id": 0,
18
  "type_vocab_size": 2,
19
  "vocab_size": 30522