yahyaabd commited on
Commit
53b310d
·
verified ·
1 Parent(s): a9c99b1

Add README with corrected dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +11 -21
README.md CHANGED
@@ -1,28 +1,18 @@
 
1
  ---
2
  dataset_info:
3
  features:
4
- - name: id
5
- dtype: string
6
- - name: title
7
- dtype: string
8
- - name: text
9
- dtype: string
10
  splits:
11
- - name: queries
12
- num_bytes: 194335
13
- num_examples: 2046
14
- - name: corpus
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