File size: 694 Bytes
735997b
d910459
735997b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728e529
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
language: en
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: 234711053
    num_examples: 74160
  - name: validation
    num_bytes: 13234782
    num_examples: 4212
  download_size: 31328809
  dataset_size: 247945835
---
# Dataset Card for "newsqa"

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).