Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForQuestionAnswering"
|
4 |
],
|
@@ -13,6 +14,7 @@
|
|
13 |
"model_type": "bert",
|
14 |
"num_attention_heads": 12,
|
15 |
"num_hidden_layers": 12,
|
|
|
16 |
"pad_token_id": 0,
|
17 |
"type_vocab_size": 2,
|
18 |
"vocab_size": 32000
|
|
|
1 |
{
|
2 |
+
"_num_labels": 2,
|
3 |
"architectures": [
|
4 |
"BertForQuestionAnswering"
|
5 |
],
|
|
|
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": 32000
|