Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -19,6 +19,14 @@
|
|
19 |
"output_past": true,
|
20 |
"pad_token_id": 0,
|
21 |
"pooler_fc_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"pooler_num_attention_heads": 12,
|
23 |
"pooler_num_fc_layers": 3,
|
24 |
"pooler_size_per_head": 128,
|
|
|
19 |
"output_past": true,
|
20 |
"pad_token_id": 0,
|
21 |
"pooler_fc_size": 768,
|
22 |
+
"id2label": {
|
23 |
+
"0": "IS_FACT",
|
24 |
+
"1": "NO_FACT"
|
25 |
+
}
|
26 |
+
"label2id": {
|
27 |
+
"IS_FACT" : 0,
|
28 |
+
"NO_FACT" : 1
|
29 |
+
}
|
30 |
"pooler_num_attention_heads": 12,
|
31 |
"pooler_num_fc_layers": 3,
|
32 |
"pooler_size_per_head": 128,
|