--- dataset_info: features: - name: id dtype: string - name: comment dtype: string - name: source dtype: string - name: length_group dtype: string - name: annotator dtype: string - name: output dtype: string - name: predicted_output dtype: string splits: - name: train num_bytes: 1497572 num_examples: 1000 - name: validation num_bytes: 186768 num_examples: 125 - name: test num_bytes: 323477 num_examples: 125 download_size: 611110 dataset_size: 2007817 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---