christinacdl commited on
Commit
dcdb589
1 Parent(s): 5bd912a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10K<n<100K
9
  ---
10
+
11
+ 0 : not clickbait
12
+ 1 : clickbait
13
+
14
+ Dataset split into train and test sets using 0.2 split ratio.
15
+ Dataset split into test and validation sets using 0.2 split ratio.
16
+
17
+ Size of training set: 43802
18
+ Size of test set: 8760
19
+ Size of validation set: 2191