File size: 428 Bytes
1abae9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a1d99b9
 
 
 
 
 
1abae9b
 
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
---
dataset_info:
  features:
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  config_name: plain_text
  splits:
  - name: train
    num_bytes: 1174320
    num_examples: 12132
  - name: test
    num_bytes: 130959
    num_examples: 1348
  download_size: 3325946
  dataset_size: 1305279
---