Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
1K - 10K
License:
abdulmatinomotoso
commited on
Commit
•
0bc6543
1
Parent(s):
4bb7cd6
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
languages:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- classification
|
8 |
+
task_ids:
|
9 |
+
- classification
|
10 |
+
---
|
11 |
+
|
12 |
+
# Dataset Card for news-12factor
|
13 |
+
|
14 |
+
## Table of Contents
|
15 |
+
- [Dataset Description](#dataset-description)
|
16 |
+
- [Languages](#languages)
|
17 |
+
- [Dataset Structure](#dataset-structure)
|
18 |
+
- [Source Data](#source-data)
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
|
22 |
+
1890 News Articles classified into different categories namely: World, Politics, Tech, Entertainment, Sport, and Business
|
23 |
+
|
24 |
+
## Languages
|
25 |
+
|
26 |
+
The text in the dataset is in English
|
27 |
+
|
28 |
+
## Dataset Structure
|
29 |
+
|
30 |
+
The dataset consists of two columns namely Text and Category.
|
31 |
+
The Text column consists of the news article and the Category column consists of the class each article belongs to
|
32 |
+
|
33 |
+
|
34 |
+
## Source Data
|
35 |
+
|
36 |
+
The dataset is a combination of the Ag_news dataset and the BBC_news dataset
|
37 |
+
|
38 |
+
|