angledusgar commited on
Commit
f74e0c6
·
verified ·
1 Parent(s): d1a914c

Forge v1: 2968 expert episodes, 3 tasks, video + force/torque

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 +112 -1
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  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 CHANGED
@@ -1,3 +1,114 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - isaac-lab
9
+ - forge
10
+ - manipulation
11
+ - peg-insertion
12
+ - force-torque
13
  ---
14
+
15
+ # Forge v1 — contact-rich manipulation with force/torque, 3 tasks
16
+
17
+ Expert demonstrations for the three [Isaac Lab](https://github.com/isaac-sim/IsaacLab) **FORGE**
18
+ tasks, collected from trained `rl_games` PPO policies. Successful episodes only; the failures from
19
+ the same collection are published separately as
20
+ [`angledusgar/forge-failure-v1`](https://huggingface.co/datasets/angledusgar/forge-failure-v1).
21
+
22
+ Beyond the usual LIBERO-shaped fields this dataset carries the **wrist force/torque signal**, which
23
+ is what makes contact-rich insertion legible: the peg/hole clearance is 0.114 mm, far below what a
24
+ 224×224 camera can resolve, so the moment of contact and the onset of a jam are visible in the
25
+ wrench long before they are visible in pixels.
26
+
27
+ ## Contents
28
+
29
+ | task | episodes | steps/episode | prompt |
30
+ |---|---|---|---|
31
+ | `Isaac-Forge-PegInsert-Direct-v0` | ~984 | 149 | "insert the peg into the socket" |
32
+ | `Isaac-Forge-GearMesh-Direct-v0` | ~996 | 299 | "mesh the gear onto the shaft" |
33
+ | `Isaac-Forge-NutThread-Direct-v0` | ~988 | 449 | "thread the nut onto the bolt" |
34
+ | **total** | **2,968** | — | 888,032 frames |
35
+
36
+ All three tasks live in one repository, distinguished by the per-frame task string
37
+ (`meta/tasks.jsonl`), the same packing `physical-intelligence/libero` uses.
38
+
39
+ ## Features
40
+
41
+ | key | dtype | shape | meaning |
42
+ |---|---|---|---|
43
+ | `image` | video (AV1) | 256×256×3 | fixed third-person camera, one per environment |
44
+ | `wrist_image` | video (AV1) | 256×256×3 | wrist camera, mounted on `panda_hand` |
45
+ | `state` | float32 | (8,) | `eef_pos` (3) + axis-angle from `eef_quat` (3) + gripper joints (2) |
46
+ | `actions` | float32 | (7,) | the executed Forge environment action |
47
+ | **`ft`** | float32 | (6,) | wrench at the wrist in the EE frame — force (3) then torque (3), smoothed |
48
+ | **`ft_noisy`** | float32 | (3,) | the force the policy actually observed, with Forge's observation noise |
49
+
50
+ `state` is deliberately 8-D and named as in the openpi LIBERO conversion, so
51
+ `LeRobotLiberoDataConfig` can be reused unchanged; `ft` / `ft_noisy` are extra keys that openpi's
52
+ `RepackTransform` simply drops. Robot is a Franka Panda; fps 15 (Forge control rate); LeRobot
53
+ dataset format `v2.1`.
54
+
55
+ Two force channels are kept on purpose: a detector can be *trained* on the clean wrench while being
56
+ *evaluated* on the noisy signal the robot really had.
57
+
58
+ ## How it was collected
59
+
60
+ Sixteen environments were stepped in lockstep — Factory/Forge resets all environments together, so
61
+ each window yields exactly N equal-length episodes — with the expert acting deterministically.
62
+ Episodes were kept regardless of outcome and split by result afterwards.
63
+
64
+ | task | expert checkpoint | success rate |
65
+ |---|---|---|
66
+ | PegInsert | 300-epoch PPO, trained 2026-06-30 on the **stock** task | ~96% |
67
+ | GearMesh | 300-epoch PPO, trained 2026-08-01 | ~99% |
68
+ | NutThread | 300-epoch PPO, trained 2026-08-01 | ~98% |
69
+
70
+ ## ⚠️ Reproducing PegInsert
71
+
72
+ The PegInsert episodes were collected under **stock Forge dynamics**, but the Isaac Lab checkout
73
+ used for collection has `ForgeTaskPegInsert` modified for a separate study (higher and wider spawn,
74
+ plus a ±10° tilt of the peg *inside the gripper* to induce jams). Collection therefore overrode six
75
+ knobs back to their stock values:
76
+
77
+ ```python
78
+ hand_init_pos = [0.0, 0.0, 0.047]
79
+ hand_init_pos_noise = [0.02, 0.02, 0.01]
80
+ hand_init_orn_noise = [0.0, 0.0, 0.785]
81
+ held_asset_pos_noise = [0.003, 0.0, 0.003]
82
+ fixed_asset_init_tilt_deg = 0.0
83
+ held_asset_tilt_deg = 0.0
84
+ ```
85
+
86
+ On an unmodified Isaac Lab these are already the defaults, so **run it as-is**. GearMesh and
87
+ NutThread were never modified. This matters: the 2026-06-30 PegInsert expert scores ~96% on stock
88
+ dynamics and **0/12** on the modified variant, and a policy trained on the modified variant plateaus
89
+ at a reward of 72.7 against 345.5 on stock — the same task name, two different problems.
90
+
91
+ ## Loading
92
+
93
+ ```python
94
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
95
+
96
+ ds = LeRobotDataset("angledusgar/forge-v1")
97
+ sample = ds[0]
98
+ sample["image"] # (3, 256, 256)
99
+ sample["ft"] # (6,) force + torque
100
+ ```
101
+
102
+ If video decoding fails with a `torchcodec` import error, the machine is missing FFmpeg shared
103
+ libraries; pass `video_backend="pyav"` or install ffmpeg.
104
+
105
+ ## Known gaps
106
+
107
+ - **Arm joint angles are not included.** Only the two gripper joints were recorded; `state`
108
+ follows the LIBERO convention, which is end-effector-based. Adding `joint_pos` requires
109
+ re-collection and is planned for a future version.
110
+ - One shard was lost to a corrupted HDF5 file (a writer killed mid-write), costing at most 47
111
+ PegInsert episodes out of ~1,010 collected for that task.
112
+ - Success rates are high by construction, so the failure set is small; see
113
+ `forge-failure-v1` for the 51 failures and read its card before treating them as a balanced
114
+ negative set.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2b97cae02faf952d3132855d0d86054eae9af16c7adfbd15d08b0bfb1cb835
3
+ size 25505
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1b9bc1afbdeedb0a0cd4c8c20ee528d6938958eb295c62053d49fd2a93f0eac
3
+ size 25434
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd32c308b6235f10da2d53c8fa88032666205529965c6aaa366e257eb68e1a8b
3
+ size 25437
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb63eaf3ac65a2732336256f5ef74927e12c7b7ef5364e7ee34cabdfcb27505
3
+ size 25468
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043db3db4f3a0fca0a77153f8f9be5a37a8ec1f55df6889ccd16307c9a4f26d7
3
+ size 25477
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9b3e3a790cf9ad26e5535e62f17cefec1e486f4c65e29add6f09013420ee5fd
3
+ size 25455
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754699b8f9722cc5fd1c39bc095c0ecaa3da4ab793d1d4df3b1bf06cba1aef7b
3
+ size 25455
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d900fdf150127e9d1468075ac994f4ae33dc50d368215ecb16aff942e462636
3
+ size 25431
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5817f3e1b1ad0a4bb77b989151d378cb73d6b65271c287fa3c36a1c91fe0c8bb
3
+ size 25439
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f56b34974a5f561bd135020d1656060cb6aab64504db7f24eeaea974f68cd38
3
+ size 25461
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:651e15a568c24f9e4707d4e0afd6f7a492162646a1a2a176aabcc6a2bd69a2a2
3
+ size 25499
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3127dc2b837449936f391f6f8155cc418c4b247f125182953bf03d2565b776
3
+ size 25483
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0a95785fdbfad74ef815c8c5882dd7e083e7d03789036a310e15adf7ba12f7e
3
+ size 25435
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2951fab77712f0de2ab4fb6119b2b746e9eabe4b2101b8e795982107373d2c0
3
+ size 25419
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9498c1be82fc4e81aaefa6d62f8b604154bedf7b9183b42c87e813f70f8d7ae7
3
+ size 25445
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1288a8cfcee9430e404c8a668219587dcb1f058d4d4dea06c6942b72068a2e
3
+ size 25432
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab3cecc00ead56b0b9353b22627046eb0e70220a589442d8d4a38a596d303bd7
3
+ size 25417
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebcbeec2a9b8f3e982bbca8580b399d5333237771118add741b975c707ff895
3
+ size 25407
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7eb0074eaaa8e17deec5f7cebf3203af50bd5e0ff53118f6af440f1a0e3799a
3
+ size 25455
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c829ce4d272ca09cffead33847bdd82b356c66057d854c3709b4562d3b4c0017
3
+ size 25373
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d434a2f580d84df05a46f1362bee5f110e3f683a3ed2563636a7e9bde2c6b6
3
+ size 25455
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47610c0288836ab7960d78812b41dc75533516a2f2a9f082c36c208806428160
3
+ size 25421
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6ca9980999f44848eebfdf1f83ed218f1d5a8c02ce9a35447b13a3639ebb38
3
+ size 25464
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69512c0515ba77f453bbe559f61c9f10cf867461a76d9b39e1be4d16169b8403
3
+ size 25449
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1719bea7f60753da473877f8c3bd3bd2fd7a7c7bcaa80137e0121b336845f4
3
+ size 25470
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6feea2131ee7e08aa71911a7771b0927aed76d076a7d03007f89be06d46a9d
3
+ size 25299
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:840950861868ea5731e7fc3e62667ff944db6949f1520212f105e48e3031983b
3
+ size 25495
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ae25daa58bff2f54b849fefd8d1e6af0282871efdf62e94b7151d47d73ebe0
3
+ size 25426
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbc373e5f5d8d08bcf52ded59609b68320ed7e22293d733431536d7645a00ac
3
+ size 25437
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41dd5bb9d89bd1e1b6926d30d81a5a2a81976f0689513633ed93989df5ce2dc3
3
+ size 25339
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eceec51cc8631d84929d10c9770a5e7234ccf0b58bfbda26948dafcf556b3a50
3
+ size 25403
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec0a3f0d48486a0fc6c352bc06fb64ae977cb99cb0a9eab1dc3b811f60dd435
3
+ size 25401
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f66a9397ca9a967ccd371bdc9c73a76f77cb013a5ba39c29b19c9b6515b3b4d
3
+ size 25403
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff16549a813c0949b6c017000172136e0a7a335aac19cd57aa0b93c3ef58a467
3
+ size 25517
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb129088c82fa70162d3a443fcc906932860d3cfcb8173e965d3540b41a96bf
3
+ size 25441
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479c3a146e728d551d08676ceecea0cc0046b037c2e3b730a0f7526d598ed152
3
+ size 25397
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5123b77e2fc14ffa951935f56620fd696cd77a4fceb8677626f92804b22d63df
3
+ size 25447
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5543d713c3346c7761bd6d4be1919d5d567a1676a982e2db43b34322903069f9
3
+ size 25423
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2e1394f7b9089b66ee315cbe44233ea7ed92c5c779d7e2f394919129183dc8
3
+ size 25476
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9472d14c01821529f5b5d168ef0401ce45a2251b43512e66edd2064f4e8240
3
+ size 25435
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e5366f0add047ab3111756ee63fa3523cb0d88e37e04fec4e9323ba7cf618c
3
+ size 25429
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eeb3bf1dc95c8e5f73b43a815d809bcd821f0ae7fbfdd577ff072921c649fed
3
+ size 25442
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5769c223b01bce513a72965cff4d59c194287100a335a9e83230d4390f415068
3
+ size 25575
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5abfc6fc4736cf56422a1055772ca87a4b4d35e390f40f8cb82afe25d206161
3
+ size 25373
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7677d1d96cd803298d971e77311fa866bfa93b83ce519aff7512fcb5caa94c8a
3
+ size 25431
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fdc215fa5344f018841c83e8d09451d1040e2bb2e159da25e57558fb1464435
3
+ size 25469
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16647960ada79882f6ee8714c6ba8977eef98b4342d5b8b3cbd0baf5da7df33d
3
+ size 25203
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6abe9f6263c18f57299f66a41eda1d545f7c0241d4485722611ff838ec5814c
3
+ size 25449
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed80e6cd687a932e3d2fe9b426122ea8072fd935d6e435aa9c8b9899a8e903b
3
+ size 25331