File size: 834 Bytes
ab8fd5d
 
 
 
 
 
 
 
 
 
 
 
 
851f4ec
ab8fd5d
359b9db
 
 
46cff98
 
 
96f97f2
 
 
1f9644a
 
 
 
 
ab8fd5d
 
 
 
 
359b9db
 
46cff98
 
96f97f2
 
1f9644a
 
ab8fd5d
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
40
41
42
43
44
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: contexts
    sequence: string
  - name: ground_truth
    dtype: string
  splits:
  - name: train
    num_bytes: 50439
    num_examples: 10
  - name: 256_child
    num_bytes: 12480
    num_examples: 10
  - name: 256_parent
    num_bytes: 44050
    num_examples: 10
  - name: 512_parent
    num_bytes: 50473
    num_examples: 10
  - name: 512_child
    num_bytes: 21350
    num_examples: 10
  download_size: 139110
  dataset_size: 178792
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: 256_child
    path: data/256_child-*
  - split: 256_parent
    path: data/256_parent-*
  - split: 512_parent
    path: data/512_parent-*
  - split: 512_child
    path: data/512_child-*
---