File size: 463 Bytes
69aba4b
 
05b3364
 
 
 
 
 
4fa0ef0
 
05b3364
 
4fa0ef0
05b3364
 
4fa0ef0
05b3364
4fa0ef0
 
05b3364
 
 
 
 
 
 
69aba4b
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
---
license: mit
dataset_info:
  features:
  - name: question
    dtype: string
  - name: document
    dtype: string
  - name: human_answer
    dtype: string
  splits:
  - name: train
    num_bytes: 2087905
    num_examples: 355
  - name: test
    num_bytes: 139365
    num_examples: 67
  download_size: 164688
  dataset_size: 2227270
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---