abdulmatinomotoso commited on
Commit
6310a45
1 Parent(s): 8060720

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ ---
5
+ license:
6
+ - other
7
+ language:
8
+ - en
9
+ multilinguality:
10
+ - monolingual
11
+ task_categories:
12
+ - text-classification
13
+ task_ids:
14
+ - multi-class-classification
15
+ ---
16
+
17
+ # Dataset Card for Explicit content detection
18
+
19
+ ## Table of Contents
20
+ - [Dataset Description](#dataset-description)
21
+ - [Languages](#languages)
22
+ - [Dataset Structure](#dataset-structure)
23
+ - [Source Data](#source-data)
24
+
25
+ ## Dataset Description
26
+
27
+ 1189 News Articles classified into different categories namely: "Explicit" if the article contains explicit content and "Not_Explicit" if not.
28
+ ## Languages
29
+
30
+ The text in the dataset is in English
31
+
32
+ ## Dataset Structure
33
+
34
+ The dataset consists of two columns namely Article and Category.
35
+ The Article column consists of the news article and the Category column consists of the class each article belongs to wether it contains explicit content or not
36
+
37
+
38
+ ## Source Data
39
+
40
+ The dataset is queried from the Otherweb database
41
+
42
+