jccj commited on
Commit
7ad87b7
·
verified ·
1 Parent(s): a636cb1

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 -157
  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 +2 -2
  33. data/chunk-000/episode_000031.parquet +2 -2
  34. data/chunk-000/episode_000032.parquet +2 -2
  35. data/chunk-000/episode_000033.parquet +2 -2
  36. data/chunk-000/episode_000034.parquet +2 -2
  37. data/chunk-000/episode_000035.parquet +2 -2
  38. data/chunk-000/episode_000036.parquet +2 -2
  39. data/chunk-000/episode_000037.parquet +2 -2
  40. data/chunk-000/episode_000038.parquet +2 -2
  41. data/chunk-000/episode_000039.parquet +2 -2
  42. data/chunk-000/episode_000040.parquet +2 -2
  43. data/chunk-000/episode_000041.parquet +2 -2
  44. data/chunk-000/episode_000042.parquet +2 -2
  45. data/chunk-000/episode_000043.parquet +2 -2
  46. data/chunk-000/episode_000044.parquet +2 -2
  47. data/chunk-000/episode_000045.parquet +2 -2
  48. data/chunk-000/episode_000046.parquet +2 -2
  49. data/chunk-000/episode_000047.parquet +2 -2
  50. data/chunk-000/episode_000048.parquet +2 -2
README.md CHANGED
@@ -1,165 +1,17 @@
 
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
  tags:
6
- - LeRobot
7
- - lerobot
8
  - so100
