Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +9 -8
- data/chunk-000/episode_000000.parquet +2 -2
- data/chunk-000/episode_000001.parquet +2 -2
- data/chunk-000/episode_000002.parquet +2 -2
- data/chunk-000/episode_000003.parquet +2 -2
- data/chunk-000/episode_000004.parquet +2 -2
- data/chunk-000/episode_000005.parquet +2 -2
- data/chunk-000/episode_000006.parquet +2 -2
- data/chunk-000/episode_000007.parquet +2 -2
- data/chunk-000/episode_000008.parquet +2 -2
- data/chunk-000/episode_000009.parquet +2 -2
- data/chunk-000/episode_000010.parquet +2 -2
- data/chunk-000/episode_000011.parquet +2 -2
- data/chunk-000/episode_000012.parquet +2 -2
- data/chunk-000/episode_000013.parquet +2 -2
- data/chunk-000/episode_000014.parquet +2 -2
- data/chunk-000/episode_000015.parquet +2 -2
- data/chunk-000/episode_000016.parquet +2 -2
- data/chunk-000/episode_000017.parquet +2 -2
- data/chunk-000/episode_000018.parquet +2 -2
- data/chunk-000/episode_000019.parquet +2 -2
- data/chunk-000/episode_000020.parquet +2 -2
- data/chunk-000/episode_000021.parquet +2 -2
- data/chunk-000/episode_000022.parquet +2 -2
- data/chunk-000/episode_000023.parquet +2 -2
- data/chunk-000/episode_000024.parquet +2 -2
- data/chunk-000/episode_000025.parquet +2 -2
- data/chunk-000/episode_000026.parquet +2 -2
- data/chunk-000/episode_000027.parquet +2 -2
- data/chunk-000/episode_000028.parquet +2 -2
- data/chunk-000/episode_000029.parquet +2 -2
- data/chunk-000/episode_000030.parquet +1 -1
- data/chunk-000/episode_000031.parquet +1 -1
- data/chunk-000/episode_000032.parquet +1 -1
- data/chunk-000/episode_000033.parquet +1 -1
- data/chunk-000/episode_000034.parquet +1 -1
- data/chunk-000/episode_000035.parquet +1 -1
- data/chunk-000/episode_000036.parquet +1 -1
- data/chunk-000/episode_000037.parquet +1 -1
- data/chunk-000/episode_000038.parquet +1 -1
- data/chunk-000/episode_000039.parquet +1 -1
- data/chunk-000/episode_000040.parquet +1 -1
- data/chunk-000/episode_000041.parquet +1 -1
- data/chunk-000/episode_000042.parquet +1 -1
- data/chunk-000/episode_000043.parquet +1 -1
- data/chunk-000/episode_000044.parquet +1 -1
- data/chunk-000/episode_000045.parquet +1 -1
- data/chunk-000/episode_000046.parquet +1 -1
- data/chunk-000/episode_000047.parquet +1 -1
- 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**:
|
| 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 |
-
|
| 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/
|
| 79 |
|
| 80 |
# Access episodes
|
| 81 |
for episode in dataset:
|
|
@@ -84,7 +84,7 @@ for episode in dataset:
|
|
| 84 |
|
| 85 |
## Video Format
|
| 86 |
|
| 87 |
-
- **Codec**:
|
| 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**: ~
|
| 101 |
-
- **Average Episode Duration**: ~
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 3 |
size 20813
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fc0e022e5e521d6232ecac04295f1af6f2222de6b996d836a14dbfe6a9b238a
|
| 3 |
size 20813
|