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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "gradient_checkpointing": false,
 
3
  "architectures": [
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,
12
  "gradient_checkpointing": false,