File size: 743 Bytes
388f15c | 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 | ---
dataset_info:
features:
- name: document
dtype: string
- name: summary
dtype: string
- name: template_name
dtype: string
- name: template
dtype: string
- name: rendered_input
dtype: string
- name: rendered_output
dtype: string
splits:
- name: train
num_bytes: 6468776207.536541
num_examples: 269824
- name: validation
num_bytes: 791183789.3126705
num_examples: 33731
- name: test
num_bytes: 809873061.2445452
num_examples: 33731
download_size: 4634312603
dataset_size: 8069833058.093757
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|