WensongSong commited on
Commit
70d9884
·
1 Parent(s): b8f76b7

Add AnyInsertion v1 mask-prompt dataset (Arrow format) and README

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +198 -61
  2. data/data-00000-of-00114.arrow +3 -0
  3. data/data-00001-of-00114.arrow +3 -0
  4. data/data-00002-of-00114.arrow +3 -0
  5. data/data-00003-of-00114.arrow +3 -0
  6. data/data-00004-of-00114.arrow +3 -0
  7. data/data-00005-of-00114.arrow +3 -0
  8. data/data-00006-of-00114.arrow +3 -0
  9. data/data-00007-of-00114.arrow +3 -0
  10. data/data-00008-of-00114.arrow +3 -0
  11. data/data-00009-of-00114.arrow +3 -0
  12. data/data-00010-of-00114.arrow +3 -0
  13. data/data-00011-of-00114.arrow +3 -0
  14. data/data-00012-of-00114.arrow +3 -0
  15. data/data-00013-of-00114.arrow +3 -0
  16. data/data-00014-of-00114.arrow +3 -0
  17. data/data-00015-of-00114.arrow +3 -0
  18. data/data-00016-of-00114.arrow +3 -0
  19. data/data-00017-of-00114.arrow +3 -0
  20. data/data-00018-of-00114.arrow +3 -0
  21. data/data-00019-of-00114.arrow +3 -0
  22. data/data-00020-of-00114.arrow +3 -0
  23. data/data-00021-of-00114.arrow +3 -0
  24. data/data-00022-of-00114.arrow +3 -0
  25. data/data-00023-of-00114.arrow +3 -0
  26. data/data-00024-of-00114.arrow +3 -0
  27. data/data-00025-of-00114.arrow +3 -0
  28. data/data-00026-of-00114.arrow +3 -0
  29. data/data-00027-of-00114.arrow +3 -0
  30. data/data-00028-of-00114.arrow +3 -0
  31. data/data-00029-of-00114.arrow +3 -0
  32. data/data-00030-of-00114.arrow +3 -0
  33. data/data-00031-of-00114.arrow +3 -0
  34. data/data-00032-of-00114.arrow +3 -0
  35. data/data-00033-of-00114.arrow +3 -0
  36. data/data-00034-of-00114.arrow +3 -0
  37. data/data-00035-of-00114.arrow +3 -0
  38. data/data-00036-of-00114.arrow +3 -0
  39. data/data-00037-of-00114.arrow +3 -0
  40. data/data-00038-of-00114.arrow +3 -0
  41. data/data-00039-of-00114.arrow +3 -0
  42. data/data-00040-of-00114.arrow +3 -0
  43. data/data-00041-of-00114.arrow +3 -0
  44. data/data-00042-of-00114.arrow +3 -0
  45. data/data-00043-of-00114.arrow +3 -0
  46. data/data-00044-of-00114.arrow +3 -0
  47. data/data-00045-of-00114.arrow +3 -0
  48. data/data-00046-of-00114.arrow +3 -0
  49. data/data-00047-of-00114.arrow +3 -0
  50. data/data-00048-of-00114.arrow +3 -0
README.md CHANGED
@@ -8,10 +8,33 @@ pretty_name: a
8
  size_categories:
9
  - 10M<n<100M
10
  ---