9
- - match_shape
10
- configs:
11
- - config_name: default
12
- data_files: data/*/*.parquet
13
  ---
14
 
15
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
-
17
- ## Dataset Description
18
-
19
-
20
-
21
- - **Homepage:** [More Information Needed]
22
- - **Paper:** [More Information Needed]
23
- - **License:** apache-2.0
24
-
25
- ## Dataset Structure
26
-
27
- [meta/info.json](meta/info.json):
28
- ```json
29
- {
30
- "codebase_version": "v2.1",
31
- "robot_type": "so100_follower",
32
- "total_episodes": 55,
33
- "total_frames": 26843,
34
- "total_tasks": 1,
35
- "total_videos": 110,
36
- "total_chunks": 1,
37
- "chunks_size": 1000,
38
- "fps": 30,
39
- "splits": {
40
- "train": "0:55"
41
- },
42
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
- "features": {
45
- "action": {
46
- "dtype": "float32",
47
- "shape": [
48
- 6
49
- ],
50
- "names": [
51
- "shoulder_pan.pos",
52
- "shoulder_lift.pos",
53
- "elbow_flex.pos",
54
- "wrist_flex.pos",
55
- "wrist_roll.pos",
56
- "gripper.pos"
57
- ]
58
- },
59
- "observation.state": {
60
- "dtype": "float32",
61
- "shape": [
62
- 6
63
- ],
64
- "names": [
65
- "shoulder_pan.pos",
66
- "shoulder_lift.pos",
67
- "elbow_flex.pos",
68
- "wrist_flex.pos",
69
- "wrist_roll.pos",
70
- "gripper.pos"
71
- ]
72
- },
73
- "observation.images.top": {
74
- "dtype": "video",
75
- "shape": [
76
- 480,
77
- 640,
78
- 3
79
- ],
80
- "names": [
81
- "height",
82
- "width",
83
- "channels"
84
- ],
85
- "info": {
86
- "video.height": 480,
87
- "video.width": 640,
88
- "video.codec": "av1",
89
- "video.pix_fmt": "yuv420p",
90
- "video.is_depth_map": false,
91
- "video.fps": 30,
92
- "video.channels": 3,
93
- "has_audio": false
94
- }
95
- },
96
- "observation.images.wrist_left": {
97
- "dtype": "video",
98
- "shape": [
99
- 480,
100
- 640,
101
- 3
102
- ],
103
- "names": [
104
- "height",
105
- "width",
106
- "channels"
107
- ],
108
- "info": {
109
- "video.height": 480,
110
- "video.width": 640,
111
- "video.codec": "av1",
112
- "video.pix_fmt": "yuv420p",
113
- "video.is_depth_map": false,
114
- "video.fps": 30,
115
- "video.channels": 3,
116
- "has_audio": false
117
- }
118
- },
119
- "timestamp": {
120
- "dtype": "float32",
121
- "shape": [
122
- 1
123
- ],
124
- "names": null
125
- },
126
- "frame_index": {
127
- "dtype": "int64",
128
- "shape": [
129
- 1
130
- ],
131
- "names": null
132
- },
133
- "episode_index": {
134
- "dtype": "int64",
135
- "shape": [
136
- 1
137
- ],
138
- "names": null
139
- },
140
- "index": {
141
- "dtype": "int64",
142
- "shape": [
143
- 1
144
- ],
145
- "names": null
146
- },
147
- "task_index": {
148
- "dtype": "int64",
149
- "shape": [
150
- 1
151
- ],
152
- "names": null
153
- }
154
- }
155
- }
156
- ```
157
-
158
 
159
- ## Citation
160
 
161
- **BibTeX:**
162
 
163
- ```bibtex
164
- [More Information Needed]
165
- ```
 
1
+
2
  ---
 
 
 
3
  tags:
4
+ - phosphobot
 
5
  - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
 
9
  ---
10
 
11
+ # shape_matching
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ **This dataset was generated using the [phospho cli](https://github.com/phospho-app/phosphobot)**
14
 
15
+ More information on [robots.phospho.ai](https://robots.phospho.ai).
16
 
17
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot and RLDS.
 
 
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cec18351855efd7b76fc4840b7cdae68056a1c5eb35bd53db9fc3fd87dad13f1
3
- size 24908
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5190ffd3d2abda2d26fcc68abde32c4d75eb36d5cc8b4872bcde7c8ca0ad5e7f
3
+ size 26036
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0d0687c33da98b54ef69294b98239343cac1fc7c5b633e46f4ea9f615198ff8
3
- size 25567
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0389b0e5fae4f2ef36c5ca7527f34f926d9fe10dfadd5420a303027d1a85919c
3
+ size 26695
data/chunk-000/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a27a5e10196807a37f3f7b5d2d9cc06926cf7f1fdf4faa06859f1d4d1820f1d8
3
- size 26172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7139da08d66f5f080e291830a5c5f480fad4b51aad9bd3316794895df2efbd5c
3
+ size 27300
data/chunk-000/episode_000003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:973a93daf486fa0570b2a170bf3a05f37dd079f14a9896d8f24ab60f9c61d6d7
3
- size 23345
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3169ce8ba4f5667e99f47572746b8b4fc160fd45421bd835825245e2b2b2cdc5
3
+ size 24473
data/chunk-000/episode_000004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ba0eae8050eb26e8e49b0594ef2cf81248391651273c6d40fd77edaca0a5d32
3
- size 26421
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197263174d0ae414e745c0f61794c34c4a2714295da3b2bf230cad92b9eafe8a
3
+ size 27549
data/chunk-000/episode_000005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70c13983e43b4556594c01b2070368d28eb212c2d35a219c8136a7ac59d687c9
3
- size 23890
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e052db2049ade15c245a40cdb1361c186a7c4eeb416c5d880c77a96fe4b16fce
3
+ size 25018
data/chunk-000/episode_000006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32e168cda26b0624e5893ed4e74fd2841a5ddf2466c528fb90dcc0b8068a3d87
3
- size 24401
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89cff52173ce4e1120d39bb1c7f617c52c0e4cbdff3b78d08b8cbe307ebd98d6
3
+ size 25529
data/chunk-000/episode_000007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4cf8d942d5f996d9cdd037f8821cff6089408c3a607f13bed183782f5344e86
3
- size 18862
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64076a55c85b67e06012da643aee91a856cc2a861d7c5787db28109ade1b8b23
3
+ size 19990
data/chunk-000/episode_000008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc5dd76ac8a31102cca8a277d9c12783a14e6a7c39397295d3e1a1296c6a03cc
3
- size 21811
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63993fb392d6a0aa67f2cfc3157616084c2c0286f5abdb3c05b31726b3355faa
3
+ size 22939
data/chunk-000/episode_000009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35678c121b8f65cf82b6716b700f2aa32dfc252463b7b44a576f40f4103b9e7a
3
- size 23541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5273826b826f223248aff0209dc93a3f5ae2ad16bd9366046e751bfeb514996
3
+ size 24669
data/chunk-000/episode_000010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1996ddf9818a43995c43554b0ca8b30a79939ad3058f9cb316045efa1daa8745
3
- size 20569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70d930a8f341d03ab6cfafb76ea1d0bd5c11dfdaf2922008d7f94f29adc58b34
3
+ size 21697
data/chunk-000/episode_000011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bf47d445e36999bb0e80c1f80cd034aeef5e1f7b9374ed79a2b991d7a3dd343
3
- size 22023
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61224afeae8770b44683ec4b0ed854db536a101aa652e4cafbf2fed684d75db3
3
+ size 23151
data/chunk-000/episode_000012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2378aa1041555cb19ce9e4cedc307ace0ea360fcdc3cbc88383ce1af9130756
3
- size 26104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf419b453720aa9ca30f7383e7026bd2617d1571798099e38253ddbbf3ed5cde
3
+ size 27232
data/chunk-000/episode_000013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca6777835bd4b39333b9d61d5fbafdb0890b840c79922534d58c1479efd15e39
3
- size 24980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539f06a9cdfbe49f1db5827d9969d0f08c4eaf05df31c403fcb37b64a86dec49
3
+ size 26108
data/chunk-000/episode_000014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:038fb3ae6fbe232c54796cd044edd39356c978a33a3ba2b5f1f615ac16cfa677
3
- size 24841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b216a2295c47e20241ba770072e413255fbf5291c78df821f63bca173c77adc
3
+ size 25969
data/chunk-000/episode_000015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f91d0dd113d1064bd7afd871d8007e584633592de3227b560b6dee80fddc5621
3
- size 21718
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa508b4f3bca32bf9ceb3cf9aef53c3a4e53a5523f49b35a93ca7242a2eb651
3
+ size 22846
data/chunk-000/episode_000016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77e8ba8a4634089d40ed92f3b661f8fc279500e705109abf831bca63995cf021
3
- size 20892
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a49a7389c45ba5da8933cfba039d892e1d6cf375cf53f458245eb051054f26
3
+ size 22020
data/chunk-000/episode_000017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b19ddbd3dc3ded85a15eecf6058149e68e43ba7c04bcdd131dfce1027a0fcf1a
3
- size 21803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b6d8ea0b784c339efbc64b9100d5b810cd5e7bc2167316d840c292f956ed1b
3
+ size 22931
data/chunk-000/episode_000018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f645a934ca8e6293dcb75c0b92474e35e604c7e7d75cbee5be789582a7c0bae
3
- size 23628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb0da0884549e7972b6b2bd1a84ee07ef15d06bb544cabff5941c89b0496f78
3
+ size 24756
data/chunk-000/episode_000019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad9fed9c3cbba2be8f1927f3ab3108423b4344919380a5c4c998a3b5766aa458
3
- size 21515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95242293a7818b9c420c23bd831025c62e617d4c5e0ebe5c8ed7f273d2939c50
3
+ size 22643
data/chunk-000/episode_000020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:226531bd6359062ec372a46712e44db6c68020277d3f403cf0d36fc780b964cc
3
- size 28178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c990bef2136a91f449f70d1f4c3d0d6762b76644199c618d4165d957d3a839d3
3
+ size 29306
data/chunk-000/episode_000021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74f62b168783c09e30a4d820718b5da8a01e0094ca39897e6b634c2694a936c7
3
- size 28172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa610849ca56ca8867dd05ce1dc02edf79ad2a6bae389e925f9f906e574d2749
3
+ size 29300
data/chunk-000/episode_000022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d4a0a9c5791a8a2790677f2bfc3d3655cccf1ec72b8e4ef6e4e6aabc52a6a15
3
- size 32927
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff35940fca297795b000dda09e586ba8f0726ae918f02ff0fc2addbc9cd46fd
3
+ size 34055
data/chunk-000/episode_000023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:395af65440c431344b67722ad75aaf3496c068b0ebd09b66edaae48765f76d1d
3
- size 28871
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a46b5eff234daac4d68dbdeb5bd58391c73d72eb03438d4999c3b63d98747c
3
+ size 29999
data/chunk-000/episode_000024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9add791910770aabc0470e43e48f789a5d61dc0e9360ffc28e2d27942f91656c
3
- size 33368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e59024a7dab574dd26f6b35ff146bd2a5ae9254e91bce60eb1da1096639de51
3
+ size 34496
data/chunk-000/episode_000025.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e0e7a555de5f0a2a3a59b446dc44abc6401ce89bb682f07883eec7c9d14ba5f
3
- size 33619
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d4e7942d6c9c79ff963d5c15e7ff1299951426f9274a51b1df1826ff881331
3
+ size 34747
data/chunk-000/episode_000026.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5f0381a45b26395b2cf3baeca08db96e8c64d50ca8a25f0827a939515ce9301
3
- size 26770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430f764316ff035035084c620f21a07218672e43e6f29d97f5a40f8edf4409e5
3
+ size 27898
data/chunk-000/episode_000027.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9cbe8169ef9bb7e2772e9cdddbb54913c009a637880866a2739d3f7915a76f8
3
- size 22426
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2c20d207e82fe3544f895f6dac21b525ff7bbef957ff13bfc005c5288a5ee8
3
+ size 23554
data/chunk-000/episode_000028.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5bdbdda9d6e03412effd7100b0aff0824ce867776135a23a63353a58bdfa914
3
- size 30737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490d15877dc009cc855a1ad88d72ddc3a48180339e85aed83a20c976924218d6
3
+ size 31865
data/chunk-000/episode_000029.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91635df8315ae48c9892d2ace39ba5d86f836599056599cb64cbb6fc4d5d71c2
3
- size 19656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4432d337b4d6dc988409c3c93cc083ab35cc45e2de8a3b6980084a49f06c8dd8
3
+ size 20784
data/chunk-000/episode_000030.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a208fda37868885a5715573b7c7a7ea19989176ab4516816154cb1d35fdaf9b4
3
- size 21142
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bfac3c387e0f73024cd0bce636c259eab03f1a10baf0bc96bfef951a0daf3c
3
+ size 22270
data/chunk-000/episode_000031.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26d26d025ad37282289b6e58f8cc924f80b09c2210e89fa435bfbadd79d9b732
3
- size 28190
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efa4096b1df412c562e67d2506d8a8cf7706ce589d6443fb40b78d182d6d13a
3
+ size 29318
data/chunk-000/episode_000032.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:808d795fed107d3c37a44e4db03b1650e430cd13933fed8b08cbcffd55387e3a
3
- size 32671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97dad1f9672405316d174a4ae77b24daa1ee972fd67a20af19341efd3641f0e
3
+ size 33799
data/chunk-000/episode_000033.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46f184f55f2cd4fc57fc58df9bd84fd4ad11db147c07cddb99326985adb95688
3
- size 25777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80688e30e8701e4685127501dfe81cc0665a23a6a77891a6ddf63a3c9b133e76
3
+ size 26905
data/chunk-000/episode_000034.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3eeb3f3bd98759affcf4ef7c4ea6d77c4717dbc697de693eafa52c8539652061
3
- size 26899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dac33f9d15fbf3e0c1a19544250382a9fee39035766b917d506f8c5292084c9
3
+ size 28027
data/chunk-000/episode_000035.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:334147ab97f531cf570d2466d7ac990fbbbbe0fa8c7ead4590ec769f88ee9fce
3
- size 22088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d38717eec4b5d57119cdd84d0e899740e84c82f93cf4b408889477752f53af45
3
+ size 23216
data/chunk-000/episode_000036.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97c827cc3b1c859b36d3bacb1cbff12570e30f33a8125adb3f0df9307bd5357e
3
- size 22936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f079de65dec4678a2e33940f6c665caadbb2720d86941f91d957b5eccb62820
3
+ size 24064
data/chunk-000/episode_000037.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08a42a82f1a393f567fa577463ff0df93b7de9d68f05c2c2b9d7cec012919321
3
- size 22420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25eae50aea32840c0231e8dc02fa935ed5279ca6c36bf5584d4e036267599707
3
+ size 23548
data/chunk-000/episode_000038.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:759bd60f1587c26163e968c0acc24ac13e49a53047da55b4ad02f08c7e41a80a
3
- size 24136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb89b7be4af7d85774da12a85cf513d28581e2beca25a62652d1d0820809b3e
3
+ size 25264
data/chunk-000/episode_000039.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9bbe2e540a95b0106058da76217b0f3901f7453728de80de8b558ad7150eb92
3
- size 29220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63161a54f3840e1b28d227ce33e5927c1641387361a6fb23a6dba219f99a97a7
3
+ size 30348
data/chunk-000/episode_000040.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dfb28d8b679eb78d1ab46edd7574e75e0e9ded706351005103f694620527ae7
3
- size 3724
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1036e3ecc4c70dd3b53459a8ecefbf1cc3ea5647baf32d8bece3610f671868
3
+ size 30744
data/chunk-000/episode_000041.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfc156b82c7218fdcd4c9acdf3ed10ce4ed1f174dc614bc4904e4926208b2b09
3
- size 29246
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36dad2374196c0e522e8189f6e9688c93a3ebd3fb61265f3e6da8181166a19a
3
+ size 26384
data/chunk-000/episode_000042.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9180622a26f83d70a1909a4d94099e85c16be1de3c60cccbfb7229f568d9e4ec
3
- size 29616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a53ca2d372ee55d4e1b9d756d3a26d69d1d7718ddbb4fd44253e17733fb4248
3
+ size 27037
data/chunk-000/episode_000043.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f1f75fb1d5b6d499d7a90c08982c31becfcb1c39fdd3a0d2058a3cbffcc6001
3
- size 25261
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb23bb2c77fe9014cc4598f5ed0259f25b26a875bd72c4b7d92e62ae7169bd0
3
+ size 28407
data/chunk-000/episode_000044.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:424d3267f3b089cfac4c9478bcbc5a29e6f0e3a9c58d4ccb2b8c89636a557381
3
- size 25909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935d72f40ae2a487b0afc50e3dc421ae89c1f7d5c61c016d03e011491ba6ed59
3
+ size 27734
data/chunk-000/episode_000045.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec6da4a130bf97216e249cfd2ae53ec70063f09ec5ef3c529ad448d23c641e20
3
- size 27281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3632df23838a5fb073ad5e0f3cb4aafd4eb741aec55f69a482b08d5a0d24f36c
3
+ size 26624
data/chunk-000/episode_000046.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:574d768dae176f80f8847fa94ae1f771dc2fb532cfd4a7b5d8c197a92e30a3c0
3
- size 26606
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89f3bedf521ea954bfe6f548e28d6e31cd37a0ae74fcd794f74f81f3caf3efa
3
+ size 30895
data/chunk-000/episode_000047.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db889641a7b129e4d4ffa45b37779b853fc85e98c5fc68c860a8c05e7bed969f
3
- size 25499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353f1df0c5e2a126e9ea1474425b2a5ffb38e49e56db6752ab747bcc46688215
3
+ size 25850
data/chunk-000/episode_000048.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e8ad3cac229a72038c60788082d69d506b31aecb86fc176cd0bcf97f5aaf537
3
- size 29762
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daca5059786685cb3069e6dba5d8d9ae24ef1aebbea7cddc61d1a44bc9355a12
3
+ size 26727