File size: 582 Bytes
711a10d |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
dataset_info:
features:
- name: headline
dtype: string
- name: news
dtype: string
splits:
- name: train
num_bytes: 23555772
num_examples: 21157
- name: dev
num_bytes: 2628111
num_examples: 2365
download_size: 17404158
dataset_size: 26183883
---
# Dataset Card for "news-headline-gen"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |