File size: 617 Bytes
26c8e0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84d634a
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
---
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: test
    num_bytes: 863192
    num_examples: 2948
  download_size: 527428
  dataset_size: 863192
---
# Dataset Card for "relationextractionqa"

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