Bibek commited on
Commit
e0835cc
·
verified ·
1 Parent(s): fede5a4

Add train split to SciDocs reranking dataset

Browse files
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query
5
+ dtype: string
6
+ - name: positive
7
+ sequence: string
8
+ - name: negative
9
+ sequence: string
10
+ splits:
11
+ - name: train
12
+ num_bytes: 14876190
13
+ num_examples: 6367
14
+ - name: validation
15
+ num_bytes: 3728965
16
+ num_examples: 1592
17
+ download_size: 11867820
18
+ dataset_size: 18605155
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ - split: validation
25
+ path: data/validation-*
26
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb077d643731342bc847c2d2ffb986f74736806937821669199e3dcea42b54d
3
+ size 9483504
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378d8a38653e41e78853ace13b998366f4533e10b2f95910d6fcdbdb29cf42a3
3
+ size 2384316