arianpasquali commited on
Commit
c070717
1 Parent(s): af6bf4c
Files changed (2) hide show
  1. config.json +2 -10
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -10,19 +10,11 @@
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "toxic",
13
- "1": "severe_toxic",
14
- "2": "obscene",
15
- "3": "threat",
16
- "4": "insult",
17
- "5": "identity_hate"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "identity_hate": 5,
22
- "insult": 4,
23
- "obscene": 2,
24
- "severe_toxic": 1,
25
- "threat": 3,
26
  "toxic": 0
27
  },
28
  "max_position_embeddings": 512,
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "toxic",
13
+ "1": "not_toxic"
 
 
 
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "not_toxic": 1,
 
 
 
 
18
  "toxic": 0
19
  },
20
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd37fbde74f1dabda5121c478875539e6baa8c1ec440caa6fb7bc478de4e6dc4
3
- size 541357169
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97747b7be915228c122fa9745fda847e9af3a1dcd9c12ab97892a873db3f47bb
3
+ size 541344881