dgrachev commited on
Commit
ffc2c17
·
verified ·
1 Parent(s): 34fb30a

Upload folder using huggingface_hub

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 +17 -472
  2. data/chunk-000/file-000.parquet +2 -2
  3. data/chunk-000/file-001.parquet +2 -2
  4. data/chunk-000/file-002.parquet +2 -2
  5. data/chunk-000/file-003.parquet +2 -2
  6. data/chunk-000/file-004.parquet +2 -2
  7. data/chunk-000/file-005.parquet +2 -2
  8. data/chunk-000/file-006.parquet +2 -2
  9. data/chunk-000/file-007.parquet +2 -2
  10. data/chunk-000/file-008.parquet +2 -2
  11. data/chunk-000/file-009.parquet +2 -2
  12. data/chunk-000/file-010.parquet +2 -2
  13. data/chunk-000/file-011.parquet +2 -2
  14. data/chunk-000/file-012.parquet +2 -2
  15. data/chunk-000/file-013.parquet +2 -2
  16. data/chunk-000/file-014.parquet +2 -2
  17. data/chunk-000/file-015.parquet +2 -2
  18. data/chunk-000/file-016.parquet +2 -2
  19. data/chunk-000/file-017.parquet +2 -2
  20. data/chunk-000/file-018.parquet +2 -2
  21. data/chunk-000/file-019.parquet +2 -2
  22. data/chunk-000/file-020.parquet +2 -2
  23. data/chunk-000/file-021.parquet +2 -2
  24. data/chunk-000/file-022.parquet +2 -2
  25. data/chunk-000/file-023.parquet +2 -2
  26. data/chunk-000/file-024.parquet +2 -2
  27. data/chunk-000/file-025.parquet +2 -2
  28. data/chunk-000/file-026.parquet +2 -2
  29. data/chunk-000/file-027.parquet +2 -2
  30. data/chunk-000/file-028.parquet +2 -2
  31. data/chunk-000/file-029.parquet +2 -2
  32. data/chunk-000/file-030.parquet +2 -2
  33. data/chunk-000/file-031.parquet +2 -2
  34. data/chunk-000/file-032.parquet +2 -2
  35. data/chunk-000/file-033.parquet +2 -2
  36. data/chunk-000/file-034.parquet +2 -2
  37. data/chunk-000/file-035.parquet +2 -2
  38. data/chunk-000/file-036.parquet +2 -2
  39. data/chunk-000/file-037.parquet +2 -2
  40. data/chunk-000/file-038.parquet +2 -2
  41. data/chunk-000/file-039.parquet +2 -2
  42. data/chunk-000/file-040.parquet +2 -2
  43. data/chunk-000/file-041.parquet +2 -2
  44. data/chunk-000/file-042.parquet +2 -2
  45. data/chunk-000/file-043.parquet +2 -2
  46. data/chunk-000/file-044.parquet +2 -2
  47. data/chunk-000/file-045.parquet +2 -2
  48. data/chunk-000/file-046.parquet +2 -2
  49. data/chunk-000/file-047.parquet +2 -2
  50. data/chunk-000/file-048.parquet +2 -2
README.md CHANGED
@@ -1,481 +1,26 @@
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
  tags:
6
  - LeRobot