11
- # AnyInsertion dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ## Summary
14
- This is the dataset proposed in our paper [**Insert Anything: Image Insertion via In-Context Editing in DiT**](https://arxiv.org/html/2504.15009)
15
 
16
  AnyInsertion dataset consists of training and testing subsets. The training set includes 159,908 samples across two prompt types: 58,188 mask-prompt image pairs and 101,720 text-prompt image pairs;the test set includes 158 data pairs: 120 mask-prompt pairs and 38 text-prompt pairs.
17
 
@@ -26,56 +49,45 @@ AnyInsertion dataset covers diverse categories including human subjects, daily n
26
  ```
27
 
28
 
 
29
  data/
30
  ├── train/
31
  │ ├── accessory/
32
- │ │ ├── ref_image/ # Reference image containing the element to be inserted
33
- │ │ ├── ref_mask/ # The mask corresponding to the inserted element
34
- │ │ ├── tar_image/ # Ground truth
35
- │ │ ├── tar_mask/ # The mask corresponding to the edited area of target image
36
- │ │ ├── add/ # The image after removing the inserted element in the tar_image
37
- │ │ ├── replace_different/ # The image after performing a replacement operation with a different shape on the inserted object in the tar_image
38
- │ │ └── replace_same/ # The image after performing a replacement operation with the same shape on the inserted object in the tar_image
39
  │ ├── object/
40
- │ │ ├── ref_image/
41
- │ │ ├── ref_mask/
42
- │ │ ├── tar_image/
43
- │ │ ├── tar_mask/
44
- │ │ ├── add/
45
- │ │ └── replace/ # The image after performing a replacement operation on the inserted object in the tar_image
46
  │ └── person/
47
- │ ├── ref_image/
48
- │ ├── ref_mask/
49
- │ ├── tar_image/
50
- │ ├── tar_mask/
51
- ├── add/
52
- │ └── replace/
53
  └── test/
54
  ├── garment/
55
- │ ├── ref_image/
56
- │ ├── ref_mask/
57
- │ ├── tar_image/
58
- │ ├── tar_mask/
59
- └── src_image/ # The image after performing a replacement operation on the inserted object in the tar_image
60
  ├── object/
61
- │ ├── ref_image/
62
- │ ├── ref_mask/
63
- │ ├── tar_image/
64
- │ ├── tar_mask/
65
- ├── src_image/ # The image after removing the inserted element in the tar_image
66
  └── person/
67
- ├── simple_scene/
68
- ├── ref_image/
69
- │ ├─�� ref_mask/
70
- ├── tar_image/
71
- │ ├── tar_mask/
72
- └── complex_scene/
73
- ├── ref_image/
74
- ├── ref_mask/
75
- ├── tar_image/
76
- ├── tar_mask/
77
-
78
-
79
  ```
80
 
81
 
@@ -84,34 +96,159 @@ data/
84
 
85
  <div style="display: flex; text-align: center; align-items: center; justify-content: space-between;">
86
    <figure style="margin: 10px; width: calc(25% - 20px);">
87
-     <img src="train/accessory/ref_image/2.png" alt="Ref_image" style="width: 100%;">
88
      <figcaption>Ref_image</figcaption>
89
    </figure>
90
    <figure style="margin: 10px; width: calc(25% - 20px);">
91
-     <img src="train/accessory/ref_mask/2.png" alt="Ref_mask" style="width: 100%;">
92
      <figcaption>Ref_mask</figcaption>
93
    </figure>
94
    <figure style="margin: 10px; width: calc(25% - 20px);">
95
-     <img src="train/accessory/tar_image/2.png" alt="Tar_image" style="width: 100%;">
96
      <figcaption>Tar_image</figcaption>
97
    </figure>
98
    <figure style="margin: 10px; width: calc(25% - 20px);">
99
-     <img src="train/accessory/tar_mask/2.png" alt="Tar_mask" style="width: 100%;">
100
      <figcaption>Tar_mask</figcaption>
101
    </figure>
102
  </div>
103
 
104
- <div style="display: flex; text-align: center; align-items: center; justify-content: space-between;">
105
-   <figure style="margin: 10px; width: calc(33.33% - 20px);">
106
-     <img src="train/accessory/add/src_image/2.png" alt="Add" style="width: 100%;">
107
-     <figcaption>Add</figcaption>
108
-   </figure>
109
-   <figure style="margin: 10px; width: calc(33.33% - 20px);">
110
-     <img src="train/accessory/replace_different/src_image/2.png" alt="Replace_different" style="width: 100%;">
111
-     <figcaption>Replace_different</figcaption>
112
-   </figure>
113
-   <figure style="margin: 10px; width: calc(33.33% - 20px);">
114
-     <img src="train/accessory/replace_same/src_image/2.png" alt="Replace_same" style="width: 100%;">
115
-     <figcaption>Replace_same</figcaption>
116
-   </figure>
117
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  size_categories:
9
  - 10M<n<100M
10
  ---
11
+ # AnyInsertion
12
+ <p align="center">
13
+ <a href="https://song-wensong.github.io/"><strong>Wensong Song</strong></a>
14
+ ·
15
+ <a href="https://openreview.net/profile?id=~Hong_Jiang4"><strong>Hong Jiang</strong></a>
16
+ ·
17
+ <a href="https://z-x-yang.github.io/"><strong>Zongxing Yang</strong></a>
18
+ ·
19
+ <a href="https://scholar.google.com/citations?user=WKLRPsAAAAAJ&hl=en"><strong>Ruijie Quan</strong></a>
20
+ ·
21
+ <a href="https://scholar.google.com/citations?user=RMSuNFwAAAAJ&hl=en"><strong>Yi Yang</strong></a>
22
+ <br>
23
+ <br>
24
+ <a href="https://arxiv.org/pdf/2504.15009"><img src='https://img.shields.io/badge/arXiv-InsertAnything-red?color=%23aa1a1a' alt='Paper PDF'></a>
25
+ <a href='https://song-wensong.github.io/insert-anything/'><img src='https://img.shields.io/badge/Project%20Page-InsertAnything-cyan?logoColor=%23FFD21E&color=%23cbe6f2' alt='Project Page'></a>
26
+ <a href=''><img src='https://img.shields.io/badge/Hugging%20Face-InsertAnything-yellow?logoColor=%23FFD21E&color=%23ffcc1c'></a>
27
+ <br>
28
+ <b>Zhejiang University &nbsp; | &nbsp; Harvard University &nbsp; | &nbsp; Nanyang Technological University </b>
29
+ </p>
30
+
31
+ ## News
32
+
33
+ * **[2025.4.24]** Released AnyInsertion v1 mask-prompt dataset on Hugging Face.
34
+
35
 
36
  ## Summary
37
+ This is the dataset proposed in our paper [**Insert Anything: Image Insertion via In-Context Editing in DiT**](https://arxiv.org/abs/2504.15009)
38
 
39
  AnyInsertion dataset consists of training and testing subsets. The training set includes 159,908 samples across two prompt types: 58,188 mask-prompt image pairs and 101,720 text-prompt image pairs;the test set includes 158 data pairs: 120 mask-prompt pairs and 38 text-prompt pairs.
40
 
 
49
  ```
50
 
51
 
52
+
53
  data/
54
  ├── train/
55
  │ ├── accessory/
56
+ │ │ ├── ref_image/ # Reference image containing the element to be inserted
57
+ │ │ ├── ref_mask/ # The mask corresponding to the inserted element
58
+ │ │ ├── tar_image/ # Ground truth
59
+ │ │ ├── tar_mask/ # The mask corresponding to the edited area of target image
60
+ │ │
 
 
61
  │ ├── object/
62
+ │ │ ├── ref_image/
63
+ │ │ ├── ref_mask/
64
+ │ │ ├── tar_image/
65
+ │ │ ├── tar_mask/
66
+ │ │
 
67
  │ └── person/
68
+ │ ├── ref_image/
69
+ │ ├── ref_mask/
70
+ │ ├── tar_image/
71
+ │ ├── tar_mask/
72
+
 
73
  └── test/
74
  ├── garment/
75
+ │ ├── ref_image/
76
+ │ ├── ref_mask/
77
+ │ ├── tar_image/
78
+ │ ├── tar_mask/
79
+
80
  ├── object/
81
+ │ ├── ref_image/
82
+ │ ├── ref_mask/
83
+ │ ├── tar_image/
84
+ │ ├── tar_mask/
85
+
86
  └── person/
87
+ ├── ref_image/
88
+ ├── ref_mask/
89
+ ├── tar_image/
90
+ ├── tar_mask/
 
 
 
 
 
 
 
 
91
  ```
92
 
93
 
 
96
 
97
  <div style="display: flex; text-align: center; align-items: center; justify-content: space-between;">
98
    <figure style="margin: 10px; width: calc(25% - 20px);">
99
+     <img src="examples/ref_image.png" alt="Ref_image" style="width: 100%;">
100
      <figcaption>Ref_image</figcaption>
101
    </figure>
102
    <figure style="margin: 10px; width: calc(25% - 20px);">
103
+     <img src="examples/ref_mask.png" alt="Ref_mask" style="width: 100%;">
104
      <figcaption>Ref_mask</figcaption>
105
    </figure>
106
    <figure style="margin: 10px; width: calc(25% - 20px);">
107
+     <img src="examples/tar_image.png" alt="Tar_image" style="width: 100%;">
108
      <figcaption>Tar_image</figcaption>
109
    </figure>
110
    <figure style="margin: 10px; width: calc(25% - 20px);">
111
+     <img src="examples/tar_mask.png" alt="Tar_mask" style="width: 100%;">
112
      <figcaption>Tar_mask</figcaption>
113
    </figure>
114
  </div>
115
 
116
+ ## Usage
117
+ This guide explains how to load and use the AnyInsertion dataset, specifically the subset focusing on mask-prompt image pairs, which has been prepared in Apache Arrow format for efficient loading with the Hugging Face `datasets` library.
118
+
119
+ ### Installation
120
+
121
+ First, ensure you have the `datasets` library installed. If not, you can install it via pip:
122
+
123
+ ```bash
124
+ pip install datasets pillow
125
+ ```
126
+
127
+ ### Loading the Dataset
128
+ You can load the dataset directly from the Hugging Face Hub using its identifier:
129
+
130
+ ```python
131
+ from datasets import load_dataset
132
+
133
+ # Replace with the correct Hugging Face Hub repository ID
134
+ repo_id = "WensongSong/AnyInsertion"
135
+
136
+ # Load the entire dataset (usually returns a DatasetDict with 'train' and 'test' splits)
137
+ dataset = load_dataset(repo_id)
138
+
139
+ print(dataset)
140
+ # Expected output similar to:
141
+ # DatasetDict({
142
+ # train: Dataset({
143
+ # features: ['id', 'split', 'category', 'main_label', 'ref_image', 'ref_mask', 'tar_image', 'tar_mask'],
144
+ # num_rows: XXXX
145
+ # })
146
+ # test: Dataset({
147
+ # features: ['id', 'split', 'category', 'main_label', 'ref_image', 'ref_mask', 'tar_image', 'tar_mask'],
148
+ # num_rows: YYYY
149
+ # })
150
+ # })
151
+ ```
152
+
153
+ ### Loading Specific Splits
154
+ If you only need a specific split (e.g., 'test'), you can specify it during loading:
155
+ ``` python
156
+ # Load only the 'test' split
157
+ test_dataset = load_dataset(repo_id, split='test')
158
+ print("Loaded Test Split:")
159
+ print(test_dataset)
160
+
161
+ # Load only the 'train' split
162
+ train_dataset = load_dataset(repo_id, split='train')
163
+ print("\nLoaded Train Split:")
164
+ print(train_dataset)
165
+ ```
166
+
167
+ ### Dataset Structure
168
+ * The loaded dataset (or individual splits) has the following structure and features (columns):
169
+
170
+ * id (string): A unique identifier for each data sample, typically formatted as "split/category/image_id" (e.g., "train/accessory/0").
171
+
172
+ * split (string): Indicates whether the sample belongs to the 'train' or 'test' set.
173
+
174
+ * category (string): The category of the main object or subject in the sample. Possible values include: 'accessory', 'object', 'person' (for train), 'garment', 'object_test', 'person' (for test).
175
+
176
+ * main_label (string): The label associated with the reference image/mask pair, derived from the original label.json files.
177
+
178
+ * ref_image (Image): The reference image containing the object or element to be conceptually inserted. Loaded as a PIL (Pillow) Image object.
179
+
180
+ * ref_mask (Image): The binary mask highlighting the specific element within the ref_image. Loaded as a PIL Image object.
181
+
182
+ * tar_image (Image): The target image, representing the ground truth result after the conceptual insertion or editing. Loaded as a PIL Image object.
183
+
184
+ * tar_mask (Image): The binary mask indicating the edited or inserted region within the tar_image. Loaded as a PIL Image object.
185
+
186
+ ### Accessing Data
187
+
188
+ You can access data like a standard Python dictionary or list:
189
+
190
+ ```python
191
+ # Get the training split from the loaded DatasetDict
192
+ train_ds = dataset['train']
193
+
194
+ # Get the first sample from the training set
195
+ first_sample = train_ds[0]
196
+
197
+ # Access specific features (columns) of the sample
198
+ ref_image = first_sample['ref_image']
199
+ label = first_sample['main_label']
200
+ category = first_sample['category']
201
+
202
+ print(f"\nFirst train sample category: {category}, label: {label}")
203
+ print(f"Reference image size: {ref_image.size}") # ref_image is a PIL Image
204
+
205
+ # Display the image (requires matplotlib or other image libraries)
206
+ # import matplotlib.pyplot as plt
207
+ # plt.imshow(ref_image)
208
+ # plt.title(f"Category: {category}, Label: {label}")
209
+ # plt.show()
210
+
211
+ # Iterate through the dataset (e.g., the first 5 test samples)
212
+ print("\nIterating through the first 5 test samples:")
213
+ test_ds = dataset['test']
214
+ for i in range(5):
215
+ sample = test_ds[i]
216
+ print(f" Sample {i}: ID={sample['id']}, Category={sample['category']}, Label={sample['main_label']}")
217
+ ```
218
+
219
+ ### Filtering Data
220
+
221
+ The datasets library provides powerful filtering capabilities.
222
+
223
+ ```python
224
+ # Filter the training set to get only 'accessory' samples
225
+ accessory_train_ds = train_ds.filter(lambda example: example['category'] == 'accessory')
226
+ print(f"\nNumber of 'accessory' samples in train split: {len(accessory_train_ds)}")
227
+
228
+ # Filter the test set for 'person' samples
229
+ person_test_ds = test_ds.filter(lambda example: example['category'] == 'person')
230
+ print(f"Number of 'person' samples in test split: {len(person_test_ds)}")
231
+ ```
232
+ #### Filtering by Split (if loaded as DatasetDict)
233
+ Although loading specific splits is preferred, you can also filter by the split column if you loaded the entire DatasetDict and somehow combined them (not typical, but possible):
234
+
235
+ ```python
236
+ # Assuming 'combined_ds' is a dataset containing both train and test rows
237
+ # test_split_filtered = combined_ds.filter(lambda example: example['split'] == 'test')
238
+ ```
239
+
240
+ ### Working with Images
241
+ The features defined as Image (ref_image, ref_mask, tar_image, tar_mask) will automatically load the image data as PIL (Pillow) Image objects when accessed. You can then use standard Pillow methods or convert them to other formats (like NumPy arrays or PyTorch tensors) for further processing.
242
+
243
+ ```python
244
+ # Example: Convert reference image to NumPy array
245
+ import numpy as np
246
+
247
+ first_sample = train_ds[0]
248
+ ref_image_pil = first_sample['ref_image']
249
+ ref_image_np = np.array(ref_image_pil)
250
+
251
+ print(f"\nReference image shape as NumPy array: {ref_image_np.shape}")
252
+ ```
253
+
254
+
data/data-00000-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9f3bbda82de7762ca7fbfeaea035fc3e5dcd675d34e87fdc162a38e6a95d06
3
+ size 474975064
data/data-00001-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba862cf7b3e4a80f933b6d26d2b1c1ab97997e5bb92a75d16e765bc2875196c
3
+ size 525937968
data/data-00002-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46898f1eb8f5a87f16b69efbf8511a6bc348fc1bfb02244a01287b952155871b
3
+ size 463867544
data/data-00003-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908cef6f36c6d5334d90c04d4cf773135ed130270e8230a9ad32560e71effd40
3
+ size 563854592
data/data-00004-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dec96340bddcb6e9d76b07a941d351c3eeb54f010af7cbbf16cd5826c3d16f2
3
+ size 524517192
data/data-00005-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387d0492713b346125d65eb1203f55379523b483d1c89561e5d3316448b9e839
3
+ size 479262304
data/data-00006-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa0800d8d45dccb709f667fcedd00e9756dd4891576342cfcade682fe3e6baa
3
+ size 515263616
data/data-00007-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dd775adab6384ef5c6658b37f56fa63e7b898314ed5c3a8409197989f9e255
3
+ size 510067040
data/data-00008-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3f44ce584f8466f682218c2f3202b12a6651a712879a5ad78b8df2b8d14e47
3
+ size 466063224
data/data-00009-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0cb8af33a1901f18942ffb8fc77e7042ff5b2a80fa35499c1363cb6bd29407
3
+ size 502884952
data/data-00010-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5ec9c05c28a4ea03b41252da1aeff4ff3552898e1be09c306e396f9b91253b
3
+ size 494910392
data/data-00011-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617a0d5be756a7509110deabd0c7f6690d9788c917e96426a3581ecfcc257712
3
+ size 537808576
data/data-00012-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b2e01730a141d6570029b313b4a756abeb24b0966de633f3ceec5d37170b6a
3
+ size 554465064
data/data-00013-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8118aec814815a5729e1f93e5e7e069fe4c09dad2db45950540dfa8e001da9
3
+ size 469411056
data/data-00014-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3772cd3f5cd6a52bf0d5faa65725ee4e1a4f9911d22fc6ad56d2fdcb757028
3
+ size 460387160
data/data-00015-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca0c053245bc9fa55901de7e45f12bd885fd7f921caa1f98667e00a4ee75228c
3
+ size 489784024
data/data-00016-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4ef0446a104a9cc48f7ca693a82c0c4dbf0978b10ca8cb3ff5994739381c59
3
+ size 448053784
data/data-00017-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50112cfb59d25e5be3d72d9574af330efc1d542bc18e72c70a07004026aacb98
3
+ size 505285864
data/data-00018-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2cf60c62635bf4bba7f165229529faa646f2a3c95fa4ab4ef28b3e1358d65f
3
+ size 496326024
data/data-00019-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cec42ec8b1fbbb316830769913d399fd5c713387dda20b0183ef691ccb34c6e
3
+ size 511383568
data/data-00020-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ebe354b6ff6ca6f592ab186ce1c9abf336b31b2c16293ef5b5bce4e09ff0ae
3
+ size 530941392
data/data-00021-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfcf1ca689c4facc9c7e4c0cb1bde4fe7d3e4b8aac9a23fcb4559c8302c43bed
3
+ size 496689616
data/data-00022-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc489b4172e114fbb687c768bba307f761f2d7de6ba4024a204a090ef23f3d7e
3
+ size 502617072
data/data-00023-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49c73a6274d3871d49afdd80c649fe5bec5f63914c20e7037ab3dc7eac6ff75
3
+ size 471003128
data/data-00024-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eafdab91101ba633808b882ca18e986df4b0ede870ad8b95da2c9f7dd296fee
3
+ size 531301184
data/data-00025-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a247a651f32d3462cb35c3baa47cb2b00f59dfa5ce66d1a0931fc0259d55e4d
3
+ size 496839184
data/data-00026-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947c1026737cc0b1150b96b3a97c294a3df53f2dddbb983faf711115d334e7b8
3
+ size 518928624
data/data-00027-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b04e18835280e4ea8d7e3330c601e07982b343c0596626aba82fd466dd146f2
3
+ size 559354696
data/data-00028-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900bccd8122f1630738169f07f69df9d9c5eb0303ecb80a842ce9f721ebd5b9d
3
+ size 570597816
data/data-00029-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e48fed7e488255d5b5850564a09f23c3ab0626e56c36f92c54d26559df68358
3
+ size 531577760
data/data-00030-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cf462fd48140acf2da1b790480682c6d33197f0604e9d3da37b659dc6faf26
3
+ size 532478152
data/data-00031-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d246f4d50ef901fb4a7aa30dbda9a2c8ec823c49a3fae3da2e01d98c7f48cbd9
3
+ size 483345136
data/data-00032-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac857ae1eddc4c3ae546f7881b9bc337ee8e21952ba3201b926af3916cf47f19
3
+ size 493566832
data/data-00033-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2d6f15b41a5bf8e371acddc1363bc6be92c386621c9b49e736429caa83638a
3
+ size 493810640
data/data-00034-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1bbd5fa39b26733495d58f234accddfca596f17641840003dfb4696cfc7e04
3
+ size 491795560
data/data-00035-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a34010f9fbcb4b3a52a4ab7fa7d0998967db1e7c6103537ac53cd85bc8b092
3
+ size 505171288
data/data-00036-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6052ee91f8664b190a3aea1656c2d4dd02b567bc048ae8d63f760cf5c584e72
3
+ size 521061640
data/data-00037-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c025237e5998f2883c598c7150560d6317fa1384688d572ff84b82effe0d10f
3
+ size 512820304
data/data-00038-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4e87e08afd044b34fa0cb76685fa535895c550e0ea38f41072cb945452bfaf
3
+ size 543024936
data/data-00039-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de195d92e7994908cad34954f41a481f913687c11457bf2875905efbe4bdd3d
3
+ size 560109936
data/data-00040-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c086f8823cb87051fbd93cf6614acdef02021cff6f13890fa9474e8031dd9375
3
+ size 505348200
data/data-00041-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c29513b9941cf622e2827baa5858870f51dac8dd2a03df2e9d9cc390adac99
3
+ size 560055928
data/data-00042-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222fbd2adf9537660809bceb35eb5c2b846a0bce938adf52ccbcc660bd7d98cc
3
+ size 502179312
data/data-00043-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f66ad63fe3afb9c65d7c3e85e6bc26076156f5a8a46f820900b80784280d738
3
+ size 525341656
data/data-00044-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df3b479a893f5eafd27e9d9c5cc79f8d4bd08914a716e977b372769579849eed
3
+ size 499594128
data/data-00045-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95348c4d56e63a5cbcd88df81754da7b0fb3908ae5f1d2447a7baff244179d84
3
+ size 505039296
data/data-00046-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f203a18cdcdbed2caed4e340b9c0b71246f45a44a52b88c4f76d452fd529f545
3
+ size 443965448
data/data-00047-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3492ecb126c35a51d47c6db5f1aa02bae2b5d0033774a4e52dba5a14bf995774
3
+ size 512559944
data/data-00048-of-00114.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:671e113fa7c9177ae8a25584d94ae290ebd930ca344002650fc4ed1b896b760e
3
+ size 555810024