Jayveersinh-Raj commited on
Commit
096bee3
1 Parent(s): b544e7e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -11,14 +11,14 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- 0: "Non-toxic",
15
- 1: "Toxic"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "Non-toxic": 0,
21
- "Toxic": 1
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Non-toxic",
15
+ "1": "Toxic"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "Non-toxic": "0",
21
+ "Toxic": "1"
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,