nicholasKluge commited on
Commit
301be2a
1 Parent(s): d345da8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -9,14 +9,14 @@
9
  "hidden_act": "silu",
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "NEGATIVE",
13
- "1": "POSITIVE"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
- "NEGATIVE": 0,
19
- "POSITIVE": 1
20
  },
21
  "max_position_embeddings": 2048,
22
  "model_type": "llama",
 
9
  "hidden_act": "silu",
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "NONTOXIC",
13
+ "1": "TOXIC"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
+ "NONTOXIC": 0,
19
+ "TOXIC": 1
20
  },
21
  "max_position_embeddings": 2048,
22
  "model_type": "llama",