--- 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: 263258 num_examples: 8603 - name: test num_bytes: 62502 num_examples: 2000 - name: dev num_bytes: 7835 num_examples: 256 download_size: 0 dataset_size: 333595 --- # Dataset Card for "mpqa" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)