--- dataset_info: features: - name: id dtype: int64 - name: id_raw dtype: int64 - name: claim_type dtype: string - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 5841447 num_examples: 3955 - name: validation num_bytes: 2479965 num_examples: 1674 - name: test num_bytes: 5089537 num_examples: 3376 download_size: 2934857 dataset_size: 13410949 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---