This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. README.md +0 -270
  2. meta/episodes/chunk-000/file-000.parquet → data/chunk-000/episode_000000.parquet +2 -2
  3. meta/tasks.parquet → data/chunk-000/episode_000001.parquet +2 -2
  4. videos/observation.images.cam_high/chunk-000/file-001.mp4 → data/chunk-000/episode_000002.parquet +2 -2
  5. data/chunk-000/{file-000.parquet → episode_000003.parquet} +2 -2
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md DELETED
@@ -1,270 +0,0 @@
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": "agilex_singlearm",
29
- "total_episodes": 52,
30
- "total_frames": 34124,
31
- "total_tasks": 1,
32
- "chunks_size": 1000,
33
- "fps": 30,
34
- "splits": {
35
- "train": "0:52"
36
- },
37
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
- "features": {
40
- "observation.state": {
41
- "dtype": "float32",
42
- "shape": [
43
- 20
44
- ],
45
- "names": [
46
- "x",
47
- "y",
48
- "z",
49
- "r1",
50
- "r2",
51
- "r3",
52
- "r4",
53
- "r5",
54
- "r6",
55
- "g",
56
- "x",
57
- "y",
58
- "z",
59
- "r1",
60
- "r2",
61
- "r3",
62
- "r4",
63
- "r5",
64
- "r6",
65
- "g"
66
- ],
67
- "fps": 30
68
- },
69
- "observation.state_eepose": {
70
- "dtype": "float32",
71
- "shape": [
72
- 14
73
- ],
74
- "names": [
75
- [
76
- "left_x",
77
- "left_y",
78
- "left_z",
79
- "left_RX",
80
- "left_RY",
81
- "left_RZ",
82
- "left_gripper",
83
- "right_x",
84
- "right_y",
85
- "right_z",
86
- "right_RX",
87
- "right_RY",
88
- "right_RZ",
89
- "right_gripper"
90
- ]
91
- ],
92
- "fps": 30
93
- },
94
- "action": {
95
- "dtype": "float32",
96
- "shape": [
97
- 20
98
- ],
99
- "names": [
100
- "x",
101
- "y",
102
- "z",
103
- "r1",
104
- "r2",
105
- "r3",
106
- "r4",
107
- "r5",
108
- "r6",
109
- "g",
110
- "x",
111
- "y",
112
- "z",
113
- "r1",
114
- "r2",
115
- "r3",
116
- "r4",
117
- "r5",
118
- "r6",
119
- "g"
120
- ],
121
- "fps": 30
122
- },
123
- "action_eepose": {
124
- "dtype": "float32",
125
- "shape": [
126
- 14
127
- ],
128
- "names": [
129
- [
130
- "left_x",
131
- "left_y",
132
- "left_z",
133
- "left_RX",
134
- "left_RY",
135
- "left_RZ",
136
- "left_gripper",
137
- "right_x",
138
- "right_y",
139
- "right_z",
140
- "right_RX",
141
- "right_RY",
142
- "right_RZ",
143
- "right_gripper"
144
- ]
145
- ],
146
- "fps": 30
147
- },
148
- "observation.images.cam_high": {
149
- "dtype": "video",
150
- "shape": [
151
- 3,
152
- 360,
153
- 480
154
- ],
155
- "names": [
156
- "channels",
157
- "height",
158
- "width"
159
- ],
160
- "info": {
161
- "video.height": 360,
162
- "video.width": 480,
163
- "video.codec": "av1",
164
- "video.pix_fmt": "yuv420p",
165
- "video.is_depth_map": false,
166
- "video.fps": 30,
167
- "video.channels": 3,
168
- "has_audio": false
169
- }
170
- },
171
- "observation.images.cam_left_wrist": {
172
- "dtype": "video",
173
- "shape": [
174
- 3,
175
- 360,
176
- 480
177
- ],
178
- "names": [
179
- "channels",
180
- "height",
181
- "width"
182
- ],
183
- "info": {
184
- "video.height": 360,
185
- "video.width": 480,
186
- "video.codec": "av1",
187
- "video.pix_fmt": "yuv420p",
188
- "video.is_depth_map": false,
189
- "video.fps": 30,
190
- "video.channels": 3,
191
- "has_audio": false
192
- }
193
- },
194
- "observation.images.cam_right_wrist": {
195
- "dtype": "video",
196
- "shape": [
197
- 3,
198
- 360,
199
- 480
200
- ],
201
- "names": [
202
- "channels",
203
- "height",
204
- "width"
205
- ],
206
- "info": {
207
- "video.height": 360,
208
- "video.width": 480,
209
- "video.codec": "av1",
210
- "video.pix_fmt": "yuv420p",
211
- "video.is_depth_map": false,
212
- "video.fps": 30,
213
- "video.channels": 3,
214
- "has_audio": false
215
- }
216
- },
217
- "timestamp": {
218
- "dtype": "float32",
219
- "shape": [
220
- 1
221
- ],
222
- "names": null,
223
- "fps": 30
224
- },
225
- "frame_index": {
226
- "dtype": "int64",
227
- "shape": [
228
- 1
229
- ],
230
- "names": null,
231
- "fps": 30
232
- },
233
- "episode_index": {
234
- "dtype": "int64",
235
- "shape": [
236
- 1
237
- ],
238
- "names": null,
239
- "fps": 30
240
- },
241
- "index": {
242
- "dtype": "int64",
243
- "shape": [
244
- 1
245
- ],
246
- "names": null,
247
- "fps": 30
248
- },
249
- "task_index": {
250
- "dtype": "int64",
251
- "shape": [
252
- 1
253
- ],
254
- "names": null,
255
- "fps": 30
256
- }
257
- },
258
- "data_files_size_in_mb": 100,
259
- "video_files_size_in_mb": 200
260
- }
261
- ```
262
-
263
-
264
- ## Citation
265
-
266
- **BibTeX:**
267
-
268
- ```bibtex
269
- [More Information Needed]
270
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/episodes/chunk-000/file-000.parquet → data/chunk-000/episode_000000.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d27c5edd8848c6eb3472c5fb8196c09207ec16dd58ad7ed529ce5a3036f6cd0a
3
- size 150198
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5cda79da5aebb671ab5ea9e641e017c32ce5f0940376b270abe985e0fc7b8b
3
+ size 279039
meta/tasks.parquet → data/chunk-000/episode_000001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:078742900c1839fb811b8c3e60e35b4650ddfd8cfe980959886631167885fc95
3
- size 2326
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d9af87bc5b6616d84069d7d2ceae8b5d10468da18d87c0ce8348cbf0846d3d
3
+ size 413589
videos/observation.images.cam_high/chunk-000/file-001.mp4 → data/chunk-000/episode_000002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a07feaf5a2d117f3baab04c07d50d481f9f4f0ab0eff5446fed480ba44e6fd6
3
- size 67169724
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127a038633f7afae01f2ae061c0e463dafc37464895a6ad875146fcfb58ed011
3
+ size 317397
data/chunk-000/{file-000.parquet → episode_000003.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:737dfe8dd2750d7926af04922655e6cd65b1ac04930e4a28ee65f8f063698e1c
3
- size 13876363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddc0f82a02e999cec67b547e132d850b6cee04eefbc2ad7c23fb27941f62756
3
+ size 305313
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f2ed14ad871276a1210d64c11fc48a1de1ad72e5d6f70b6d77b6980d969cf3d
3
+ size 255419
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55df468848ebd4f6e92c3ad554192d2c79268862727095d8bc6312794043147
3
+ size 317516
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b87a58fe127679c581bfc1f03ce75a4ed664f7df443f6606381449b2de9dfd
3
+ size 318455
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b186aa020d872fbe242efd49d88e0636ac739488025fb3cad0a5aba5951fcad6
3
+ size 287464
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1bf1470255e0ad9b92365e7546881fa751580c70e20819e44fd953e984f56d
3
+ size 295283
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a574e96ad47434cd962373bd2e369eba5596d8b8aba8dae6a4532eb39d00244
3
+ size 208397
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b6272c0b878add3f155f1aaac1741d19c1f8ec3999b0de423f827afb777b7d
3
+ size 324930
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea7f0427deb48613fd1277f190449b3b6024925c578a2dd757584bc30820a1c1
3
+ size 386557
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb19788cd522cd9015e53dbaa42c97e0e058b3aa28d383dad172b2399c6cad2
3
+ size 314850
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995465761856e4331544237aac4b2e9935dbf8fe756fa87a19dc34a46ba49f25
3
+ size 293566
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bfb5b922963c492905c400e9894bcdf26808c4a885a245907de5963dbaa0234
3
+ size 320537
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe71fbe14875ec5e5c8e2dd69139822db954595ebe2606a86105280dff4d591
3
+ size 282579
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc13c9ba1c6939c23d8765ded070049ba97f63b7e20146b6709496e4c420d076
3
+ size 280522
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925934de87915d459f4d5df5b3a2166bab06dad39518225579775b58701a973f
3
+ size 394030
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b85e3ef32eedbc4c31aec40c7d530fa0b9fd32e70de7443cac16542212aa553
3
+ size 328409
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e189a0b155a48e86c50050cc8b67be59326b11beac748e3a1c8f1672eb263ca1
3
+ size 360404
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df85d56190864f309d7b33aaff51db8464f23614badbd9bb32a07a761a0db5d
3
+ size 339680
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d6dc250c5d88fe5c4e1b1f460517eeb8a3912e8e554a35c203319d2439825f
3
+ size 250986
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961be0bf4f29d70e4ee8a4b05e09e4fa834b8215c470d50ad18f6515b7587987
3
+ size 351978
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b9c5226e5fe7b8770f29c273d03e287a3822e51a484131e95e4cbb6cab539be
3
+ size 318158
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e75f5e1ef88f7319bcc0d1650b4c86e0be5f53e363d61add9aa3c580629bf8
3
+ size 230489
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be57cd53b018b211f1ae81a292f04d88ab1b1ac6d64df543b0c42b29a6e78697
3
+ size 372872
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c75e842d6a3459412058c2400d746fb1d2cfbbdc49a55a918e57b7919c85f91
3
+ size 365294
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4360300fb4b0ab8495c137b698a9daf4c9ed2d6001b78e816ab6aabfd68a82
3
+ size 310699
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b4d193dc50093d9de81c6d87f3f462a69381a75bb3a91df391483027187906
3
+ size 272770
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5b35beaec512aa768394ae60ca78159145c9a39738b7b475b4dc131e6ab737
3
+ size 378198
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6437d7504b3d0cd31c460a6c388fb3f9e1136969eab0ff0c07e582a2763cd97e
3
+ size 407646
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c33fdf9942114cde7b249c3c02769f8835f95448c2d1661cfced5b47c66843f
3
+ size 325353
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfc6fbbc94686dcba558e0121c70f61449ffa015641e65fa340070875ce9831
3
+ size 239576
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7fbd4be0311dbd0fa50a924a385827645af7e7c45a7c030fbf45eee44be476
3
+ size 328798
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a75c02df7164f9650f7958d17e532651bf8e6c5a86d9770aa58731517d6a34
3
+ size 334947
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ea96354e1eb3ceb3cd27181e7947439c416ef425bff92fa47bd07c8e430d2b
3
+ size 297590
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc659888d0d4f77ee715b4c4775047c90f7834e990b408310ec64166578c32c
3
+ size 323144
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013b1b72043e5180bf96701638855a88bed53af220db42dfaf3e930a0d74e304
3
+ size 297576
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eafef14f4e6df0d04eba4d03a3e6ed493b4ddbad76a3f6f7f551c1af84b6eade
3
+ size 279157
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e125ab0f4af209538dcc19b7f4cc5650052dfbbd121e08c6eaab9133231178
3
+ size 316078
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce19846b31ac2c2b064e7e86d8b39e7535dc77794c319fc017149dc94c6f1710
3
+ size 250341
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf6bdbf4117af5614e1c0c0247a7b6128830be05a27d3f12f94fee01ec88275
3
+ size 275555
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7b67c7d7ef370ad8c1d75c007977c6a25c952ded4e3ce46d22709300d24af3
3
+ size 411433
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02658a8471365b593d121876a7f66df53919bda6ce55ac8585ea60ac038d894e
3
+ size 315193
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c59044e281b8230b25ce85d5214511cf176660731df7cb7708e0227e412a392a
3
+ size 333667
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24477d005513d7d8d05d998dbe9c2a61647daef8dc202f09a1fce8595d430d36
3
+ size 301694
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a062ccd4d37a97e3e7c181f2801677882f2b163e99fae7db9fceb589cfdb2028
3
+ size 318336
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc39fd9b7f47a9ecd5917113cbc17f35c4e84d655624378e2bc44480362260e
3
+ size 311309
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a2d6323f8f7658f5dfdb38ca2623b6b771e58ccac8aae43b9609cc224bb2d8
3
+ size 310023