--- dataset_info: features: - name: id dtype: string - name: url dtype: string - name: title dtype: string - name: summary dtype: string - name: text dtype: string - name: prompt dtype: string splits: - name: train num_bytes: 33597 num_examples: 5 - name: test num_bytes: 35283 num_examples: 5 - name: validation num_bytes: 24253 num_examples: 5 download_size: 134692 dataset_size: 93133 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---