newsdata / README.md
tiagoblima's picture
Upload dataset
b4660ab verified
|
raw
history blame contribute delete
No virus
679 Bytes
---
dataset_info:
features:
- name: title
dtype: string
- name: text
dtype: string
- name: category
dtype: string
- name: title_text
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 671395517.128097
num_examples: 116401
- name: validation
num_bytes: 191824818.62809703
num_examples: 33257
- name: test
num_bytes: 95909525.33746271
num_examples: 16628
download_size: 616757055
dataset_size: 959129861.0936568
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---