File size: 813 Bytes
0bc6543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
languages:
- en
multilinguality:
- monolingual
task_categories:
- classification
task_ids:
- classification
---

# Dataset Card for news-12factor

## Table of Contents
- [Dataset Description](#dataset-description)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Source Data](#source-data)

## Dataset Description

1890 News Articles classified into different categories namely: World, Politics, Tech, Entertainment, Sport, and Business

## Languages

The text in the dataset is in English

## Dataset Structure

The dataset consists of two columns namely Text and Category.
The Text column consists of the news article and the Category column consists of the class each article belongs to


## Source Data

The dataset is a combination of the Ag_news dataset and the BBC_news dataset