--- dataset_info: features: - name: id dtype: int64 - name: pid dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 651152966 num_examples: 20000 - name: validation num_bytes: 32512351 num_examples: 1000 - name: test num_bytes: 32953127 num_examples: 1000 download_size: 349099695 dataset_size: 716618444 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---