yahyaabd commited on
Commit
927c20f
·
verified ·
1 Parent(s): 991cb5f

Add README with dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +20 -22
README.md CHANGED
@@ -1,27 +1,25 @@
 
1
  ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: queries
7
- path: data/queries-*
8
- - split: corpus
9
- path: data/corpus-*
10
  dataset_info:
11
  features:
12
- - name: id
13
- dtype: string
14
- - name: title
15
- dtype: string
16
- - name: text
17
- dtype: string
18
  splits:
19
- - name: queries
20
- num_bytes: 194591
21
- num_examples: 2046
22
- - name: corpus
23
- num_bytes: 77050
24
- num_examples: 682
25
- download_size: 105483
26
- dataset_size: 271641
27
  ---
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
 
 
 
 
 
 
 
 
3
  dataset_info:
4
  features:
5
+ - name: id
6
+ type: string
7
+ - name: text
8
+ type: string
9
+ - name: title
10
+ type: string
11
  splits:
12
+ - name: queries
13
+ num_examples: 2046
14
+ - name: corpus
15
+ num_examples: 682
 
 
 
 
16
  ---
17
+
18
+ # Queries and Corpus Dataset
19
+
20
+ This dataset contains two splits:
21
+ - **queries**: Contains query texts with IDs (`id`, `text`). The `title` field is set to `null` for this split.
22
+ - **corpus**: Contains document titles and texts with IDs (`id`, `title`, `text`).
23
+
24
+ - **Queries split**: 2046 examples
25
+ - **Corpus split**: 682 examples