metadata
dataset_info:
features:
- name: text
dtype: string
- name: labels
dtype: string
splits:
- name: train
num_bytes: 40031578
num_examples: 209527
download_size: 27470311
dataset_size: 40031578
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-4.0
language:
- en
size_categories:
- 100K<n<1M
task_categories:
- text-classification
pretty_name: News Category Dataset
News Category Dataset (Teeny-Tiny Castle)
This dataset is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research.
How to Use
from datasets import load_dataset
dataset = load_dataset("AiresPucrs/News-Category-Dataset", split = 'train')