zifuwan commited on
Commit
0e7f877
·
verified ·
1 Parent(s): bf65b3a

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 +9 -8
  2. data/chunk-000/episode_000000.parquet +2 -2
  3. data/chunk-000/episode_000001.parquet +2 -2
  4. data/chunk-000/episode_000002.parquet +2 -2
  5. data/chunk-000/episode_000003.parquet +2 -2
  6. data/chunk-000/episode_000004.parquet +2 -2
  7. data/chunk-000/episode_000005.parquet +2 -2
  8. data/chunk-000/episode_000006.parquet +2 -2
  9. data/chunk-000/episode_000007.parquet +2 -2
  10. data/chunk-000/episode_000008.parquet +2 -2
  11. data/chunk-000/episode_000009.parquet +2 -2
  12. data/chunk-000/episode_000010.parquet +2 -2
  13. data/chunk-000/episode_000011.parquet +2 -2
  14. data/chunk-000/episode_000012.parquet +2 -2
  15. data/chunk-000/episode_000013.parquet +2 -2
  16. data/chunk-000/episode_000014.parquet +2 -2
  17. data/chunk-000/episode_000015.parquet +2 -2
  18. data/chunk-000/episode_000016.parquet +2 -2
  19. data/chunk-000/episode_000017.parquet +2 -2
  20. data/chunk-000/episode_000018.parquet +2 -2
  21. data/chunk-000/episode_000019.parquet +2 -2
  22. data/chunk-000/episode_000020.parquet +2 -2
  23. data/chunk-000/episode_000021.parquet +2 -2
  24. data/chunk-000/episode_000022.parquet +2 -2
  25. data/chunk-000/episode_000023.parquet +2 -2
  26. data/chunk-000/episode_000024.parquet +2 -2
  27. data/chunk-000/episode_000025.parquet +2 -2
  28. data/chunk-000/episode_000026.parquet +2 -2
  29. data/chunk-000/episode_000027.parquet +2 -2
  30. data/chunk-000/episode_000028.parquet +2 -2
  31. data/chunk-000/episode_000029.parquet +2 -2
  32. data/chunk-000/episode_000030.parquet +1 -1
  33. data/chunk-000/episode_000031.parquet +1 -1
  34. data/chunk-000/episode_000032.parquet +1 -1
  35. data/chunk-000/episode_000033.parquet +1 -1
  36. data/chunk-000/episode_000034.parquet +1 -1
  37. data/chunk-000/episode_000035.parquet +1 -1
  38. data/chunk-000/episode_000036.parquet +1 -1
  39. data/chunk-000/episode_000037.parquet +1 -1
  40. data/chunk-000/episode_000038.parquet +1 -1
  41. data/chunk-000/episode_000039.parquet +1 -1
  42. data/chunk-000/episode_000040.parquet +1 -1
  43. data/chunk-000/episode_000041.parquet +1 -1
  44. data/chunk-000/episode_000042.parquet +1 -1
  45. data/chunk-000/episode_000043.parquet +1 -1
  46. data/chunk-000/episode_000044.parquet +1 -1
  47. data/chunk-000/episode_000045.parquet +1 -1
  48. data/chunk-000/episode_000046.parquet +1 -1
  49. data/chunk-000/episode_000047.parquet +1 -1
  50. data/chunk-000/episode_000048.parquet +1 -1
README.md CHANGED
@@ -10,15 +10,15 @@ configs:
10
  ---
11
 
12
 
13
- # Gello Dataset - LeRobot v2.1 Format
14
 
15
- This dataset contains robotic manipulation demonstrations converted to the LeRobot v2.1 data format, matching the structure of the berkeley_autolab_ur5 dataset.
16
 
17
  ## Dataset Overview
18
 
19
  - **Task**: Pick up the hard drive and place it in the grey box.
20
  - **Total Episodes**: 256
21
- - **Total Frames**: 40,701
22
  - **Total Videos**: 512 (2 video types per episode)
23
  - **Format**: LeRobot v2.1
24
  - **FPS**: 10
@@ -27,7 +27,7 @@ This dataset contains robotic manipulation demonstrations converted to the LeRob
27
  ## Directory Structure
28
 
