Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"id2label": {0: "Human", 1: "AI"},
|
7 |
-
"label2id": {"Human": 0, "AI": 1}
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"classifier_dropout": null,
|
10 |
"hidden_act": "gelu",
|
|
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"id2label": {0: "Human", 1: "AI"},
|
7 |
+
"label2id": {"Human": 0, "AI": 1},
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"classifier_dropout": null,
|
10 |
"hidden_act": "gelu",
|