Andrwyl commited on
Commit
d4c5a0a
·
verified ·
1 Parent(s): 3d6203c

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +35 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d0225ebaff11a7c40dad1a9a320f6e5aeb6c18318a58c114b3784a3349d464
3
+ size 133990040
dataset_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@misc{bajaj2018ms,\n title={MS MARCO: A Human Generated MAchine Reading COmprehension Dataset}, \n author={Payal Bajaj and Daniel Campos and Nick Craswell and Li Deng and Jianfeng Gao and Xiaodong Liu \n and Rangan Majumder and Andrew McNamara and Bhaskar Mitra and Tri Nguyen and Mir Rosenberg and Xia Song\n and Alina Stoica and Saurabh Tiwary and Tong Wang},\n year={2018},\n eprint={1611.09268},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}",
3
+ "description": "dataset load script for MSMARCO Passage",
4
+ "features": {
5
+ "query": {
6
+ "feature": {
7
+ "dtype": "int64",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "positives": {
13
+ "feature": {
14
+ "feature": {
15
+ "dtype": "int64",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "_type": "Sequence"
21
+ },
22
+ "negatives": {
23
+ "feature": {
24
+ "feature": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ },
30
+ "_type": "Sequence"
31
+ }
32
+ },
33
+ "homepage": "",
34
+ "license": ""
35
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "be965b21b11a9fbf",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }