thefrankhsu commited on
Commit
9df12d0
·
1 Parent(s): 236d0cd

Create README.md

Browse files

The dataset comprises three key features: tweets, labels (with hate speech denoted as 1 and non-hate speech as 0), and categories (behavior, class, disability, ethnicity, gender,
physical appearance, race, religion, sexual orientation).

Training set: contains a total of 5679 tweets (Hate Speech: 1516 / Non Hate Speech: 4163), and the number of hate speech in each category is not equally distributed.
Testing set: contains a total of 1000 tweets (Hate Speech: 500 / Non Hate Speech: 500), and the number of hate speech in each category is generally even.

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - en
6
+ tags:
7
+ - health
8
+ - tweet
9
+ - hate speech
10
+ - mental health
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---