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

Initial upload of queries and corpus dataset with unified features

Browse files
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
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
  ---
data/corpus-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3b910667a34eceedee762df1872367308ca5964af5f1f4cd502b009d8a67bb
3
+ size 26012
data/queries-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c03a1e2a8dd4c546f1f4eabb4080819d427bad3bea9cb290cb5f8b9b2cb2f69
3
+ size 79471