jpcorb20 commited on
Commit
31cdc11
1 Parent(s): f6bde39

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -10,22 +10,22 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "LABEL_0": 0,
24
- "LABEL_1": 1,
25
- "LABEL_2": 2,
26
- "LABEL_3": 3,
27
- "LABEL_4": 4,
28
- "LABEL_5": 5
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_position_embeddings": 514,
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "toxic",
14
+ "1": "severe_toxic",
15
+ "2": "obscene",
16
+ "3": "threat",
17
+ "4": "insult",
18
+ "5": "identity_hate"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "toxic": 0,
24
+ "severe_toxic": 1,
25
+ "obscene": 2,
26
+ "threat": 3,
27
+ "insult": 4,
28
+ "identity_hate": 5
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_position_embeddings": 514,