datht commited on
Commit
17df259
·
verified ·
1 Parent(s): d6957a9

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
+ {"1": "SPAM", "0": "NO_SPAM"}
label2id.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"SPAM": 1, "NO_SPAM": 0}
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