abdulmatinomotoso
commited on
Commit
•
be0dc1e
1
Parent(s):
1a3b925
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
languages:
|
4 |
+
- en
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
task_categories:
|
8 |
+
- classification
|
9 |
+
task_ids:
|
10 |
+
- classification
|
11 |
+
---
|
12 |
+
|
13 |
+
# Dataset Card for 12-factor
|
14 |
+
|
15 |
+
## Table of Contents
|
16 |
+
- [Dataset Description](#dataset-description)
|
17 |
+
- [Languages](#languages)
|
18 |
+
- [Dataset Structure](#dataset-structure)
|
19 |
+
- [Source Data](#source-data)
|
20 |
+
|
21 |
+
## Dataset Description
|
22 |
+
|
23 |
+
3722 News Articles classified into different categories namely: World, Politics, Tech, Entertainment, Sport, Business, Health, and Science
|
24 |
+
|
25 |
+
## Languages
|
26 |
+
|
27 |
+
The text in the dataset is in English
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
|
31 |
+
The dataset consists of two columns namely Text and Category.
|
32 |
+
The Text column consists of the news article and the Category column consists of the class each article belongs to
|
33 |
+
|
34 |
+
|
35 |
+
## Source Data
|
36 |
+
|
37 |
+
The dataset is manually scrapped and annotated by Alex
|