Add README with corrected dataset metadata
Browse files
README.md
CHANGED
@@ -1,28 +1,18 @@
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
splits:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
num_bytes: 77050
|
16 |
-
num_examples: 682
|
17 |
-
download_size: 105536
|
18 |
-
dataset_size: 271385
|
19 |
-
configs:
|
20 |
-
- config_name: default
|
21 |
-
data_files:
|
22 |
-
- split: queries
|
23 |
-
path: data/queries-*
|
24 |
-
- split: corpus
|
25 |
-
path: data/corpus-*
|
26 |
---
|
27 |
|
28 |
# BPS Static Table Dataset
|
|
|
1 |
+
|
2 |
---
|
3 |
dataset_info:
|
4 |
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: title
|
10 |
+
dtype: string
|
11 |
splits:
|
12 |
+
- name: queries
|
13 |
+
num_examples: 2046
|
14 |
+
- name: corpus
|
15 |
+
num_examples: 682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# BPS Static Table Dataset
|