christinacdl commited on
Commit
a0afd10
1 Parent(s): 4a86774

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -4,4 +4,13 @@ task_categories:
4
  - text-classification
5
  language:
6
  - en
7
- ---
 
 
 
 
 
 
 
 
 
 
4
  - text-classification
5
  language:
6
  - en
7
+ ---
8
+
9
+ - 36.528 English texts in total, 12.955 NOT offensive and 23.573O OFFENSIVE texts
10
+ - All duplicate values were removed
11
+ - Split using sklearn into 80% train and 20% temporary test (stratified label). Then split the test set using 0.50% test and validation (stratified label)
12
+ - Split: 80/10/10
13
+ - Train set label distribution: 0 ==> 10.364, 1 ==> 18.858
14
+ - Validation set label distribution: 0 ==> 1.296, 1 ==> 2.357
15
+ - Test set label distribution: 0 ==> 1.295, 1 ==> 2.358
16
+ - The OLID dataset and the labels "Offensive" and "Neither" from the paper's dataset "Automated Hate Speech Detection and the Problem of Offensive Language" (Davidson et al.,2017)