Convert dataset to Parquet
#2
by
JonasLoos
- opened
- README.md +54 -37
- SPair-71k.py +0 -216
- data/train-00000-of-00001.parquet +3 -0
- pairs/test-00000-of-00006.parquet +3 -0
- pairs/test-00001-of-00006.parquet +3 -0
- pairs/test-00002-of-00006.parquet +3 -0
- pairs/test-00003-of-00006.parquet +3 -0
- pairs/test-00004-of-00006.parquet +3 -0
- pairs/test-00005-of-00006.parquet +3 -0
- pairs/train-00000-of-00026.parquet +3 -0
- pairs/train-00001-of-00026.parquet +3 -0
- pairs/train-00002-of-00026.parquet +3 -0
- pairs/train-00003-of-00026.parquet +3 -0
- pairs/train-00004-of-00026.parquet +3 -0
- pairs/train-00005-of-00026.parquet +3 -0
- pairs/train-00006-of-00026.parquet +3 -0
- pairs/train-00007-of-00026.parquet +3 -0
- pairs/train-00008-of-00026.parquet +3 -0
- pairs/train-00009-of-00026.parquet +3 -0
- pairs/train-00010-of-00026.parquet +3 -0
- pairs/train-00011-of-00026.parquet +3 -0
- pairs/train-00012-of-00026.parquet +3 -0
- pairs/train-00013-of-00026.parquet +3 -0
- pairs/train-00014-of-00026.parquet +3 -0
- pairs/train-00015-of-00026.parquet +3 -0
- pairs/train-00016-of-00026.parquet +3 -0
- pairs/train-00017-of-00026.parquet +3 -0
- pairs/train-00018-of-00026.parquet +3 -0
- pairs/train-00019-of-00026.parquet +3 -0
- pairs/train-00020-of-00026.parquet +3 -0
- pairs/train-00021-of-00026.parquet +3 -0
- pairs/train-00022-of-00026.parquet +3 -0
- pairs/train-00023-of-00026.parquet +3 -0
- pairs/train-00024-of-00026.parquet +3 -0
- pairs/train-00025-of-00026.parquet +3 -0
- pairs/validation-00000-of-00003.parquet +3 -0
- pairs/validation-00001-of-00003.parquet +3 -0
- pairs/validation-00002-of-00003.parquet +3 -0
README.md
CHANGED
@@ -8,11 +8,15 @@ dataset_info:
|
|
8 |
- config_name: data
|
9 |
features:
|
10 |
- name: img
|
11 |
-
dtype:
|
|
|
|
|
12 |
- name: name
|
13 |
dtype: string
|
14 |
- name: segmentation
|
15 |
-
dtype:
|
|
|
|
|
16 |
- name: filename
|
17 |
dtype: string
|
18 |
- name: src_database
|
@@ -60,44 +64,44 @@ dataset_info:
|
|
60 |
- name: difficult
|
61 |
dtype: uint8
|
62 |
- name: bndbox
|
63 |
-
sequence:
|
64 |
-
|
65 |
-
length: 4
|
66 |
- name: kps
|
67 |
dtype:
|
68 |
array2_d:
|
69 |
-
dtype: int32
|
70 |
shape:
|
71 |
-
- None
|
72 |
- 2
|
|
|
73 |
- name: azimuth_id
|
74 |
dtype: uint8
|
75 |
splits:
|
76 |
- name: train
|
77 |
-
num_bytes:
|
78 |
num_examples: 1800
|
79 |
-
download_size:
|
80 |
-
dataset_size:
|
81 |
- config_name: pairs
|
82 |
features:
|
83 |
- name: pair_id
|
84 |
dtype: uint32
|
85 |
- name: src_img
|
86 |
-
dtype:
|
|
|
|
|
87 |
- name: src_segmentation
|
88 |
-
dtype:
|
|
|
|
|
89 |
- name: src_data_index
|
90 |
dtype: uint32
|
91 |
- name: src_name
|
92 |
dtype: string
|
93 |
- name: src_imsize
|
94 |
-
sequence:
|
95 |
-
|
96 |
-
length: 3
|
97 |
- name: src_bndbox
|
98 |
-
sequence:
|
99 |
-
|
100 |
-
length: 4
|
101 |
- name: src_pose
|
102 |
dtype:
|
103 |
class_label:
|
@@ -110,26 +114,27 @@ dataset_info:
|
|
110 |
- name: src_kps
|
111 |
dtype:
|
112 |
array2_d:
|
113 |
-
dtype: uint32
|
114 |
shape:
|
115 |
-
- None
|
116 |
- 2
|
|
|
117 |
- name: trg_img
|
118 |
-
dtype:
|
|
|
|
|
119 |
- name: trg_segmentation
|
120 |
-
dtype:
|
|
|
|
|
121 |
- name: trg_data_index
|
122 |
dtype: uint32
|
123 |
- name: trg_name
|
124 |
dtype: string
|
125 |
- name: trg_imsize
|
126 |
-
sequence:
|
127 |
-
|
128 |
-
length: 3
|
129 |
- name: trg_bndbox
|
130 |
-
sequence:
|
131 |
-
|
132 |
-
length: 4
|
133 |
- name: trg_pose
|
134 |
dtype:
|
135 |
class_label:
|
@@ -142,13 +147,11 @@ dataset_info:
|
|
142 |
- name: trg_kps
|
143 |
dtype:
|
144 |
array2_d:
|
145 |
-
dtype: uint32
|
146 |
shape:
|
147 |
-
- None
|
148 |
- 2
|
|
|
149 |
- name: kps_ids
|
150 |
-
sequence:
|
151 |
-
dtype: uint32
|
152 |
- name: category
|
153 |
dtype: string
|
154 |
- name: category_id
|
@@ -183,16 +186,30 @@ dataset_info:
|
|
183 |
dtype: uint8
|
184 |
splits:
|
185 |
- name: train
|
186 |
-
num_bytes:
|
187 |
num_examples: 53340
|
188 |
- name: validation
|
189 |
-
num_bytes:
|
190 |
num_examples: 5384
|
191 |
- name: test
|
192 |
-
num_bytes:
|
193 |
num_examples: 12234
|
194 |
-
download_size:
|
195 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
---
|
197 |
|
198 |
# SPair-71k
|
|
|
8 |
- config_name: data
|
9 |
features:
|
10 |
- name: img
|
11 |
+
dtype:
|
12 |
+
image:
|
13 |
+
decode: false
|
14 |
- name: name
|
15 |
dtype: string
|
16 |
- name: segmentation
|
17 |
+
dtype:
|
18 |
+
image:
|
19 |
+
decode: false
|
20 |
- name: filename
|
21 |
dtype: string
|
22 |
- name: src_database
|
|
|
64 |
- name: difficult
|
65 |
dtype: uint8
|
66 |
- name: bndbox
|
67 |
+
sequence: uint32
|
68 |
+
length: 4
|
|
|
69 |
- name: kps
|
70 |
dtype:
|
71 |
array2_d:
|
|
|
72 |
shape:
|
|
|
73 |
- 2
|
74 |
+
dtype: int32
|
75 |
- name: azimuth_id
|
76 |
dtype: uint8
|
77 |
splits:
|
78 |
- name: train
|
79 |
+
num_bytes: 212997241.0
|
80 |
num_examples: 1800
|
81 |
+
download_size: 213775123
|
82 |
+
dataset_size: 212997241.0
|
83 |
- config_name: pairs
|
84 |
features:
|
85 |
- name: pair_id
|
86 |
dtype: uint32
|
87 |
- name: src_img
|
88 |
+
dtype:
|
89 |
+
image:
|
90 |
+
decode: false
|
91 |
- name: src_segmentation
|
92 |
+
dtype:
|
93 |
+
image:
|
94 |
+
decode: false
|
95 |
- name: src_data_index
|
96 |
dtype: uint32
|
97 |
- name: src_name
|
98 |
dtype: string
|
99 |
- name: src_imsize
|
100 |
+
sequence: uint32
|
101 |
+
length: 3
|
|
|
102 |
- name: src_bndbox
|
103 |
+
sequence: uint32
|
104 |
+
length: 4
|
|
|
105 |
- name: src_pose
|
106 |
dtype:
|
107 |
class_label:
|
|
|
114 |
- name: src_kps
|
115 |
dtype:
|
116 |
array2_d:
|
|
|
117 |
shape:
|
|
|
118 |
- 2
|
119 |
+
dtype: uint32
|
120 |
- name: trg_img
|
121 |
+
dtype:
|
122 |
+
image:
|
123 |
+
decode: false
|
124 |
- name: trg_segmentation
|
125 |
+
dtype:
|
126 |
+
image:
|
127 |
+
decode: false
|
128 |
- name: trg_data_index
|
129 |
dtype: uint32
|
130 |
- name: trg_name
|
131 |
dtype: string
|
132 |
- name: trg_imsize
|
133 |
+
sequence: uint32
|
134 |
+
length: 3
|
|
|
135 |
- name: trg_bndbox
|
136 |
+
sequence: uint32
|
137 |
+
length: 4
|
|
|
138 |
- name: trg_pose
|
139 |
dtype:
|
140 |
class_label:
|
|
|
147 |
- name: trg_kps
|
148 |
dtype:
|
149 |
array2_d:
|
|
|
150 |
shape:
|
|
|
151 |
- 2
|
152 |
+
dtype: uint32
|
153 |
- name: kps_ids
|
154 |
+
sequence: uint32
|
|
|
155 |
- name: category
|
156 |
dtype: string
|
157 |
- name: category_id
|
|
|
186 |
dtype: uint8
|
187 |
splits:
|
188 |
- name: train
|
189 |
+
num_bytes: 12732843160.84
|
190 |
num_examples: 53340
|
191 |
- name: validation
|
192 |
+
num_bytes: 1348449435.048
|
193 |
num_examples: 5384
|
194 |
- name: test
|
195 |
+
num_bytes: 2847159240.748
|
196 |
num_examples: 12234
|
197 |
+
download_size: 15952486842
|
198 |
+
dataset_size: 16928451836.636002
|
199 |
+
configs:
|
200 |
+
- config_name: data
|
201 |
+
data_files:
|
202 |
+
- split: train
|
203 |
+
path: data/train-*
|
204 |
+
- config_name: pairs
|
205 |
+
data_files:
|
206 |
+
- split: train
|
207 |
+
path: pairs/train-*
|
208 |
+
- split: validation
|
209 |
+
path: pairs/validation-*
|
210 |
+
- split: test
|
211 |
+
path: pairs/test-*
|
212 |
+
default: true
|
213 |
---
|
214 |
|
215 |
# SPair-71k
|
SPair-71k.py
DELETED
@@ -1,216 +0,0 @@
|
|
1 |
-
"""SPair-71k: A Large-scale Benchmark for Semantic Correspondence"""
|
2 |
-
|
3 |
-
import json
|
4 |
-
import numpy as np
|
5 |
-
import datasets
|
6 |
-
from datasets import BuilderConfig, Features, Value, SplitGenerator, Split, ClassLabel, Array2D, Sequence, Image
|
7 |
-
from pathlib import Path
|
8 |
-
|
9 |
-
|
10 |
-
_CITATION = """\
|
11 |
-
@article{min2019spair,
|
12 |
-
title={SPair-71k: A Large-scale Benchmark for Semantic Correspondence},
|
13 |
-
author={Juhong Min and Jongmin Lee and Jean Ponce and Minsu Cho},
|
14 |
-
journal={arXiv prepreint arXiv:1908.10543},
|
15 |
-
year={2019}
|
16 |
-
}
|
17 |
-
"""
|
18 |
-
|
19 |
-
_DESCRIPTION = """\
|
20 |
-
Establishing visual correspondences under large intra-class variations, which is often referred to as semantic correspondence or semantic matching, remains a challenging problem in computer vision. Despite its significance, however, most of the datasets for semantic correspondence are limited to a small amount of image pairs with similar viewpoints and scales. In this paper, we present a new large-scale benchmark dataset of semantically paired images, SPair-71k, which contains 70,958 image pairs with diverse variations in viewpoint and scale. Compared to previous datasets, it is significantly larger in number and contains more accurate and richer annotations. We believe this dataset will provide a reliable testbed to study the problem of semantic correspondence and will help to advance research in this area. We provide the results of recent methods on our new dataset as baselines for further research.
|
21 |
-
|
22 |
-
This huggingface version of the dataset is inofficial. It downloads the data from the original source and converts it to the huggingface format.
|
23 |
-
|
24 |
-
## Terms of Use
|
25 |
-
|
26 |
-
The SPair-71k data includes images and metadata obtained from the [PASCAL-VOC](http://host.robots.ox.ac.uk/pascal/VOC/) and [flickr](https://www.flickr.com/) website. Use of these images and metadata must respect the corresponding [terms of use](https://www.flickr.com/help/terms).
|
27 |
-
"""
|
28 |
-
|
29 |
-
_HOMEPAGE = "https://cvlab.postech.ac.kr/research/SPair-71k/"
|
30 |
-
|
31 |
-
_LICENSE = """
|
32 |
-
# Terms of use
|
33 |
-
|
34 |
-
The SPair-71k data includes images and metadata obtained from the PASCAL-VOC and flickr website. Use of these images and metadata must respect the corresponding terms of use.
|
35 |
-
"""
|
36 |
-
|
37 |
-
_URL = "https://cvlab.postech.ac.kr/research/SPair-71k/data/SPair-71k.tar.gz"
|
38 |
-
|
39 |
-
|
40 |
-
class SPair71k(datasets.GeneratorBasedBuilder):
|
41 |
-
"""SPair-71k: A Large-scale Benchmark for Semantic Correspondence"""
|
42 |
-
|
43 |
-
VERSION = datasets.Version("0.5.0")
|
44 |
-
|
45 |
-
BUILDER_CONFIGS = [
|
46 |
-
BuilderConfig(name="pairs", version=VERSION, description="SPair-71k: dataset of image pairs"),
|
47 |
-
BuilderConfig(name="data", version=VERSION, description="SPair-71k: dataset of image data"),
|
48 |
-
]
|
49 |
-
|
50 |
-
DEFAULT_CONFIG_NAME = "pairs"
|
51 |
-
|
52 |
-
def _info(self):
|
53 |
-
if self.config.name == "pairs":
|
54 |
-
features = Features({
|
55 |
-
"pair_id": Value("uint32"),
|
56 |
-
"src_img": Image(),
|
57 |
-
"src_segmentation": Image(),
|
58 |
-
"src_data_index": Value("uint32"),
|
59 |
-
"src_name": Value("string"),
|
60 |
-
"src_imsize": Sequence(Value("uint32"), length=3),
|
61 |
-
"src_bndbox": Sequence(Value("uint32"), length=4),
|
62 |
-
"src_pose": ClassLabel(names=['Unspecified', 'Frontal', 'Left', 'Rear', 'Right']),
|
63 |
-
"src_kps": Array2D(dtype="uint32", shape=(None,2)),
|
64 |
-
"trg_img": Image(),
|
65 |
-
"trg_segmentation": Image(),
|
66 |
-
"trg_data_index": Value("uint32"),
|
67 |
-
"trg_name": Value("string"),
|
68 |
-
"trg_imsize": Sequence(Value("uint32"), length=3),
|
69 |
-
"trg_bndbox": Sequence(Value("uint32"), length=4),
|
70 |
-
"trg_pose": ClassLabel(names=['Unspecified', 'Frontal', 'Left', 'Rear', 'Right']),
|
71 |
-
"trg_kps": Array2D(dtype="uint32", shape=(None,2)),
|
72 |
-
"kps_ids": Sequence(Value("uint32")),
|
73 |
-
"category": Value("string"),
|
74 |
-
"category_id": ClassLabel(names=['cat', 'pottedplant', 'train', 'bicycle', 'car', 'bus', 'aeroplane', 'dog', 'bird', 'chair', 'motorbike', 'cow', 'bottle', 'person', 'boat', 'sheep', 'horse', 'tvmonitor']),
|
75 |
-
"viewpoint_variation": Value("uint8"),
|
76 |
-
"scale_variation": Value("uint8"),
|
77 |
-
"truncation": Value("uint8"),
|
78 |
-
"occlusion": Value("uint8"),
|
79 |
-
})
|
80 |
-
elif self.config.name == "data":
|
81 |
-
features = Features({
|
82 |
-
"img": Image(),
|
83 |
-
"name": Value('string'),
|
84 |
-
"segmentation": Image(),
|
85 |
-
"filename": Value("string"),
|
86 |
-
"src_database": Value("string"),
|
87 |
-
"src_annotation": Value("string"),
|
88 |
-
"src_image": Value("string"),
|
89 |
-
"image_width": Value("uint32"),
|
90 |
-
"image_height": Value("uint32"),
|
91 |
-
"image_depth": Value("uint32"),
|
92 |
-
"category": Value("string"),
|
93 |
-
"category_id": ClassLabel(names=['cat', 'pottedplant', 'train', 'bicycle', 'car', 'bus', 'aeroplane', 'dog', 'bird', 'chair', 'motorbike', 'cow', 'bottle', 'person', 'boat', 'sheep', 'horse', 'tvmonitor']),
|
94 |
-
"pose": Value("string"),
|
95 |
-
"truncated": Value("uint8"),
|
96 |
-
"occluded": Value("uint8"),
|
97 |
-
"difficult": Value("uint8"),
|
98 |
-
"bndbox": Sequence(Value("uint32"), length=4),
|
99 |
-
"kps": Array2D(dtype="int32", shape=(None, 2)),
|
100 |
-
"azimuth_id": Value("uint8"),
|
101 |
-
})
|
102 |
-
else:
|
103 |
-
raise ValueError(f"Unknown configuration name {self.config.name}")
|
104 |
-
return datasets.DatasetInfo(
|
105 |
-
description=_DESCRIPTION,
|
106 |
-
features=features,
|
107 |
-
homepage=_HOMEPAGE,
|
108 |
-
license=_LICENSE,
|
109 |
-
citation=_CITATION,
|
110 |
-
)
|
111 |
-
|
112 |
-
def _split_generators(self, dl_manager):
|
113 |
-
# make sure to download the data even when streaming
|
114 |
-
if not isinstance(dl_manager, datasets.DownloadManager):
|
115 |
-
dl_manager = datasets.DownloadManager(dl_manager._dataset_name)
|
116 |
-
# download and extract tar.gz file
|
117 |
-
data_path = dl_manager.download_and_extract(_URL)
|
118 |
-
|
119 |
-
if self.config.name == "pairs":
|
120 |
-
return [
|
121 |
-
SplitGenerator(
|
122 |
-
name=Split.TRAIN,
|
123 |
-
gen_kwargs={
|
124 |
-
"path": data_path,
|
125 |
-
"split": "trn",
|
126 |
-
},
|
127 |
-
),
|
128 |
-
SplitGenerator(
|
129 |
-
name=Split.VALIDATION,
|
130 |
-
gen_kwargs={
|
131 |
-
"path": data_path,
|
132 |
-
"split": "val",
|
133 |
-
},
|
134 |
-
),
|
135 |
-
SplitGenerator(
|
136 |
-
name=Split.TEST,
|
137 |
-
gen_kwargs={
|
138 |
-
"path": data_path,
|
139 |
-
"split": "test"
|
140 |
-
},
|
141 |
-
),
|
142 |
-
]
|
143 |
-
elif self.config.name == "data":
|
144 |
-
# the data is not split
|
145 |
-
return [
|
146 |
-
SplitGenerator(
|
147 |
-
name=Split.TRAIN,
|
148 |
-
gen_kwargs={
|
149 |
-
"path": data_path,
|
150 |
-
"split": "data",
|
151 |
-
},
|
152 |
-
),
|
153 |
-
]
|
154 |
-
else:
|
155 |
-
raise ValueError(f"Unknown configuration name {self.config.name}")
|
156 |
-
|
157 |
-
def _generate_examples(self, path, split):
|
158 |
-
path = Path(path) / 'SPair-71k'
|
159 |
-
image_indices = {f'{cat}/{name}': i for i, (name, cat) in enumerate(sorted((img_name.name[:-4], folder.name) for folder in (path / 'JPEGImages').glob('*') for img_name in folder.glob('*.jpg')))}
|
160 |
-
if self.config.name == 'pairs':
|
161 |
-
for pair_file in (path / 'PairAnnotation' / split).glob('*.json'):
|
162 |
-
with open(pair_file, 'r') as f:
|
163 |
-
data = json.load(f)
|
164 |
-
category = data['category']
|
165 |
-
src_name = f'{category}/{data["src_imname"][:-4]}'
|
166 |
-
trg_name = f'{category}/{data["trg_imname"][:-4]}'
|
167 |
-
yield data["pair_id"], {
|
168 |
-
"pair_id": data["pair_id"],
|
169 |
-
"src_img": {"path": str(path / 'JPEGImages' / f'{src_name}.jpg'), "bytes": None},
|
170 |
-
"src_segmentation": {"path": str(path / 'Segmentation' / f'{src_name}.png'), "bytes": None},
|
171 |
-
"src_data_index": image_indices[src_name],
|
172 |
-
"src_name": src_name,
|
173 |
-
"src_imsize": data["src_imsize"],
|
174 |
-
"src_bndbox": data["src_bndbox"],
|
175 |
-
"src_pose": data["src_pose"],
|
176 |
-
"src_kps": data["src_kps"],
|
177 |
-
"trg_img": {"path": str(path / 'JPEGImages' / f'{trg_name}.jpg'), "bytes": None},
|
178 |
-
"trg_segmentation": {"path": str(path / 'Segmentation' / f'{trg_name}.png'), "bytes": None},
|
179 |
-
"trg_data_index": image_indices[trg_name],
|
180 |
-
"trg_name": trg_name,
|
181 |
-
"trg_imsize": data["trg_imsize"],
|
182 |
-
"trg_bndbox": data["trg_bndbox"],
|
183 |
-
"trg_pose": data["trg_pose"],
|
184 |
-
"trg_kps": data["trg_kps"],
|
185 |
-
"kps_ids": data["kps_ids"],
|
186 |
-
"category": category,
|
187 |
-
"category_id": category,
|
188 |
-
"viewpoint_variation": data["viewpoint_variation"],
|
189 |
-
"scale_variation": data["scale_variation"],
|
190 |
-
"truncation": data["truncation"],
|
191 |
-
"occlusion": data["occlusion"],
|
192 |
-
}
|
193 |
-
elif self.config.name == 'data':
|
194 |
-
for img_name, i in image_indices.items():
|
195 |
-
annotation = json.loads((path / 'ImageAnnotation' / f'{img_name}.json').read_text())
|
196 |
-
yield i, {
|
197 |
-
"img": {"path": str(path / 'JPEGImages' / f'{img_name}.jpg'), "bytes": None},
|
198 |
-
"name": img_name,
|
199 |
-
"segmentation": {"path": str(path / 'Segmentation' / f'{img_name}.png'), "bytes": None},
|
200 |
-
"filename": annotation['filename'],
|
201 |
-
"src_database": annotation['src_database'],
|
202 |
-
"src_annotation": annotation['src_annotation'],
|
203 |
-
"src_image": annotation['src_image'],
|
204 |
-
"image_width": annotation['image_width'],
|
205 |
-
"image_height": annotation['image_height'],
|
206 |
-
"image_depth": annotation['image_depth'],
|
207 |
-
"category": annotation['category'],
|
208 |
-
"category_id": annotation['category'],
|
209 |
-
"pose": annotation['pose'],
|
210 |
-
"truncated": annotation['truncated'],
|
211 |
-
"occluded": annotation['occluded'],
|
212 |
-
"difficult": annotation['difficult'],
|
213 |
-
"bndbox": annotation['bndbox'],
|
214 |
-
"kps": [[*kp] if kp else [-1, -1] for kp in annotation['kps'].values()],
|
215 |
-
"azimuth_id": annotation['azimuth_id'],
|
216 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c77da0f20517d1c86ca34741337e979f7d23284e976450dc4804e19ac796e0f
|
3 |
+
size 213775123
|
pairs/test-00000-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:454ccc9b6b09b9cfc75620750c15185a2093ed405974ff2c3c3d9f60dffe1346
|
3 |
+
size 440333062
|
pairs/test-00001-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b438e9ccc0b15829a157fdc270106c922d6a4613bc394b88981a00790f0b40
|
3 |
+
size 435851219
|
pairs/test-00002-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d4fd27bfe3e50ab1a9600935f5124d531077a71d952dbe493f4d87467458a0
|
3 |
+
size 436441232
|
pairs/test-00003-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:595526a9eb4e1bcb2e5423810a36308f9d73aa98b014a9bbfa21b6664e902be6
|
3 |
+
size 436355632
|
pairs/test-00004-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f308d5a5cd9145e020a6ddc6a9473dff32708d032e9127637eb37ba0a82a8d5b
|
3 |
+
size 441331212
|
pairs/test-00005-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:145edce6324372b0baa2e6b2f24595b19b93c1bcec3d206089767002c2e814ef
|
3 |
+
size 435210136
|
pairs/train-00000-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:226cf71a0e022dc361d0092bc2c8134b29a26c8e6aa0fcab52002fa4630baaca
|
3 |
+
size 464881329
|
pairs/train-00001-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394de40c7d96576ded885c850565edc296b9a96bd68a7b893520b37029786e9b
|
3 |
+
size 464150977
|
pairs/train-00002-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f23e881374fa228ae1011bae692d80a04bbab3c8318b983cbfa59c3bfa9d6ed
|
3 |
+
size 468036331
|
pairs/train-00003-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33fefd1b0160905b2cb8dc104c77ec6650d4d2367974464ed1f3aaafb6b2478
|
3 |
+
size 468390470
|
pairs/train-00004-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb35cc60d646637c0250167fa551f12c6af5d3a60c994d335669a5021fc354e
|
3 |
+
size 469897476
|
pairs/train-00005-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f1e1034d49a452241f473793bdec0df7ff6c381fd31442f1c4d1485e44011b7
|
3 |
+
size 470864459
|
pairs/train-00006-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:110b2e726b692d6ca20b0a5ae90644df9404cdb48914076f38886d9a95750836
|
3 |
+
size 467656961
|
pairs/train-00007-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:512f003905ba2b9d63a447e8c43850a23f2851aa6d8e28af4e8c7a1d6a3000af
|
3 |
+
size 468852937
|
pairs/train-00008-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7246520d3bb17c1960f32c46e0e6a89e9645f615aa7c7c50b64f161afb4a36d4
|
3 |
+
size 469618838
|
pairs/train-00009-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b71220c492019d8fdf8c5efb1a7863f17dae052f85a15119f3292bbf77e0d47
|
3 |
+
size 467434636
|
pairs/train-00010-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:648a54d9279e729d8813a538046cad55247382924d7cd176b386264ea4722dc6
|
3 |
+
size 472568802
|
pairs/train-00011-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0865b56e424a38ee51d05e7b2d3a22ebd3bd540c231763a5f32075b5f7fa9c
|
3 |
+
size 466499759
|
pairs/train-00012-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df284ae163fa0c0290712b56233ac18da52534287137cc39727ae4194d71eaa7
|
3 |
+
size 469988838
|
pairs/train-00013-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6625ebce873ea9ab4db718bddebcaaf6f930fa5bb991d0fc0d138f5dfb0a297
|
3 |
+
size 468177567
|
pairs/train-00014-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c827fba314786e04ec35b918d631223c922888bd06b2c28f757271c2d3ac1ec
|
3 |
+
size 470740118
|
pairs/train-00015-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2264c027473196e341d9ce2db156c1f72f4822a8d6c7962d3542a72f68b04f97
|
3 |
+
size 460818888
|
pairs/train-00016-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1478dacdbc18c268be43dfb8d2ef197bef777b0e2f605fcfd629739eb34247c1
|
3 |
+
size 467701387
|
pairs/train-00017-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ecb20cdc4f6540be111c66a39e3ba54e1ef4956c9243456bc02077c11409e22
|
3 |
+
size 463206220
|
pairs/train-00018-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b12c5a81521af921907e91f28a3b562ea47d8c38d93e5df9600f9c894d3d34dc
|
3 |
+
size 462038504
|
pairs/train-00019-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edab6f1c31a65453db2136c3e8530b84c13d10a03392f5134feaf0824684eade
|
3 |
+
size 463758668
|
pairs/train-00020-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73bfb83cb74e2819fd80d40268dd690fe96a9b0af8885bce7e19937338d934b7
|
3 |
+
size 463791910
|
pairs/train-00021-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f423bd847926d1ba301e63734c07bedaac3577d8cc7e4d31ecf72eaa76f414a7
|
3 |
+
size 468275843
|
pairs/train-00022-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f13cbbe2978aa93a390b3db7721f29c7ffb4f01c73f279666ff0cc176761fcf2
|
3 |
+
size 471721019
|
pairs/train-00023-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696409b741ce21905385c13b5ec8cf7ead24ff8fde6e455a407880a830839250
|
3 |
+
size 468839180
|
pairs/train-00024-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c05c524de84543f9cfd606c674ec823d27df763ced8836069c81f7003a3779f
|
3 |
+
size 464590828
|
pairs/train-00025-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f85f95841d4cf50644b7f3c7fd369af861e3e6d18445b0605df82337d916e946
|
3 |
+
size 474462525
|
pairs/validation-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcb66effe61028d3306d22984e7085398d285056b3af0265d88721274c921f12
|
3 |
+
size 394757998
|
pairs/validation-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09fc0325fc094f0b2b44af788eec505e3fd7aea0c43debacfb2652113cc0c486
|
3 |
+
size 390811545
|
pairs/validation-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9924d55a647195a3a69e47c9db4300361fbd9ccf8c2c6962584ddc50d5ae8ae0
|
3 |
+
size 384430336
|