sandhawalia commited on
Commit
ad57a98
·
verified ·
1 Parent(s): 07038e9

Add files using upload-large-folder tool

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 +62 -59
  2. data/chunk-000/episode_000001.parquet +2 -2
  3. data/chunk-000/episode_000002.parquet +2 -2
  4. data/chunk-000/episode_000003.parquet +2 -2
  5. data/chunk-000/episode_000005.parquet +2 -2
  6. data/chunk-000/episode_000006.parquet +2 -2
  7. data/chunk-000/episode_000011.parquet +2 -2
  8. data/chunk-000/episode_000013.parquet +2 -2
  9. data/chunk-000/episode_000016.parquet +2 -2
  10. data/chunk-000/episode_000018.parquet +2 -2
  11. data/chunk-000/episode_000019.parquet +2 -2
  12. data/chunk-000/episode_000020.parquet +2 -2
  13. data/chunk-000/episode_000021.parquet +2 -2
  14. data/chunk-000/episode_000022.parquet +2 -2
  15. data/chunk-000/episode_000023.parquet +2 -2
  16. data/chunk-000/episode_000024.parquet +2 -2
  17. data/chunk-000/episode_000025.parquet +2 -2
  18. data/chunk-000/episode_000026.parquet +2 -2
  19. data/chunk-000/episode_000027.parquet +2 -2
  20. data/chunk-000/episode_000028.parquet +2 -2
  21. data/chunk-000/episode_000029.parquet +2 -2
  22. data/chunk-000/episode_000030.parquet +2 -2
  23. data/chunk-000/episode_000031.parquet +2 -2
  24. data/chunk-000/episode_000032.parquet +2 -2
  25. data/chunk-000/episode_000033.parquet +2 -2
  26. data/chunk-000/episode_000034.parquet +2 -2
  27. data/chunk-000/episode_000035.parquet +2 -2
  28. data/chunk-000/episode_000036.parquet +2 -2
  29. data/chunk-000/episode_000037.parquet +2 -2
  30. data/chunk-000/episode_000038.parquet +2 -2
  31. data/chunk-000/episode_000039.parquet +2 -2
  32. data/chunk-000/episode_000040.parquet +2 -2
  33. data/chunk-000/episode_000041.parquet +2 -2
  34. data/chunk-000/episode_000042.parquet +2 -2
  35. data/chunk-000/episode_000043.parquet +2 -2
  36. data/chunk-000/episode_000044.parquet +2 -2
  37. data/chunk-000/episode_000045.parquet +2 -2
  38. data/chunk-000/episode_000046.parquet +2 -2
  39. data/chunk-000/episode_000047.parquet +2 -2
  40. data/chunk-000/episode_000048.parquet +2 -2
  41. data/chunk-000/episode_000049.parquet +2 -2
  42. data/chunk-000/episode_000050.parquet +2 -2
  43. data/chunk-000/episode_000051.parquet +2 -2
  44. data/chunk-000/episode_000052.parquet +2 -2
  45. data/chunk-000/episode_000053.parquet +2 -2
  46. data/chunk-000/episode_000054.parquet +2 -2
  47. data/chunk-000/episode_000055.parquet +2 -2
  48. data/chunk-000/episode_000056.parquet +2 -2
  49. data/chunk-000/episode_000057.parquet +2 -2
  50. data/chunk-000/episode_000058.parquet +2 -2
README.md CHANGED
@@ -24,17 +24,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
  "robot_type": "KIA Niro EV 2023",
29
- "total_episodes": 100,
30
- "total_frames": 28519,
31
  "total_tasks": 1,
32
- "total_videos": 700,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
- "train": "0:100"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
@@ -62,6 +62,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
62
  "has_audio": false
63
  }
