File size: 499 Bytes
f32e38d
 
 
 
 
 
 
 
 
 
 
 
 
249eba5
 
 
 
 
 
 
f32e38d
 
 
 
 
249eba5
 
f32e38d
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    sequence: string
  - name: context
    dtype: string
  - name: file_path
    dtype: string
  splits:
  - name: train
    num_bytes: 1305073170
    num_examples: 10134
  - name: test
    num_bytes: 113493233
    num_examples: 881
  download_size: 759954668
  dataset_size: 1418566403
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---