tcvieira commited on
Commit
7959132
1 Parent(s): f535d41

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +122 -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:a8c483938f0629883e4c3b09b0d60d34c0da749ff67c51f4a99d97658b74f379
3
+ size 824032
dataset_info.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "mmarco",
3
+ "citation": "\n@misc{bonifacio2021mmarco,\n title={mMARCO: A Multilingual Version of the MS MARCO Passage Ranking Dataset},\n author={Luiz Henrique Bonifacio and Israel Campiotti and Vitor Jeronymo and Hugo Queiroz Abonizio and Roberto Lotufo and Rodrigo Nogueira},\n year={2021},\n eprint={2108.13897},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
4
+ "config_name": "portuguese",
5
+ "dataset_size": 33124279607,
6
+ "description": "\nmMARCO translated datasets\n\nPortuguese triples",
7
+ "download_checksums": {
8
+ "https://huggingface.co/datasets/unicamp-dl/mmarco/resolve/main/data/google/collections/portuguese_collection.tsv": {
9
+ "num_bytes": 3431011785,
10
+ "checksum": null
11
+ },
12
+ "https://huggingface.co/datasets/unicamp-dl/mmarco/resolve/main/data/google/queries/train/portuguese_queries.train.tsv": {
13
+ "num_bytes": 39281063,
14
+ "checksum": null
15
+ },
16
+ "https://huggingface.co/datasets/unicamp-dl/mmarco/resolve/main/data/triples.train.ids.small.tsv": {
17
+ "num_bytes": 905211990,
18
+ "checksum": null
19
+ }
20
+ },
21
+ "download_size": 4375504838,
22
+ "features": {
23
+ "query": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "positive": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "negative": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ }
35
+ },
36
+ "homepage": "https://github.com/unicamp-dl/mMARCO",
37
+ "license": "",
38
+ "size_in_bytes": 37499784445,
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 33124279607,
43
+ "num_examples": 39780811,
44
+ "shard_lengths": [
45
+ 601000,
46
+ 602000,
47
+ 602000,
48
+ 601000,
49
+ 600000,
50
+ 601000,
51
+ 601000,
52
+ 599000,
53
+ 602000,
54
+ 601000,
55
+ 600000,
56
+ 601000,
57
+ 602000,
58
+ 601000,
59
+ 601000,
60
+ 601000,
61
+ 601000,
62
+ 601000,
63
+ 603000,
64
+ 601000,
65
+ 600000,
66
+ 600000,
67
+ 600000,
68
+ 601000,
69
+ 602000,
70
+ 600000,
71
+ 600000,
72
+ 600000,
73
+ 602000,
74
+ 601000,
75
+ 601000,
76
+ 599000,
77
+ 601000,
78
+ 601000,
79
+ 601000,
80
+ 600000,
81
+ 601000,
82
+ 601000,
83
+ 602000,
84
+ 601000,
85
+ 601000,
86
+ 602000,
87
+ 600000,
88
+ 600000,
89
+ 601000,
90
+ 601000,
91
+ 601000,
92
+ 602000,
93
+ 602000,
94
+ 601000,
95
+ 601000,
96
+ 601000,
97
+ 601000,
98
+ 601000,
99
+ 601000,
100
+ 601000,
101
+ 602000,
102
+ 601000,
103
+ 600000,
104
+ 602000,
105
+ 600000,
106
+ 602000,
107
+ 601000,
108
+ 601000,
109
+ 601000,
110
+ 601000,
111
+ 116811
112
+ ],
113
+ "dataset_name": "mmarco"
114
+ }
115
+ },
116
+ "version": {
117
+ "version_str": "2.0.0",
118
+ "major": 2,
119
+ "minor": 0,
120
+ "patch": 0
121
+ }
122
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ef5c8a3be8d98371",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }