--- dataset_info: config_name: binary features: - name: id dtype: string - name: review dtype: string - name: sentiment dtype: int64 splits: - name: train num_bytes: 58962251 num_examples: 23445 - name: validation num_bytes: 8684098 num_examples: 2939 - name: test num_bytes: 8823050 num_examples: 2955 download_size: 49890837 dataset_size: 76469399 configs: - config_name: binary data_files: - split: train path: binary/train-* - split: validation path: binary/validation-* - split: test path: binary/test-* ---