thomasdehaene commited on
Commit
5f3259f
·
1 Parent(s): 38b5d9a

Update config.json

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