--- language: - en dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string - name: text dtype: string - name: prompt dtype: string splits: - name: train num_bytes: 10711592 num_examples: 7217 - name: test num_bytes: 1991988 num_examples: 1319 - name: val num_bytes: 373121 num_examples: 256 download_size: 6624157 dataset_size: 13076701 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: val path: data/val-* ---