MarianaMoon commited on
Commit
710c047
1 Parent(s): 42af7e5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,8 +4,8 @@
4
  "BertForSequenceClassification"
5
  ],
6
  "id2label":{
7
- "0": "normal comment",
8
- "1": "toxic comment"
9
  },
10
  "attention_probs_dropout_prob": 0.1,
11
  "classifier_dropout": null,
 
4
  "BertForSequenceClassification"
5
  ],
6
  "id2label":{
7
+ "LABEL_0": "normal comment",
8
+ "LABEL_1": "toxic comment"
9
  },
10
  "attention_probs_dropout_prob": 0.1,
11
  "classifier_dropout": null,