File size: 701 Bytes
0bb1db0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: passage
    dtype: string
  - name: idx
    dtype: int64
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 6211011
    num_examples: 9427
  - name: validation
    num_bytes: 2129532
    num_examples: 3270
  - name: test
    num_bytes: 2118939
    num_examples: 3245
  - name: dev_hpo
    num_bytes: 512819
    num_examples: 872
  download_size: 6817918
  dataset_size: 10972301
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
  - split: dev_hpo
    path: data/dev_hpo-*
---