orionweller commited on
Commit
81e2258
1 Parent(s): 8ff0372

Upload folder using huggingface_hub

Browse files
dl20/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982bd182a4f61eb7957ff2fa440346feef8b96a41d5f41c306f307599d9cf116
3
+ size 5048
dl20/dataset_info.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "msmarco-passage-aug",
3
+ "citation": "\n@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}\n",
4
+ "config_name": "default",
5
+ "dataset_name": "msmarco-passage-aug",
6
+ "dataset_size": 5972492153,
7
+ "description": "dataset load script for MSMARCO Passage",
8
+ "download_checksums": {
9
+ "https://huggingface.co/datasets/Tevatron/msmarco-passage-aug/resolve/main/train.jsonl.gz": {
10
+ "num_bytes": 2155342997,
11
+ "checksum": null
12
+ },
13
+ "https://huggingface.co/datasets/Tevatron/msmarco-passage-aug/resolve/main/dev.jsonl.gz": {
14
+ "num_bytes": 134665,
15
+ "checksum": null
16
+ },
17
+ "https://huggingface.co/datasets/Tevatron/msmarco-passage-aug/resolve/main/dl19.jsonl.gz": {
18
+ "num_bytes": 1161,
19
+ "checksum": null
20
+ },
21
+ "https://huggingface.co/datasets/Tevatron/msmarco-passage-aug/resolve/main/dl20.jsonl.gz": {
22
+ "num_bytes": 1492,
23
+ "checksum": null
24
+ }
25
+ },
26
+ "download_size": 2155480315,
27
+ "features": {
28
+ "query_id": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "query": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "positive_passages": [
37
+ {
38
+ "docid": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "title": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "text": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ }
50
+ }
51
+ ],
52
+ "negative_passages": [
53
+ {
54
+ "docid": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "title": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "text": {
63
+ "dtype": "string",
64
+ "_type": "Value"
65
+ }
66
+ }
67
+ ]
68
+ },
69
+ "homepage": "",
70
+ "license": "",
71
+ "size_in_bytes": 8127972468,
72
+ "splits": {
73
+ "train": {
74
+ "name": "train",
75
+ "num_bytes": 5972098843,
76
+ "num_examples": 491007,
77
+ "shard_lengths": [
78
+ 42000,
79
+ 42000,
80
+ 42000,
81
+ 42000,
82
+ 42000,
83
+ 42000,
84
+ 42000,
85
+ 42000,
86
+ 42000,
87
+ 42000,
88
+ 42000,
89
+ 29007
90
+ ],
91
+ "dataset_name": "msmarco-passage-aug"
92
+ },
93
+ "dev": {
94
+ "name": "dev",
95
+ "num_bytes": 387912,
96
+ "num_examples": 6980,
97
+ "dataset_name": "msmarco-passage-aug"
98
+ },
99
+ "dl19": {
100
+ "name": "dl19",
101
+ "num_bytes": 2366,
102
+ "num_examples": 43,
103
+ "dataset_name": "msmarco-passage-aug"
104
+ },
105
+ "dl20": {
106
+ "name": "dl20",
107
+ "num_bytes": 3032,
108
+ "num_examples": 54,
109
+ "dataset_name": "msmarco-passage-aug"
110
+ }
111
+ },
112
+ "version": {
113
+ "version_str": "0.0.1",
114
+ "major": 0,
115
+ "minor": 0,
116
+ "patch": 1
117
+ }
118
+ }
dl20/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b52fee9aad47a4cf",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "dl20"
13
+ }