naghamghanim commited on
Commit
60fa0e1
1 Parent(s): d6b4674

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -24,11 +24,11 @@
24
  "use_cache": true,
25
  "vocab_size": 52000,
26
  "id2label": {
27
- "0": "Positive",
28
- "1": "Negative"
29
  },
30
  "label2id": {
31
- "Positive": 0,
32
- "Negative": 1
33
  }
34
  }
 
24
  "use_cache": true,
25
  "vocab_size": 52000,
26
  "id2label": {
27
+ "0": "Not offensive",
28
+ "1": "offensive"
29
  },
30
  "label2id": {
31
+ "Not offensive": 0,
32
+ "offensive": 1
33
  }
34
  }