Update README.MD
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- sw
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
---
|
10 |
+
|
11 |
+
|
12 |
+
# Overview
|
13 |
+
This dataset contains offensive and non-offensive sentences. The data was scraped from JamiiForums using a prepared wordlist.
|
14 |
+
The dataset contains sentences that consists of swahili abusive words (in the wordlist) but does not contain of sarcastic abuse.
|
15 |
+
## Dataset details
|
16 |
+
The dataset is divided into train, evaluation and test datasets. The training dataset consists of 4954 sentences, evaluation dataset
|
17 |
+
consists of 990 sentences and the test dataset consists of 660 sentences.
|
18 |
+
### Dataset annotations
|
19 |
+
- 0: non-offensive
|
20 |
+
- 1: offensive
|