64
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  "observation.images.left_forward": {
66
  "dtype": "video",
67
  "shape": [
@@ -181,8 +227,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
181
  "dtype": "video",
182
  "shape": [
183
  3,
184
- 360,
185
- 640
186
  ],
187
  "names": [
188
  "channel",
@@ -191,8 +237,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
191
  ],
192
  "info": {
193
  "video.fps": 10.0,
194
- "video.height": 360,
195
- "video.width": 640,
196
  "video.channels": 3,
197
  "video.codec": "av1",
198
  "video.pix_fmt": "yuv420p",
@@ -221,13 +267,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
221
  "observation.state.waypoints": {
222
  "dtype": "float32",
223
  "shape": [
224
- 10,
225
- 2
226
  ],
227
- "names": [
228
- "way",
229
- "points"
230
- ]
 
231
  },
232
  "observation.state.timestamp": {
233
  "dtype": "int64",
@@ -240,20 +286,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
240
  ]
241
  }
242
  },
243
- "task.policy": {
244
- "dtype": "string",
245
- "shape": [
246
- 1
247
- ],
248
- "names": null
249
- },
250
- "task.instructions": {
251
- "dtype": "string",
252
- "shape": [
253
- 1
254
- ],
255
- "names": null
256
- },
257
  "action.continuous": {
258
  "dtype": "float32",
259
  "shape": [
@@ -324,34 +356,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
324
  **BibTeX:**
325
 
326
  ```bibtex
327
- @article{yaak2025l2d,
328
- author = {Yaak & LeRobot team},
329
- title ={LeRobot goes to driving school: World’s largest open-source self-driving dataset},
330
- journal = {https://www.huggingface.com/blog/lerobot-goes-to-driving-school},
331
- year = {2025},
332
- }
333
- @article{yaak2024si-02,
334
- author = {Yaak team},
335
- title ={Building spatial intelligence part - 2},
336
- journal = {https://www.yaak.ai/blog/building-spatial-intelligence-part-2},
337
- year = {2024},
338
- }
339
- @article{yaak2024si-01,
340
- author = {Yaak team},
341
- title ={Building spatial intelligence part - 1},
342
- journal = {https://www.yaak.ai/blog/buildling-spatial-intelligence-part1},
343
- year = {2024},
344
- }
345
- @article{yaak2023actiongpt,
346
- author = {Yaak team},
347
- title ={Next action prediction with GPTs},
348
- journal = {https://www.yaak.ai/blog/next-action-prediction-with-gpts},
349
- year = {2023},
350
- }
351
- @article{yaak2023novel,
352
- author = {Yaak team},
353
- title ={A novel test for autonomoy},
354
- journal = {https://www.yaak.ai/blog/a-novel-test-for-autonomy},
355
- year = {2023},
356
- }
357
  ```
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v2.0",
28
  "robot_type": "KIA Niro EV 2023",
29
+ "total_episodes": 10,
30
+ "total_frames": 4310,
31
  "total_tasks": 1,
32
+ "total_videos": 90,
33
  "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
+ "train": "0:10"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
62
  "has_audio": false
63
  }
64
  },
65
+ "observation.images.front_center": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 3,
69
+ 1080,
70
+ 1920
71
+ ],
72
+ "names": [
73
+ "channel",
74
+ "height",
75
+ "width"
76
+ ],
77
+ "info": {
78
+ "video.fps": 10.0,
79
+ "video.height": 1080,
80
+ "video.width": 1920,
81
+ "video.channels": 3,
82
+ "video.codec": "av1",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.is_depth_map": false,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.front_right": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 3,
92
+ 1080,
93
+ 1920
94
+ ],
95
+ "names": [
96
+ "channel",
97
+ "height",
98
+ "width"
99
+ ],
100
+ "info": {
101
+ "video.fps": 10.0,
102
+ "video.height": 1080,
103
+ "video.width": 1920,
104
+ "video.channels": 3,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ }
110
+ },
111
  "observation.images.left_forward": {
112
  "dtype": "video",
113
  "shape": [
 
227
  "dtype": "video",
228
  "shape": [
229
  3,
230
+ 600,
231
+ 800
232
  ],
233
  "names": [
234
  "channel",
 
237
  ],
238
  "info": {
239
  "video.fps": 10.0,
240
+ "video.height": 600,
241
+ "video.width": 800,
242
  "video.channels": 3,
243
  "video.codec": "av1",
244
  "video.pix_fmt": "yuv420p",
 
267
  "observation.state.waypoints": {
268
  "dtype": "float32",
269
  "shape": [
270
+ 20
 
271
  ],
272
+ "names": {
273
+ "axes": [
274
+ "longitude-latitude"
275
+ ]
276
+ }
277
  },
278
  "observation.state.timestamp": {
279
  "dtype": "int64",
 
286
  ]
287
  }
288
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  "action.continuous": {
290
  "dtype": "float32",
291
  "shape": [
 
356
  **BibTeX:**
357
 
358
  ```bibtex
359
+ [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  ```
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01d051c77442961b8fff2c9700bfbbc900a71dd6a37d88aac118105043f55716
3
- size 34085
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d175e7f39ea2e21e5acac16c0aea92a00a12d5c78270493f3d7b70c19810d8f3
3
+ size 26502
data/chunk-000/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7be3c4067c172b59383527ab5d7bb3f7541f793b16e1f03b71a7e826d6f19802
3
- size 16606
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcd72de6437f4bdfaea25932cfbe4b8002c43887876a2250486fceb6519488f
3
+ size 24159
data/chunk-000/episode_000003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2906226035fd23c71ca9fc43f6e1c75b9740413077d31e75b3ab1f503e103f06
3
- size 16881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491e56cce61cf5e81335db918639547b0e84d173156045cbfb78e5b782113f26
3
+ size 11094
data/chunk-000/episode_000005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d77444532641ec696bc5723f351f25d65e2666f1a6c00b0ffe914be1b7f5552c
3
- size 18311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46728c4003e1b691b91b068dd6e7a34b17aff3938e5c8fc6308d39effe67987
3
+ size 22114
data/chunk-000/episode_000006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb72aff027332158c037d5bfe93b9dd22ac57ae2d4f93a098e74cb0fe6573c87
3
- size 22622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7f555c379eb7c83a447f5bce3c50fea0d1788e43899558eb026162860796ac
3
+ size 25812
data/chunk-000/episode_000011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e5bb8b94929c649232e788fd49548d39799f2a04253055c33818c4c7a73a23c
3
- size 21583
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b822fce681d20b1219e548e2543ef581d29be36b038fd0795b11e0b62d8c1d4
3
+ size 13006
data/chunk-000/episode_000013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d335b8e990947d383e60837224041a1fbed190d12099290b201d80c91bc57f4
3
- size 28034
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b8f3c371e5af02b4133900602163074092509f630ede3b671e7564a89a176a
3
+ size 11395
data/chunk-000/episode_000016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6632b78d03f8de39123e13a9e69415a85d1789b98460b3fc73b33ff35fb574ba
3
- size 38627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c59d1ac0374cc6a7abd12c367872ca2c1e5f7052f6ac05129041351329e67c
3
+ size 14539
data/chunk-000/episode_000018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8a61da82f007985da8b55cd8ee8fe5a91d39e0b1c6ba05b51a44d241090fadf
3
- size 28089
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b477872d907a33b291a36b894f48c26a81cc43b5f5e8a9ecd394bcad471749d7
3
+ size 10903
data/chunk-000/episode_000019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c82d03ac3a012e12a239b70ccbd54ed2d273ea43dc1ea812b2ed4e4816d1cd90
3
- size 35693
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba8ad24f60adc33c975900319ac6b76cb2b97246d704eb24957d47ee0b74979
3
+ size 11631
data/chunk-000/episode_000020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb4f3482b265803bc53c922717a5e3cb4de57e4a641f530b9cf5565ab97032a0
3
- size 18109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568b3a83bb9e4988e28563f4cbfed272264f1f8796a36bc1a172e2d2fd588847
3
+ size 15375
data/chunk-000/episode_000021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bef9b656d6067b824f34bc6c328aacbc2ddd140ee5d31858e98ba18aaee56de2
3
- size 19528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2106aae4ef1068027bc6fc7bbfdf3e9462fd8efe1df4f4d6668435575aa3d70f
3
+ size 20299
data/chunk-000/episode_000022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4eb63811a4b81b7fb90369c838722c8b039ce9750cf82679e6e2ca220898fe4e
3
- size 16698
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4137eec5f0891bda075593e1414ef60b9b09d1817a6a73c50445793c4000a9b
3
+ size 26056
data/chunk-000/episode_000023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:850b26ee208fe4fb5496c61f066ea45f0fdcc32ff5dbccbd94dfca606cd7fb3c
3
- size 20512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc4b61641823c9403e1bad032734325ed1800a50c3afd9b451c1e9aed0dcdde
3
+ size 16213
data/chunk-000/episode_000024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:295c5969c8dd529c403cba75b64d9b83306676a6eec3b850af2a51eb692d41e3
3
- size 19118
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f077a13a2135a5281959f24f5638d01b05d7d3a7c64e8731c404c3db423440d
3
+ size 23994
data/chunk-000/episode_000025.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c063055dfd1a13818b3b365aeb3ca1c850dce6e4334e2c8e4be6dcdf1a9b0d9
3
- size 25561
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed5dbbde276bfcdcbed6afdcdbbe3933dc69ab075f8d8eff12a1c6a7381a7aa
3
+ size 16242
data/chunk-000/episode_000026.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b48e31219dcfe41a6a6ac5388215a2b426a4086ab986ca6988f721a2ec2ee1a4
3
- size 27089
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d66e6f17ff327b683c9dc534d2aed3c7e52e2aa3df9fee4be600909db8a50e0d
3
+ size 26864
data/chunk-000/episode_000027.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c316c8ee5f0146cbba8a4d4b7710e8648ad560cc92415afe358807cab77fe886
3
- size 30543
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7864cf9790d3ed4344b8a107801538b3db25b0f3a4c3cb5d6b08163f5167443b
3
+ size 14778
data/chunk-000/episode_000028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9c36d9c671748c358a881e0cee321d8d23e5df6d78ad7c6056e5d20e73de769
3
- size 20112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8b281d1282aa63a8910029e1c798ad8409598444afce38b448493d1a0db3a7
3
+ size 20853
data/chunk-000/episode_000029.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6975c764b64ced82f9ae25d2bd10e35b58f891e8db5d6d68febf574956045036
3
- size 24420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4edc9bf36705b0f15c116764c8620681bffab6ae72d25d87a81df3629b0258f3
3
+ size 17544
data/chunk-000/episode_000030.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aeb2bebecffc4c39374c5e3750ed1d2aa95fa2816ea01a27edc1d2cc70f5afab
3
- size 19648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fedaad03e668ffa30d2dba2425b9bb0d8e04c704c6814c242b30925a2d0fc07
3
+ size 20790
data/chunk-000/episode_000031.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6314ddc40dd0b9827e9c961c8c77b39edd0c2b36069885bd889f1f23800defc4
3
- size 19331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87199afbfec69bdc2ae4a75a6ccc5344f3689f83fe65101ae36807010bf93c5d
3
+ size 11626
data/chunk-000/episode_000032.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:255aff25afc23bf44d75e94ad81a693232d263aa34db2d9c2dae51e725d2f3e5
3
- size 16495
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7d963604d51486ecb2288f7e3c4c63984b2f8d25175fafe80b5de204802cc4
3
+ size 20029
data/chunk-000/episode_000033.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13a8351c61ef8172536c8e831216a4cf4f98d9485332a078b5f23a5233b5c94d
3
- size 17057
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6c250e1fe5b4fd827b3128dc72b68d505c4a05903064b688ff6fa13b58c915
3
+ size 10709
data/chunk-000/episode_000034.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5667b2548b7d37e08be3e52ef03f7ea6079eb0a654d9f71b80289bb36c81b1f1
3
- size 24910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91640105306cb2c910dae4c1c1207ec892057260df0af9b042ba6ca5ebea46c1
3
+ size 11989
data/chunk-000/episode_000035.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eaa934076113d352427b00daf770cc91c974d8d483f3ac7ec2c2082aac113255
3
- size 26424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec551cfaa5cadf64576b7a8e7fd4c2ac7f6f67b24c8c891bee94e8e16ff0274
3
+ size 20577
data/chunk-000/episode_000036.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d125339072f66d9eb2c4411a3da6647b8d83c29499c662c4c3d2b61f13cba57
3
- size 18172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8faed13d4e7c3d5b6396ac5e4b70cb88d7f47b9d1dc9f3ef367b3abd6a57eac7
3
+ size 20157
data/chunk-000/episode_000037.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:390141e4bcd20aee2dfd9542bbb36c9f952d658d8f104dbcef6f8eef5e7cf49c
3
- size 21622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0430e55013bb63ef89f3e8a15218c64de197ca27897dff8e91b3e6aead687723
3
+ size 12434
data/chunk-000/episode_000038.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e500531e51c028ca3fc9a38742f4ab0b1e9a2a0fd8b77096fb71ad194b8f29c
3
- size 44638
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe419c32147cdaa146c1cca70f14180297645c31ecf1644fac84a3413fcfb86b
3
+ size 24917
data/chunk-000/episode_000039.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:284edf8a3b61fd2c4c8a52cc1e12174581cac2ab38eaf19887cdb9876c0b6b56
3
- size 40788
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273aecb2d59ea23f6028eb9946cc882fb6a26856c72a96046fdda433f58e93c3
3
+ size 20406
data/chunk-000/episode_000040.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e628edb10b3b7e999f447f88d6768591a823ebe8c661f4644b0f417b5bfc8a83
3
- size 20101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8485143e589fb33f767e3dabaa6cb08de59c51d6f76281c07552b494e1892c4
3
+ size 23526
data/chunk-000/episode_000041.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6282e480c620d93fdbaaadc4958b6394876467a7531775502f8cd04aa42c8fa9
3
- size 16989
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ae9310f9eb0feaf5c7d359ed095a795da0ba5b0b954627dca5e789ea5a814d
3
+ size 25589
data/chunk-000/episode_000042.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86945261d334b8587063518dc6c369b4da061ececafe67c823161f99568d3734
3
- size 17200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93e6b279ce8c3fac0d2c7b31f4e27670a232982788a91498e56762cab1b70ae
3
+ size 25525
data/chunk-000/episode_000043.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7649a6b9caec2673dff17f86af86e0fb3f4d40469f0b606068e4544cea68d988
3
- size 16499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a346a0c3dab45c23435bf46cb07f465fe7485546ac4992cf3210fceb01825d6
3
+ size 19160
data/chunk-000/episode_000044.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:134215a9f545384e073d896467c8b3ddcef18931e613a61008801abffa2f1cd6
3
- size 14133
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c906563bf413a055b42ed38363f4568c4a01ccd61f357482ae327d6ccfa16856
3
+ size 11865
data/chunk-000/episode_000045.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edf3dc13c8133a29a6ee0e2f0095b0691c20943a189217b70c16c6141374259a
3
- size 20761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9d605dc81e296543936e732fadae284ebac02cb8b0912cd9e9c1489ef693bd
3
+ size 20564
data/chunk-000/episode_000046.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:006f9230234174e237067caa58435ec5badb02cef94c10766777932eeef4b9d4
3
- size 28349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dcd3185ea2c77305513470e9a948d5cf3e17df9291173c2babab6a47e5fc91f
3
+ size 25167
data/chunk-000/episode_000047.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c132475ff2aebf571969578c133b54c0db8220927795147e78e51abf0fbff1ac
3
- size 15879
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c5e34e7ef4e5a3b28864334817bae262f17255bb2e79e675e6bcdfe8e83c82
3
+ size 10713
data/chunk-000/episode_000048.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1321261271ad7c0e766d65e6c34a2595f8fde5a986ec1eac5eb40cf9b05663f1
3
- size 23597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:804573540af4171d14a0dca0483202314597cb9bb6a4517cb9ae68bc1f4de5b3
3
+ size 26794
data/chunk-000/episode_000049.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7891c6d2ca6f48d8a87025ceeb4487b66db178881c6dbf67ba7b7b9a388e1e68
3
- size 19615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1636c0cb168c695aaff2823948c259a4bc5b49121fe52f814365741e40b9c86
3
+ size 20489
data/chunk-000/episode_000050.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f2b923dd864196f239c5b54595ea549736ccae0dadca6008342ad6bcb462c6e
3
- size 31494
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eaf4dec9fcb564ab84bd4f56a2d4f7b1c439a9410aa18054fde7dc75b7ed6d1
3
+ size 18989
data/chunk-000/episode_000051.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c17ff30a14cffa9a22433bc5a2ccc227abc951169ed8f95746d162d64675ad65
3
- size 21838
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6070eb8f5d3056af6597a35945561231921155d78b8ed53feaaf3c893131f0dd
3
+ size 24431
data/chunk-000/episode_000052.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cffab133134f1454eaed1193476e93d826a14b42be860196ad38f754f8b53e93
3
- size 22064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dedfa53355989d5fe7d176ab7f44788a932ef710ae5c7ac3a4f092e308d82b8
3
+ size 26518
data/chunk-000/episode_000053.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:097523588a6a3f6859a230b9efa500351ced2bc304a25919ad94833fdc2a1083
3
- size 22219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a50300ba895b55b71b88886170aa7356de2f522716eabd9ea2b3d0925cec1a
3
+ size 19183
data/chunk-000/episode_000054.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbb6f70b53bc89b61dc0e39c678dc7a6b028868782f528ee4f00b894a07782d5
3
- size 25812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6d371814b25d28c30bd1288366ef5e8be73958c16edf3d43d13e25da9176e0
3
+ size 13993
data/chunk-000/episode_000055.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7db72e3e70e8a16a8d18186abcaf251636d0fa7d2eeffa29270bc18e00142b7
3
- size 15345
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4dd4b012b4b833160f032795c6c83acd3b2547d986ab92b6a585825247971af
3
+ size 24380
data/chunk-000/episode_000056.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2204b95755a38e5399ae18e2a65077d95f443fdaac752aab5499a534bbd3542
3
- size 16669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99a74e4cd5515e6ac1d0fc6746bbdf589b5b08b99ade2a9918c3e20668b779c
3
+ size 21758
data/chunk-000/episode_000057.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:278998f2e06f4128dff7497a6ba985c538d020a13d6676325de5209e30126371
3
- size 19349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbfc56ceac92991a9fd34b94356626ceb438fbdc3a4ff6873c63f286b70f5ff
3
+ size 19612
data/chunk-000/episode_000058.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07ae0503ecaf1e8d8aad9f3f73bb74c728bbf5d388c6942b53957f793d02e459
3
- size 19505
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a687952a74a271dd52761027aa7ec882304cd3500202672e65c534818058d592
3
+ size 13828