File size: 442 Bytes
59a3356
 
 
 
 
 
 
 
 
 
 
16286bb
59a3356
 
16286bb
59a3356
16286bb
 
59a3356
 
 
 
 
 
 
 
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: QUERY
    dtype: string
  - name: ANSWER
    dtype: string
  - name: CONTEXT
    dtype: string
  splits:
  - name: train
    num_bytes: 1390080
    num_examples: 2961
  - name: test
    num_bytes: 347929
    num_examples: 741
  download_size: 371759
  dataset_size: 1738009
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---