29
  ```
30
- gello_lerobot_v21_zed/
31
  ├── data/
32
  │ └── chunk-000/
33
  │ ├── episode_000000.parquet
@@ -75,7 +75,7 @@ This dataset is compatible with LeRobot v2.1 tools and can be loaded using:
75
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
76
 
77
  # Load the dataset
78
- dataset = LeRobotDataset("/path/to/gello_lerobot_v21_zed")
79
 
80
  # Access episodes
81
  for episode in dataset:
@@ -84,7 +84,7 @@ for episode in dataset:
84
 
85
  ## Video Format
86
 
87
- - **Codec**: SVT-AV1
88
  - **Resolution**: 640x480 pixels
89
  - **Channels**: 3 (RGB)
90
  - **Pixel Format**: YUV420p
@@ -97,8 +97,8 @@ All episodes in this dataset demonstrate the same task:
97
 
98
  ## Dataset Statistics
99
 
100
- - **Average Episode Length**: ~159 frames
101
- - **Average Episode Duration**: ~15.9 seconds
102
 
103
  ## File Formats
104
 
@@ -122,6 +122,7 @@ This dataset was converted from raw Gello pickle files using the `gello_to_lerob
122
  3. Creates LeRobot v2.1 directory structure
123
  4. Saves episodes as individual Parquet files
124
  5. Generates metadata files in the required format
 
125
 
126
  ## Compatibility
127
 
 
10
  ---
11
 
12
 
13
+ # Gello Dataset - LeRobot v2.1 Format (10Hz)
14
 
15
+ This dataset contains robotic manipulation demonstrations converted to the LeRobot v2.1 data format, matching the structure of the berkeley_autolab_ur5 dataset. This version captures data at 10Hz for efficient storage and processing.
16
 
17
  ## Dataset Overview
18
 
19
  - **Task**: Pick up the hard drive and place it in the grey box.
20
  - **Total Episodes**: 256
21
+ - **Total Frames**: 42,145
22
  - **Total Videos**: 512 (2 video types per episode)
23
  - **Format**: LeRobot v2.1
24
  - **FPS**: 10
 
27
  ## Directory Structure
28
 
