Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -3,6 +3,14 @@
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
|
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Not Relevant",
|
8 |
+
"1": "Relevant"
|
9 |
+
},
|
10 |
+
"label2id": {
|
11 |
+
"Relevant": 1,
|
12 |
+
"Not Relevant": 0
|
13 |
+
},
|
14 |
"attention_probs_dropout_prob": 0.1,
|
15 |
"classifier_dropout": null,
|
16 |
"gradient_checkpointing": false,
|