Commit ·
0afed17
1
Parent(s): 481fa83
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
"model_type": "bert",
|
| 19 |
"num_attention_heads": 12,
|
| 20 |
"num_hidden_layers": 12,
|
|
|
|
| 21 |
"output_past": true,
|
| 22 |
"pad_token_id": 1,
|
| 23 |
"pooler_fc_size": 768,
|
|
|
|
| 18 |
"model_type": "bert",
|
| 19 |
"num_attention_heads": 12,
|
| 20 |
"num_hidden_layers": 12,
|
| 21 |
+
"num_labels": 2,
|
| 22 |
"output_past": true,
|
| 23 |
"pad_token_id": 1,
|
| 24 |
"pooler_fc_size": 768,
|