Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
# Hate Speech Dataset
|
7 |
+
This dataset contains artificially genrated tweets alongwith its label whether it is hatespeech or not
|
8 |
+
|
9 |
+
## Dataset Description
|
10 |
+
- Number of Rows: 5,000
|
11 |
+
- Number of Columns: 2
|
12 |
+
- Column Names: 'Tweet', 'Hate Speech'
|
13 |
+
- Description: This dataset comprises tweets with annotations indicating whether they contain hate speech or not. Each row has a tweet and a binary label ('yes' or 'no') denoting the presence of hate speech.
|