File size: 787 Bytes
04f19ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e9b82b8
 
 
 
04f19ac
 
 
 
 
 
 
 
e44138e
 
 
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
32
33
34
35
36
37
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: id
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    struct:
    - name: text
      sequence: string
    - name: answer_start
      sequence: 'null'
  splits:
  - name: train
    num_bytes: 104802744
    num_examples: 77400
  - name: validation
    num_bytes: 11517839
    num_examples: 9534
  download_size: 11491504
  dataset_size: 116320583
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---

Ucinlp's DROP dataset https://huggingface.co/datasets/ucinlp/drop <br>
styled in the format of Rajpurkar's SQuAD data https://huggingface.co/datasets/rajpurkar/squad