--- dataset_info: features: - name: id dtype: large_string - name: dialogue dtype: large_string - name: summary dtype: large_string - name: topic dtype: large_string - name: dialog dtype: large_string splits: - name: train num_bytes: 26747746 num_examples: 12460 - name: validation num_bytes: 1054924 num_examples: 500 - name: test num_bytes: 3243388 num_examples: 1500 download_size: 13364803 dataset_size: 31046058 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---