| dataset_info: | |
| features: | |
| - name: context | |
| dtype: string | |
| - name: question | |
| dtype: string | |
| - name: answers | |
| sequence: string | |
| - name: key | |
| dtype: string | |
| - name: labels | |
| list: | |
| - name: end | |
| sequence: int64 | |
| - name: start | |
| sequence: int64 | |
| splits: | |
| - name: train | |
| num_bytes: 79320473 | |
| num_examples: 86588 | |
| - name: validation | |
| num_bytes: 10998734 | |
| num_examples: 10507 | |
| download_size: 19381701 | |
| dataset_size: 90319207 | |
| # Dataset Card for "squadqa" | |
| Split taken from the MRQA 2019 Shared Task, formatted and filtered for Question Answering. For the original dataset, have a look [here](https://huggingface.co/datasets/mrqa). |