File size: 3,325 Bytes
4ff9e50
 
321caff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4214278
 
 
 
a851aa2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a79ea6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17c7f7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371826e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321caff
4ff9e50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d2045a
4ff9e50
2d2045a
 
4ff9e50
321caff
 
 
 
a851aa2
 
 
 
7a79ea6
 
 
 
17c7f7d
 
 
 
371826e
 
 
 
4ff9e50
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
dataset_info:
- config_name: documents
  features:
  - name: chunk_id
    dtype: string
  - name: chunk
    dtype: string
  - name: source_url
    dtype: string
  - name: title
    dtype: string
  - name: chunk_idx
    dtype: int64
  - name: chunk_start_char
    dtype: int64
  - name: chunk_end_char
    dtype: int64
  splits:
  - name: test
    num_bytes: 983654987
    num_examples: 271842
  download_size: 266940600
  dataset_size: 983654987
- config_name: documents-128
  features:
  - name: chunk_id
    dtype: string
  - name: chunk
    dtype: string
  - name: source_url
    dtype: string
  - name: title
    dtype: string
  - name: chunk_idx
    dtype: int64
  - name: chunk_start_char
    dtype: int64
  - name: chunk_end_char
    dtype: int64
  - name: topic
    dtype: string
  splits:
  - name: test
    num_bytes: 1657265911
    num_examples: 2489240
  download_size: 315345742
  dataset_size: 1657265911
- config_name: documents-256
  features:
  - name: chunk_id
    dtype: string
  - name: chunk
    dtype: string
  - name: source_url
    dtype: string
  - name: title
    dtype: string
  - name: chunk_idx
    dtype: int64
  - name: chunk_start_char
    dtype: int64
  - name: chunk_end_char
    dtype: int64
  - name: topic
    dtype: string
  splits:
  - name: test
    num_bytes: 1304707601
    num_examples: 1329434
  download_size: 293714073
  dataset_size: 1304707601
- config_name: documents-512
  features:
  - name: chunk_id
    dtype: string
  - name: chunk
    dtype: string
  - name: source_url
    dtype: string
  - name: title
    dtype: string
  - name: chunk_idx
    dtype: int64
  - name: chunk_start_char
    dtype: int64
  - name: chunk_end_char
    dtype: int64
  - name: topic
    dtype: string
  splits:
  - name: test
    num_bytes: 1126748654
    num_examples: 741614
  download_size: 282287300
  dataset_size: 1126748654
- config_name: documents-64
  features:
  - name: chunk_id
    dtype: string
  - name: chunk
    dtype: string
  - name: source_url
    dtype: string
  - name: title
    dtype: string
  - name: chunk_idx
    dtype: int64
  - name: chunk_start_char
    dtype: int64
  - name: chunk_end_char
    dtype: int64
  - name: topic
    dtype: string
  splits:
  - name: test
    num_bytes: 2348897246
    num_examples: 4755343
  download_size: 350871279
  dataset_size: 2348897246
- config_name: queries
  features:
  - name: original_query
    dtype: string
  - name: query
    dtype: string
  - name: answer
    list: string
  - name: score
    list: int64
  - name: source_url
    list: string
  - name: frag_start_char
    list: int64
  - name: frag_end_char
    list: int64
  - name: n_gold
    dtype: int64
  splits:
  - name: test
    num_bytes: 31553529
    num_examples: 672
  download_size: 30252166
  dataset_size: 31553529
configs:
- config_name: documents
  data_files:
  - split: test
    path: documents/test-*
- config_name: documents-128
  data_files:
  - split: test
    path: documents-128/test-*
- config_name: documents-256
  data_files:
  - split: test
    path: documents-256/test-*
- config_name: documents-512
  data_files:
  - split: test
    path: documents-512/test-*
- config_name: documents-64
  data_files:
  - split: test
    path: documents-64/test-*
- config_name: queries
  data_files:
  - split: test
    path: queries/test-*
---