29
  ```
30
+ gello_lerobot_v21_zed_10hz/
31
  ├── data/
32
  │ └── chunk-000/
33
  │ ├── episode_000000.parquet
 
75
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
76
 
77
  # Load the dataset
78
+ dataset = LeRobotDataset("/path/to/gello_lerobot_v21_zed_10hz")
79
 
80
  # Access episodes
81
  for episode in dataset:
 
84
 
85
  ## Video Format
86
 
87
+ - **Codec**: AV1
88
  - **Resolution**: 640x480 pixels
89
  - **Channels**: 3 (RGB)
90
  - **Pixel Format**: YUV420p
 
97
 
98
  ## Dataset Statistics
99
 
100
+ - **Average Episode Length**: ~165 frames
101
+ - **Average Episode Duration**: ~16.5 seconds
102
 
103
  ## File Formats
104
 
 
122
  3. Creates LeRobot v2.1 directory structure
123
  4. Saves episodes as individual Parquet files
124
  5. Generates metadata files in the required format
125
+ 6. **Captures data at 10Hz for efficient storage and processing**
126
 
127
  ## Compatibility
128
 
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:085e3799c58b88b5489f9d914498e0fd06f312f028f7809615536840c3206ee2
3
- size 30170
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868272a9c90fc1a1aeda2b1f122ad85d0f10ea8b2277e8169d248e2b6c22fbfc
3
+ size 33975
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3f07e71f06db814e31bfbe85fad648fa439964089e8b2672b63256accb30fd2
3
- size 23847
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a5b2dbb4e46fbc3cce9a5b2cbf75fa0686a43384aa04ec9a4abc6c74576122
3
+ size 30844
data/chunk-000/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:283c05d68c87143b5e35c1e7caa514964cb406e3174a7b7dd3b0327e6c5646a1
3
- size 24389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb806dae04540e3981ab32d7d07950035ee0c7054f606dfa04d5be8bafebf2f
3
+ size 30607
data/chunk-000/episode_000003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:295c937433e38bf472741b5eee71e4960a4f8fd76420e92d5f4ce81fa3553dfe
3
- size 28740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75022b045d2b76772dd08190910f578466cd965fe35e4cda22055748f5331762
3
+ size 35533
data/chunk-000/episode_000004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddf292e3cea8384b65f4a6fabfca9f751acf748e7fbdd9f73c24c8fdbafaea6b
3
- size 22079
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630e1059f01f1d5d95d49c3cb110ea268c7e1c12b268433c4d713db50617bd9b
3
+ size 35199
data/chunk-000/episode_000005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e08ae61bb011162e25461a6dcb987cfa9fcc3f9fdc61a46fe77fd902e2307054
3
- size 22611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6a58b70ce99e52957b591e717e71b1a24863db8d80240a858adf2995c881ac
3
+ size 36608
data/chunk-000/episode_000006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:535e161a27a3cd479d74e44b4f0c5a853a02c41f092c83a9d1356f3f1b5ea0be
3
- size 23013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51da6e8a651cf9a2451ed9c772194e637d582bb5cea5aed26989dafd607aa16b
3
+ size 41298
data/chunk-000/episode_000007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff76e33756a8b3dbbe7d6fcfd11385c0858a8ffd34018dfc0c875b059e6ec2e8
3
- size 31313
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14555dc81701cac418449ba334a3f3a4bf977f7fe86ab30ba17e066ab723e221
3
+ size 36319
data/chunk-000/episode_000008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:762d9806577893deeacd2d324f10018713b97a83bede6571149dae9922c3e4d6
3
- size 25362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50d696565e82fcb6b24361f2dfcc54573ad9bacd6fd7c8d3d5b0183efec2975
3
+ size 33325
data/chunk-000/episode_000009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c636c56f151cb38e3e72e0565ba5eb1f6c98673231343a8d6769fd2ac03c9b9
3
- size 31240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee6c6860e9d6aee2c76f754773fe88669f2c8da3c53632a455ca1d5513dc8a76
3
+ size 33016
data/chunk-000/episode_000010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46f7e0318a716aaf94b109d522f8f3a327e1b441b708497619af66a673218ac1
3
- size 26151
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b59df83eb4d9375fda5cab5d14e3d9d600a1dc983829eef5db326e17e48166
3
+ size 30472
data/chunk-000/episode_000011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1441491518e3ded8928578e6ce9bc91cde3c41f20290a3571f751b59c55fc112
3
- size 37665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d67acaab6b8e2381575ed7c219255065d86fcc1381a079e7e2575196c47ce26
3
+ size 34080
data/chunk-000/episode_000012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7344816fa561110a7596a5d1ffc16494d06cc2486f00d5305317dce9a1a40414
3
- size 30390
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe95c4e25a820277443478568a55442253286ea00fbdfd59cdf46c975eb81bb
3
+ size 34690
data/chunk-000/episode_000013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e05e1a44a6fd2ae7766d61e70bd8a732956d2b43c6298c0b58ea6a13b9e22c33
3
- size 28182
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4fe85ca44eb44fc6e42090d0b0142c8b30e73b707d7b9434430575408431677
3
+ size 30303
data/chunk-000/episode_000014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5efc77f909f645a3273451d1d6ad6d4f914ac982ce44fa32dfe5fd2a7ce35663
3
- size 21752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caed18d914385ae7a8fab8be8b4d224ed407975ddea2913b0984628f9efddc36
3
+ size 24222
data/chunk-000/episode_000015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c0f81bdc3145c577bd52a0b2b9d54db20c3df75be213fc52593d3fe52ea7a9b
3
- size 22315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc26bec6bda7c6bf14d7e1bef0a1127d8b725c2cb37f052d5a415ebfa0280e7
3
+ size 21302
data/chunk-000/episode_000016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9583565b8013a5b922a922863c916bf6d50f60ce7874cf03236fcfb03c8e3013
3
- size 21639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ed08e4fb00570b0a4ddd527b122545d99f5a7ce24072ac414266b6ceb158d2
3
+ size 29612
data/chunk-000/episode_000017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25b49d945a76e4c9e2946b47ef5e59d89883638278b9ddcdadf5e3aa1b1854fb
3
- size 20109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9c286e486bdbd53ce30f5d8c7a39ba079f1ffef13cd7cf612b2594c83b7e70
3
+ size 36724
data/chunk-000/episode_000018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88da64873580a31a77622788a18bd70f04720a0387a4a90f04d77a131646c394
3
- size 23349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c5ba09e423f887f6386d874633a471849618b545c7d3729119a1e02036af80
3
+ size 24922
data/chunk-000/episode_000019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2782448a3d901498e238be80bbe30a5c4e6d647f27955a584ae448fe20de1ee6
3
- size 21527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfbc4d0b0583486d359bda5ca9691522aae217f250676ae82ae89a644c81085
3
+ size 27250
data/chunk-000/episode_000020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da43f84fd0a3dde4139c5c631ce6a22b0107b68616edfe062b37f155e3a51197
3
- size 23613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0858bbc3bfa8e658085bf67d95df56e92c718455e9727c708007b95f13357568
3
+ size 29673
data/chunk-000/episode_000021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b39c76107e520ce256a78ff66289e74ee5cb863e488513f1b3eb09a63f1b73b
3
- size 21408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4077f349eebd7f101cd40aef43ac15ca16aab7df87ce1f9ea10df86b608f469
3
+ size 22465
data/chunk-000/episode_000022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a44accca89572a3d0662f2e0ee7bf37071fac5f2390273531ccb32fedd9d3121
3
- size 28064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc68442775ac168f1414ccdc87476def56ff9aa97389fce43f5f1aa232eb9cc8
3
+ size 33027
data/chunk-000/episode_000023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58efae900d975bc4f7b5aaa8da13c120908109d94320828069bf5636c0a9d5de
3
- size 32418
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6512b54de9933d61d2faac8c1a79d26ae0ff6957a65a6c50c84064fd1cedd7
3
+ size 24105
data/chunk-000/episode_000024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed63c8a8ee8b62d9e10004d919a50e217a8fbdd23f563fe3ecb49e6c3de5e8b7
3
- size 23566
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4462545c36743448bf2f87b65a70dd7fc7ee6ee1df6d7d2149a1d5682af9098c
3
+ size 36296
data/chunk-000/episode_000025.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3870ae9546c66e9442310c1e513de16caa3986fc67454fc252add1561bef301
3
- size 31252
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1e06c2d84f55c9aa46f2d76b022f99d129361f6e27961825891212442b50a7
3
+ size 29929
data/chunk-000/episode_000026.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1d80c74885e75949b852c7daa2bbcf9e7cbde56962bdb8b5b1e48952f19d059
3
- size 22853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31556eb6900b61f5e26d5b9c6938530ea2a648110a0d2fae8954209ccf3c5c47
3
+ size 30846
data/chunk-000/episode_000027.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:808f342eb85257aea23ff412d2c57871779726b39a15c7d419fc18a88213b131
3
- size 25734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3272155f642a65f11b414191d69529a2cf584e14cb77469c2b7a75bc0cc7d2af
3
+ size 30921
data/chunk-000/episode_000028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3579c3edf22b20d5159e0213ab5b538a94c86c13b32c01d242d44b653736ee30
3
- size 24171
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88056253f3b1d619d6862555875485481bd3cfd2ec5db8da134c5a0fc3cebea1
3
+ size 37422
data/chunk-000/episode_000029.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3e523a452ac1a36ef0d93eab8a439994710539025edf3ca7982e2e14325c69b
3
- size 26433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4eababf5a6ad125cb9e0c4d087736590deda32167617804532ed82dca152fb4
3
+ size 29414
data/chunk-000/episode_000030.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:125096d86003999408a22130f5da37bca0141e8a336fd7df2ab0b2d369f0b742
3
  size 32784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30116e98c216164aff5c193ba09176ca3738cb0b9378773f1a0f0fbaed16a2a
3
  size 32784
data/chunk-000/episode_000031.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d58c26728018ff1076adb2156a016f4616c2d41c18f07a4e247cbaa311a5a78
3
  size 26448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a9f46764025b254e6efefa76aef17ceddbf53921b44f3f21d9569797ae9c4c
3
  size 26448
data/chunk-000/episode_000032.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7965e50ee6708b574be6dd85a33a61e1bd9f0bc5abec2a56549d05c7efc32c7
3
  size 23963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eaa545902ba5e0a27767edfa6f18ea5dc060d0f348ad3a62f4ed68fa10a3b02
3
  size 23963
data/chunk-000/episode_000033.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b98914d7fd40d20c82ffc6470cdefb45f10c1b6fe1b307feaff9c722c273ded8
3
  size 23574
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21290aa0d2fd7ba1a0cdd831179f74af534c7f1dbc7fc1a1d77dffd24c04f2a7
3
  size 23574
data/chunk-000/episode_000034.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f372cac6daf886390456c2c5be0ca9585c0235f8db294e12c0e37efde15828eb
3
  size 22476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f029a3794e3cf9ac8228be2418ec1d38ee073ed512168fd8a30a6b6f9231e7d3
3
  size 22476
data/chunk-000/episode_000035.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76732ad9092b4ff13102cdf31a03d52fa89d324ffa1be4fcd3142e73fb662ad5
3
  size 27880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2a9adf82c5312736e530e8fa518522f1f377c244a671b9797d391002a22974
3
  size 27880
data/chunk-000/episode_000036.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b57ff4f5370292f6e2b3dcb98df4decc7367928a7a4b186f08a783598b42095d
3
  size 42780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260bdeee1665eb1aa0c3fc7beb6edd2d2e253d47cbecea134453db5aea8705b3
3
  size 42780
data/chunk-000/episode_000037.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6f03423e23b0b4acaa308e6b608b4f931dd177378fdba1666086d7b97e176f6
3
  size 33929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b599ff5c790bbe8f0d9893f8c9803abf08636d09512ed47d6c7858454eafb1
3
  size 33929
data/chunk-000/episode_000038.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c771d9c7dbe9a679453c57030e896e8616d0dc755199af7a03f7a98cc838b3b
3
  size 38964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2a45de5625535e3e37668c4555be023379564a313f0e4459d9c28b65a7225f
3
  size 38964
data/chunk-000/episode_000039.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:279dc37ce80d242813bda0df8c65d2640b341caea294e3933f711aaa55f016d0
3
  size 30851
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89a2ee85e9cc9b4cf7873296dfd3def1c7ec1c5b5af4fb4632d2c55dd27ddf8
3
  size 30851
data/chunk-000/episode_000040.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e6330a00b78930b8fd886c2490d244cd5d6fc9a100dc67760e09c51e8c91048
3
  size 26529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c902f770da12d05efdd0d7437da3b89873523113b00a9284987c709879682bdc
3
  size 26529
data/chunk-000/episode_000041.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:420a6dbd2f979c71d2db8bc740d1b8c4e6b7df79389db08aa6a2ecaead452412
3
  size 23364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5a33e39ddab5d0d75bcd68e67cb0d732060ee45172487a027c5a82f6019b93
3
  size 23364
data/chunk-000/episode_000042.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:113a740c052388eaa00c553598d5bdfbdd17ca838915303ee6b860ef644a0d85
3
  size 35110
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2293c7e16e7cb1da5a061054a7f8077806e12b1b2b96850bfd91f4bc0adf1a0f
3
  size 35110
data/chunk-000/episode_000043.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da37bd0d29a74e429ab413442df3bd92dae716e49d03da40a859a4d41afd906f
3
  size 31163
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93862ca0c1c41e98d837afcc05c801a328795cd119290c1ba23732c6e209e632
3
  size 31163
data/chunk-000/episode_000044.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f1211a2f8f209a5c14bef71c4d8fc3c85876f393648baf44bb8cccda267668d
3
  size 27384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb8e3e438276edd8b96a59f45ac4da6359ee5ed48945f0970c2b123f3fda73c
3
  size 27384
data/chunk-000/episode_000045.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0df87d9026a1112164b90fe3daee066ec584c373491fd60783cc721e255fec0a
3
  size 35070
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98f957c4c167ca8b2861eebc2bc9b791154f18e8c69d86bd21fe310fc3f90e6
3
  size 35070
data/chunk-000/episode_000046.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08b29f32f791af2e61158f261660302b74f0af1612081020798b839de3ae9da9
3
  size 23999
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51094617aaf68526d7273ae2308e2f7ccefb639a6af448ddac47df10fdc646c4
3
  size 23999
data/chunk-000/episode_000047.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e570eb97506e58d03722d19713fd91603d20d3e4d9222a0f0a3a2863092feaef
3
  size 25298
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba18c91150d3471b110852e62044548cec701e2e7a2eabb75a98ced71fe6b8a1
3
  size 25298
data/chunk-000/episode_000048.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4752fc598f34776f4c96c6a5c9030783dd43ad8f3d6506dd7cb90d1e397fe20e
3
  size 20813
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc0e022e5e521d6232ecac04295f1af6f2222de6b996d836a14dbfe6a9b238a
3
  size 20813