ghana-news / README.md
worldboss's picture
Upload README.md with huggingface_hub
d8a0abc
|
raw
history blame
585 Bytes
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: title
dtype: string
- name: content
dtype: string
- name: author
dtype: string
- name: category
dtype: string
- name: published_date
dtype: string
- name: page_url
dtype: string
splits:
- name: train
num_bytes: 37552844
num_examples: 9969
- name: test
num_bytes: 9997637
num_examples: 8773
download_size: 17155500
dataset_size: 47550481
---