7
- configs:
8
- - config_name: default
9
- data_files: data/*/*.parquet
10
  ---
11
 
12
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
-
14
- ## Dataset Description
15
-
16
-
17
-
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
-
22
- ## Dataset Structure
23
-
24
- [meta/info.json](meta/info.json):
25
- ```json
26
- {
27
- "codebase_version": "v3.0",
28
- "robot_type": "Franka",
29
- "total_episodes": 95658,
30
- "total_frames": 27630375,
31
- "total_tasks": 49630,
32
- "chunks_size": 1000,
33
- "data_files_size_in_mb": 100,
34
- "video_files_size_in_mb": 500,
35
- "fps": 15,
36
- "splits": {
37
- "train": "0:95658"
38
- },
39
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
- "features": {
42
- "is_first": {
43
- "dtype": "bool",
44
- "shape": [
45
- 1
46
- ],
47
- "names": null
48
- },
49
- "is_last": {
50
- "dtype": "bool",
51
- "shape": [
52
- 1
53
- ],
54
- "names": null
55
- },
56
- "is_terminal": {
57
- "dtype": "bool",
58
- "shape": [
59
- 1
60
- ],
61
- "names": null
62
- },
63
- "language_instruction": {
64
- "dtype": "string",
65
- "shape": [
66
- 1
67
- ],
68
- "names": null
69
- },
70
- "language_instruction_2": {
71
- "dtype": "string",
72
- "shape": [
73
- 1
74
- ],
75
- "names": null
76
- },
77
- "language_instruction_3": {
78
- "dtype": "string",
79
- "shape": [
80
- 1
81
- ],
82
- "names": null
83
- },
84
- "observation.state.gripper_position": {
85
- "dtype": "float32",
86
- "shape": [
87
- 1
88
- ],
89
- "names": {
90
- "axes": [
91
- "gripper"
92
- ]
93
- }
94
- },
95
- "observation.state.cartesian_position": {
96
- "dtype": "float32",
97
- "shape": [
98
- 6
99
- ],
100
- "names": {
101
- "axes": [
102
- "x",
103
- "y",
104
- "z",
105
- "roll",
106
- "pitch",
107
- "yaw"
108
- ]
109
- }
110
- },
111
- "observation.state.joint_position": {
112
- "dtype": "float32",
113
- "shape": [
114
- 7
115
- ],
116
- "names": {
117
- "axes": [
118
- "joint_0",
119
- "joint_1",
120
- "joint_2",
121
- "joint_3",
122
- "joint_4",
123
- "joint_5",
124
- "joint_6"
125
- ]
126
- }
127
- },
128
- "observation.state": {
129
- "dtype": "float32",
130
- "shape": [
131
- 8
132
- ],
133
- "names": {
134
- "axes": [
135
- "joint_0",
136
- "joint_1",
137
- "joint_2",
138
- "joint_3",
139
- "joint_4",
140
- "joint_5",
141
- "joint_6",
142
- "gripper"
143
- ]
144
- }
145
- },
146
- "observation.images.wrist_left": {
147
- "dtype": "video",
148
- "shape": [
149
- 180,
150
- 320,
151
- 3
152
- ],
153
- "names": [
154
- "height",
155
- "width",
156
- "channels"
157
- ],
158
- "info": {
159
- "video.height": 180,
160
- "video.width": 320,
161
- "video.codec": "av1",
162
- "video.pix_fmt": "yuv420p",
163
- "video.is_depth_map": false,
164
- "video.fps": 15,
165
- "video.channels": 3,
166
- "has_audio": false
167
- }
168
- },
169
- "observation.images.exterior_1_left": {
170
- "dtype": "video",
171
- "shape": [
172
- 180,
173
- 320,
174
- 3
175
- ],
176
- "names": [
177
- "height",
178
- "width",
179
- "channels"
180
- ],
181
- "info": {
182
- "video.height": 180,
183
- "video.width": 320,
184
- "video.codec": "av1",
185
- "video.pix_fmt": "yuv420p",
186
- "video.is_depth_map": false,
187
- "video.fps": 15,
188
- "video.channels": 3,
189
- "has_audio": false
190
- }
191
- },
192
- "observation.images.exterior_2_left": {
193
- "dtype": "video",
194
- "shape": [
195
- 180,
196
- 320,
197
- 3
198
- ],
199
- "names": [
200
- "height",
201
- "width",
202
- "channels"
203
- ],
204
- "info": {
205
- "video.height": 180,
206
- "video.width": 320,
207
- "video.codec": "av1",
208
- "video.pix_fmt": "yuv420p",
209
- "video.is_depth_map": false,
210
- "video.fps": 15,
211
- "video.channels": 3,
212
- "has_audio": false
213
- }
214
- },
215
- "action.gripper_position": {
216
- "dtype": "float32",
217
- "shape": [
218
- 1
219
- ],
220
- "names": {
221
- "axes": [
222
- "gripper"
223
- ]
224
- }
225
- },
226
- "action.gripper_velocity": {
227
- "dtype": "float32",
228
- "shape": [
229
- 1
230
- ],
231
- "names": {
232
- "axes": [
233
- "gripper"
234
- ]
235
- }
236
- },
237
- "action.cartesian_position": {
238
- "dtype": "float32",
239
- "shape": [
240
- 6
241
- ],
242
- "names": {
243
- "axes": [
244
- "x",
245
- "y",
246
- "z",
247
- "roll",
248
- "pitch",
249
- "yaw"
250
- ]
251
- }
252
- },
253
- "action.cartesian_velocity": {
254
- "dtype": "float32",
255
- "shape": [
256
- 6
257
- ],
258
- "names": {
259
- "axes": [
260
- "x",
261
- "y",
262
- "z",
263
- "roll",
264
- "pitch",
265
- "yaw"
266
- ]
267
- }
268
- },
269
- "action.joint_position": {
270
- "dtype": "float32",
271
- "shape": [
272
- 7
273
- ],
274
- "names": {
275
- "axes": [
276
- "joint_0",
277
- "joint_1",
278
- "joint_2",
279
- "joint_3",
280
- "joint_4",
281
- "joint_5",
282
- "joint_6"
283
- ]
284
- }
285
- },
286
- "action.joint_velocity": {
287
- "dtype": "float32",
288
- "shape": [
289
- 7
290
- ],
291
- "names": {
292
- "axes": [
293
- "joint_0",
294
- "joint_1",
295
- "joint_2",
296
- "joint_3",
297
- "joint_4",
298
- "joint_5",
299
- "joint_6"
300
- ]
301
- }
302
- },
303
- "action.original": {
304
- "dtype": "float32",
305
- "shape": [
306
- 7
307
- ],
308
- "names": {
309
- "axes": [
310
- "x",
311
- "y",
312
- "z",
313
- "roll",
314
- "pitch",
315
- "yaw",
316
- "gripper"
317
- ]
318
- }
319
- },
320
- "action": {
321
- "dtype": "float32",
322
- "shape": [
323
- 8
324
- ],
325
- "names": {
326
- "axes": [
327
- "joint_0",
328
- "joint_1",
329
- "joint_2",
330
- "joint_3",
331
- "joint_4",
332
- "joint_5",
333
- "joint_6",
334
- "gripper"
335
- ]
336
- }
337
- },
338
- "discount": {
339
- "dtype": "float32",
340
- "shape": [
341
- 1
342
- ],
343
- "names": null
344
- },
345
- "reward": {
346
- "dtype": "float32",
347
- "shape": [
348
- 1
349
- ],
350
- "names": null
351
- },
352
- "task_category": {
353
- "dtype": "string",
354
- "shape": [
355
- 1
356
- ],
357
- "names": null
358
- },
359
- "building": {
360
- "dtype": "string",
361
- "shape": [
362
- 1
363
- ],
364
- "names": null
365
- },
366
- "collector_id": {
367
- "dtype": "string",
368
- "shape": [
369
- 1
370
- ],
371
- "names": null
372
- },
373
- "date": {
374
- "dtype": "string",
375
- "shape": [
376
- 1
377
- ],
378
- "names": null
379
- },
380
- "camera_extrinsics.wrist_left": {
381
- "dtype": "float32",
382
- "shape": [
383
- 6
384
- ],
385
- "names": {
386
- "axes": [
387
- "x",
388
- "y",
389
- "z",
390
- "roll",
391
- "pitch",
392
- "yaw"
393
- ]
394
- }
395
- },
396
- "camera_extrinsics.exterior_1_left": {
397
- "dtype": "float32",
398
- "shape": [
399
- 6
400
- ],
401
- "names": {
402
- "axes": [
403
- "x",
404
- "y",
405
- "z",
406
- "roll",
407
- "pitch",
408
- "yaw"
409
- ]
410
- }
411
- },
412
- "camera_extrinsics.exterior_2_left": {
413
- "dtype": "float32",
414
- "shape": [
415
- 6
416
- ],
417
- "names": {
418
- "axes": [
419
- "x",
420
- "y",
421
- "z",
422
- "roll",
423
- "pitch",
424
- "yaw"
425
- ]
426
- }
427
- },
428
- "is_episode_successful": {
429
- "dtype": "bool",
430
- "shape": [
431
- 1
432
- ],
433
- "names": null
434
- },
435
- "timestamp": {
436
- "dtype": "float32",
437
- "shape": [
438
- 1
439
- ],
440
- "names": null
441
- },
442
- "frame_index": {
443
- "dtype": "int64",
444
- "shape": [
445
- 1
446
- ],
447
- "names": null
448
- },
449
- "episode_index": {
450
- "dtype": "int64",
451
- "shape": [
452
- 1
453
- ],
454
- "names": null
455
- },
456
- "index": {
457
- "dtype": "int64",
458
- "shape": [
459
- 1
460
- ],
461
- "names": null
462
- },
463
- "task_index": {
464
- "dtype": "int64",
465
- "shape": [
466
- 1
467
- ],
468
- "names": null
469
- }
470
- }
471
- }
472
- ```
473
 
 
474
 
475
- ## Citation
 
 
 
 
 
 
 
 
476
 
477
- **BibTeX:**
 
478
 
479
- ```bibtex
480
- [More Information Needed]
481
- ```
 
1
  ---
 
 
 
2
  tags:
3
  - LeRobot
4
+ - droid
5
+ task_categories:
6
+ - robotics
7
  ---
8
 
9
+ # DROID 1.0.1 with delta-EE actions and gripper-event timings
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
+ `lerobot/droid_1.0.1` with five added per-frame features:
12
 
13
+ - `action.delta_ee` — `[x, y, z, roll, pitch, yaw, gripper]` (float32): per-step
14
+ delta EE command: position delta of `action.cartesian_position` vs
15
+ `observation.state.cartesian_position`, and the relative rotation
16
+ `R_cmd * R_state^-1` (world frame) as extrinsic-xyz Euler (gimbal-safe, unlike
17
+ elementwise rpy subtraction); gripper is the absolute command (0..1, 1 = close).
18
+ - `observation.gripper.time_to_close` / `time_to_open` — hindsight seconds until the
19
+ gripper command next flips (threshold 0.5, runs < 3 steps debounced).
20
+ - `observation.gripper.time_since_close` / `time_since_open` — seconds since the
21
+ previous flip. Frames with no such flip in the episode hold the sentinel `10000`.
22
 
23
+ The `delta-ee` branch additionally swaps the flat `action` column to the delta-EE
24
+ values (joint-position actions live on `main`).
25
 
26
+ Generated by `lerobot_policy_framepick/scripts/augment_droid_delta_ee_gripper_events.py`.
 
 
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72b4f5f7df1ecb8eac8313ecfab417eb4a5dbf6ffb7104acbce373725c322dc3
3
- size 85916979
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc74e07e75725e2f6bfd4dbe962ee3bf858ecff917c3faa8f124aeedf31d804
3
+ size 93951372
data/chunk-000/file-001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab0f9de4afa9b9a8abff5224746f1628c4ca26f82ed6f6f291691a757529043c
3
- size 85559425
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de449cf9ca430ec63ef7653326c5a76e33882ed63f21510cc85e097a8d3cb915
3
+ size 93454883
data/chunk-000/file-002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2df30ab8e4d1ac753a9c868e8f4f05c611cdccaaf320e372c54fb964a2109a08
3
- size 85202095
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a831cedf01f8469847ee4bf29f1830bc080e16ebf18dca887605253b490d931
3
+ size 93213854
data/chunk-000/file-003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f00e4bc7d5352a2b4c30b0f84391524d38302e0a8d75cd34dbb81280a6bf49e1
3
- size 85597387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4eadea259aa69d3c2e60ba4fdaf5506fc12134834c8c23ceae51db213d554e
3
+ size 93544085
data/chunk-000/file-004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89da7a7fb2179b98df222e6c78cc2cd2c8c832d22a5612ce061bc942a5fb6128
3
- size 86167056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d27ac7ba7384c9d20d5b0f3f9d117725cc310caf6ea49f19ec489ca796b305
3
+ size 94266062
data/chunk-000/file-005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a6d03193a35f95f6093c4e1ad6090d90de9e89daee75d5384de026441a97e7f
3
- size 86782675
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bf115bb92d8d2c690ce8a4bdbbedaee40187f1d7b44002ea1eb7ad9d0bd661
3
+ size 94750889
data/chunk-000/file-006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbcf7781ac1a7501515ff3aea376badf551ddf3061191efd862568b273075d8c
3
- size 86806357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6c5f7eb29cc96e1dede3560828a58a778246ed6fd8f3c49ec069a9f5b7c7de
3
+ size 95078347
data/chunk-000/file-007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ca05ef3a832281a9389b8490cd5ff7145d007a065a54aab7fa35ba9e1e42a56
3
- size 87708448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67095cef66ccddafc2185af54fa6162601f7e3b8b108cd2175ef3fbebbb4e2f7
3
+ size 95904334
data/chunk-000/file-008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baa3a5e266d6bdb29e5757536759b059b14e403b14312b924ba1c89cb4d55615
3
- size 85480797
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885195e65824930ff936cd41e9310b652a844d3ae5b52791ccdf3b6304334ae2
3
+ size 93426948
data/chunk-000/file-009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:754f731d233831e81fa1d425f861d3f0cf71d7cd33256e201bf681456f29e003
3
- size 87060421
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92946e76527066a6868bada9cccbae92600ddd6ba27294dbeb08de3cbd08edfd
3
+ size 95091253
data/chunk-000/file-010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb1993c1a0214972f2a6e9bb1868c329c4c5547d84073e0d9772abfa4f9ea3ae
3
- size 86952578
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb474099d22e335c6c700b21b8962d28f36ee640717617df10e7c844045a8295
3
+ size 95012254
data/chunk-000/file-011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5ee2a261381bc5f69953f6de79cba911ccac1375f8a1ff1c67a8a1e622a42f2
3
- size 87024209
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b9c65b53699a7fb0602a34def2a5594d21b2ca407f05e1ff1025c9bfe274f6
3
+ size 95174082
data/chunk-000/file-012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e754e20662c2624c73f25ab828b13244c91e9b5e23741816d5c2941008fc2f75
3
- size 85146776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd60f14474cdc19c6a125fa24b4f39180ddf6c9400e5e7829aa1f053c678867
3
+ size 92987681
data/chunk-000/file-013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c3219b3dede750c4d3c5df245ea4e5961f3d9cc9a0e7c89137b919f3f38479a
3
- size 85085073
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8884d08c9ea6efef5a04db9a56eec6a6ecbfd4c49263ebff04d37c056e77f26f
3
+ size 92992303
data/chunk-000/file-014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f4eee270f2cd9071a7ef8e44b2d36c9811cb7de919e4361745d7439f20f8a02
3
- size 85017378
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a83e34972281def21dc41e20fc47badcc9268cfb0b2ea28fbc4034ad85a6d4
3
+ size 93040516
data/chunk-000/file-015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c178aad7ebb49f1b35d3f0f7e4d8f3a3e403f089aae09d6c6dd3c7d66945b3c
3
- size 84998824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5159f612e22a71505357c3203f1075aa5761f5d99b72e6de4db5fed35d5634fa
3
+ size 92928750
data/chunk-000/file-016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:752879927cacedfaa45e881079ab767917fde4166a3cc6f70395140ae5b14d62
3
- size 86280797
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478fb1838d84d5d0351338128c58fb729bf1b0e7d467aa45f7f7811eb83a0fad
3
+ size 94291432
data/chunk-000/file-017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:691f17971fa331e9a203ca7380d65462295caaefdfbb67ab4c0e5bce35a12b88
3
- size 84925536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b1e0d0015eba2f4e75a59c686730d4ce9c078a9a8d02da0addf1c218bd5122
3
+ size 92845091
data/chunk-000/file-018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72be92f03774ebba0dfab829208a6292b8c6b03f85e29e8de5c1d67297cc55ed
3
- size 87307357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478a03fe76d256085029e1e8444cc77854a76cffddc1c4f5ee937a32be683fe3
3
+ size 95359425
data/chunk-000/file-019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:867fabe7e5ca660d8af6807352497804e25848706f6a2b5e20f68a2598392374
3
- size 85831949
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c305c5eb71446061dc005d11941f9800da535b7cd02f6a54b611a950db34ed6
3
+ size 93740729
data/chunk-000/file-020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e03b4a65207355793ded6c5307d1d9605e567cbb5b506e433ad590eda5b612c
3
- size 86060336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a88b326bf33476e68f4d10bb6966cee5287ad331623729383627c8a96b6c53
3
+ size 94168684
data/chunk-000/file-021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:512642a42ea13843ff5a7d45cdb8cc3c82b879a86a329d6860d62ebf12e25944
3
- size 85275541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58419a418e308ea027a9af7b829ab5d75c5e35796847b9214d12c3b8a1e55e5
3
+ size 93230377
data/chunk-000/file-022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28d6a61cdeb240ab69d53798019750fc1fcca10f6f37d340b12410a0dc26c152
3
- size 87021178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce02ae014d0057142c9f46bd88eebe5c859404d1c8ba9b42830c248f6194a40
3
+ size 95203608
data/chunk-000/file-023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76658a0b6fd1d30e5aa1b2f03dbda48e74aff68caf568c6a2bb5d52a4a2a39b4
3
- size 87137419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387977c95ef6fedc92bf2fa5bc0cd17ac4477174a4819c664103e44acfa75ed6
3
+ size 95382125
data/chunk-000/file-024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cddf09d28442331b3eb299a7aa692e4e8b6283ec97f6d4b2ed8969bde77741dd
3
- size 86725727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e8d5779d66282f5f103ff85c5972a1b528e64f69b391fdcb81dcc0d67d8732
3
+ size 94896733
data/chunk-000/file-025.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa9ae35b0ebeb6ca8d9a8982f1867dafc28f0cea4df696a2edd1e2ad3e47b223
3
- size 85486336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae952b33e6dfaad5be27c0eb2bc2e053a27dadecaa9ac3ac169bc489a5fe9266
3
+ size 93417481
data/chunk-000/file-026.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6ab80adee63dbb8d1bbdfd56220aefde472c4ac0a6de3299c033e8b101b370d
3
- size 85375828
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412b3d041e99854a59b69ff1578dedc5e26ff134160f0828d147b5ed6e0cae55
3
+ size 93501446
data/chunk-000/file-027.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e41d416482b7b1b6390d321522f1082b0df943ebc799b6c8df4358ad63df3d0
3
- size 87402527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39800623b34d7ffbbfcd44e9e45c49159816860d67b8e99271e9883fa5cc569e
3
+ size 95585810
data/chunk-000/file-028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c506ae05cb3ea06f595af5876b003cbdae63cd108cf9a1f0f3386513da99ed19
3
- size 85777141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b9ff0d3303d5d5f7529bce416b0836eb573b691c10af668bb5333e01237de0
3
+ size 93762021
data/chunk-000/file-029.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1433ebef6c41996a3ca017ef2fc94b7067614989506e16f2875cdd679eaf14bf
3
- size 87342250
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18a7ee6e57fd167d1803f59939a563b4c46160093de8d820c9ba14786ac6ca8
3
+ size 95336737
data/chunk-000/file-030.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:706d59175aedcf2dec63a8568a70c9c94b5d7c5d5cb53e80434bbf3a5a0fb457
3
- size 85534954
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b85be4b08c82d989536acf99e3933f3b9af2dca18761c9c1d7594a3cbdaa07
3
+ size 93423302
data/chunk-000/file-031.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:592a80b28878f1b0c88f6193703ac2cc092047464b7cd15f3cda7ecfe52979c8
3
- size 85491365
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f4572df7368d4af5bdc8830a8b1105518cb5bcb06c0e47db55bc1a2c0837196
3
+ size 93540216
data/chunk-000/file-032.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:beb3097333ed168cf43551958c866908fffb0eebd225dbd2f2e45fee7526905e
3
- size 86879166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afdc4cdddec2c2a4ff0265e2fbc5135141a20a5267dab8661e67a3478b7b64df
3
+ size 95076089
data/chunk-000/file-033.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29068d03d107842ef3937790cf20b30e5fee8707c6a28d048075cccd20a40848
3
- size 85176638
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8d651008f5b7901a199c547945dadbd717dbf84c84b233db04b7b5737d0c6b
3
+ size 93171612
data/chunk-000/file-034.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7633200940ae9924ac9fcbe441480b4a542c289c6e0415791a7cb1f2143931b
3
- size 84390817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9f37c30890ae3d7b131cb38c4feed42a49abe1c61193a338be3f47c3acbd00
3
+ size 92173390
data/chunk-000/file-035.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22daa5254dd1d90bd88a131bd64d3aac63cf64b69382c3a88ef11d7f09ffd3f1
3
- size 87541937
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c29e1c25ee5717f3ec0a8c6bb4f3aaed6a315c277c5edd852294a1b7a081ad5
3
+ size 95682081
data/chunk-000/file-036.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae3a22a5ee0c9b6924f7b302f6ae438d8f5e56a829e31a5582d9f61643d9de55
3
- size 86700777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f0f0eb46b60227ad18e271ce1bbbe8d0b9bec5c62ae2d9994e207d6cde35b0c
3
+ size 94893379
data/chunk-000/file-037.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86e62d315cc4b02da273950027d6a4ed639406589269632a67cabc88bd0e2150
3
- size 85322640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36eccfdb2b2325d748ec00dfd20ec8be65dec868f487db0d333cc171ee745dcf
3
+ size 93244764
data/chunk-000/file-038.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60640629e8624a3324b80998f2ce1e21184ee5c13c25f82a8ca13b5149f60394
3
- size 86893293
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0671fdbe136ae084c90e2c2b2ca04ad267d1ac84ec20fd35577ef4403663aae
3
+ size 95023875
data/chunk-000/file-039.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84452ffd943fa6b4739fb6ee3151d41defa929e424f9960cc7e41cbf13b763a5
3
- size 85437652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b9aeecee44b3b2174743893caf7efa40d58269f08ef4d7117e1104dd3dcbf5
3
+ size 93492542
data/chunk-000/file-040.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5e5a1c1e11bd4371f5d2f10db62a79a8a4e55c56142cdc4d2b04272c6862a56
3
- size 86095902
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e4f0584549fe1702d16b0b2966abae529400dccc3275d67770407dbc1cf253
3
+ size 94132567
data/chunk-000/file-041.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9b4b64b57a447559a09cd1c7f99e69960b70f2aeaf93bb915a16e0f6724479e
3
- size 86157429
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a22a77fe6fb833f4180d10546b38f6261b9a272daea0a62b42d6f1021f88d0e
3
+ size 94318423
data/chunk-000/file-042.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bb1e1ab78a4d1469219479c31f8d0474abed3b6af437646bd5a8c0f07425b9c
3
- size 85819475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20192e1446bcac9e351ba8f3a2f19350136f6d739c55a6565f2ed4d3fa19b8e8
3
+ size 93748519
data/chunk-000/file-043.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4aba3bf9d96b645bdad66ef8ddfd5754dcdc7b29ff10c70351084cd7008d69de
3
- size 86999260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17fea2c1b1ec0be17e7d71c52e270215b53f9b179467f2316e6fc14b0ab30a2c
3
+ size 95161770
data/chunk-000/file-044.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5e1f9e535206a65ebfa840247326e5e8a6e20681741c609b96734dda26fb090
3
- size 86518005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87326052917f0de349917c6402d6d5a0b5d227c4812a69de9a8e6f401559bec1
3
+ size 94520224
data/chunk-000/file-045.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cac6d588f085941eb5ab11eff2876364e0a41704ce2c60d41e292059b659219
3
- size 85240117
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99fdb67bc275c778adc054c9a6f4c8da7f47877984047cf560e9bbb71d578283
3
+ size 93161661
data/chunk-000/file-046.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14bf05cfffe550d603ac2f2fb1041483290d1b53abb5809349308b4c818f2e78
3
- size 85732007
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0e897112e25cb4facacd9f78847e00a5f7fdd91acd0a3a13815aa68ae4b78e
3
+ size 93854680
data/chunk-000/file-047.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aad0f0d7606c677bbed18b57d2bc731452d376af76005562d1b85db129a51bfa
3
- size 84863442
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf31a09b188f66590946b52005df895e076e112b9363cf388d7c53f0eaf4b3af
3
+ size 92781245
data/chunk-000/file-048.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07538c45eff218b778fe51c5f6a6acad750d367f1ca2b337ea4f0bd25888db5b
3
- size 85337626
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59087c5a4125ef85222a6f71d349156dcc4079e1e5098db520faf0eefb0f8dd3
3
+ size 93328338