datht commited on
Commit
e04ce83
·
verified ·
1 Parent(s): 12fc367

Upload 5 files

Browse files
Files changed (5) hide show
  1. id2label.json +1 -0
  2. label2id.json +1 -0
  3. test.csv +0 -0
  4. train.csv +0 -0
  5. val.csv +0 -0
id2label.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"0": "CLEAN", "1": "OFFENSIVE", "2": "HATE"}
label2id.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"CLEAN": 0, "OFFENSIVE": 1, "HATE": 2}
test.csv ADDED
The diff for this file is too large to render. See raw diff
 
train.csv ADDED
The diff for this file is too large to render. See raw diff
 
val.csv ADDED
The diff for this file is too large to render. See raw diff