--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: dev path: data/dev-* dataset_info: features: - name: sentence dtype: string - name: label dtype: int64 splits: - name: train num_bytes: 4412207 num_examples: 67349 - name: test num_bytes: 209356 num_examples: 1821 - name: dev num_bytes: 29783 num_examples: 256 download_size: 2898575 dataset_size: 4651346 --- # Dataset Card for "sst2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)