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