Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 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
|