Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
| 30 |
"model_type": "bert",
|
| 31 |
"num_attention_heads": 12,
|
| 32 |
"num_hidden_layers": 12,
|
|
|
|
| 33 |
"pad_token_id": 0,
|
| 34 |
"pooler_fc_size": 768,
|
| 35 |
"pooler_num_attention_heads": 12,
|
|
|
|
| 30 |
"model_type": "bert",
|
| 31 |
"num_attention_heads": 12,
|
| 32 |
"num_hidden_layers": 12,
|
| 33 |
+
"num_labels": 2,
|
| 34 |
"pad_token_id": 0,
|
| 35 |
"pooler_fc_size": 768,
|
| 36 |
"pooler_num_attention_heads": 12,
|