--- dataset_info: features: - name: x dtype: string - name: y dtype: int64 - name: label_id dtype: int64 - name: text dtype: string - name: id dtype: string splits: - name: train num_bytes: 75062697 num_examples: 306616 - name: validation num_bytes: 36845081 num_examples: 151928 - name: test num_bytes: 36723015 num_examples: 151956 download_size: 23670038 dataset_size: 148630793 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---