RogersPyke commited on
Commit
cb9648a
·
verified ·
1 Parent(s): 97d7e9d

Copy R1_Lite_make_tea into RoboCOIN_useable

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. R1_Lite_make_tea/.gitattributes +59 -0
  2. R1_Lite_make_tea/README.md +344 -0
  3. R1_Lite_make_tea/annotations/eef_acc_mag_annotation.jsonl +3 -0
  4. R1_Lite_make_tea/annotations/eef_direction_annotation.jsonl +7 -0
  5. R1_Lite_make_tea/annotations/eef_velocity_annotation.jsonl +3 -0
  6. R1_Lite_make_tea/annotations/gripper_activity_annotation.jsonl +4 -0
  7. R1_Lite_make_tea/annotations/gripper_mode_annotation.jsonl +3 -0
  8. R1_Lite_make_tea/annotations/scene_annotations.jsonl +102 -0
  9. R1_Lite_make_tea/annotations/subtask_annotations.jsonl +23 -0
  10. R1_Lite_make_tea/data/chunk-000/episode_000000.parquet +3 -0
  11. R1_Lite_make_tea/data/chunk-000/episode_000001.parquet +3 -0
  12. R1_Lite_make_tea/data/chunk-000/episode_000002.parquet +3 -0
  13. R1_Lite_make_tea/data/chunk-000/episode_000003.parquet +3 -0
  14. R1_Lite_make_tea/data/chunk-000/episode_000004.parquet +3 -0
  15. R1_Lite_make_tea/data/chunk-000/episode_000005.parquet +3 -0
  16. R1_Lite_make_tea/data/chunk-000/episode_000006.parquet +3 -0
  17. R1_Lite_make_tea/data/chunk-000/episode_000007.parquet +3 -0
  18. R1_Lite_make_tea/data/chunk-000/episode_000008.parquet +3 -0
  19. R1_Lite_make_tea/data/chunk-000/episode_000009.parquet +3 -0
  20. R1_Lite_make_tea/data/chunk-000/episode_000010.parquet +3 -0
  21. R1_Lite_make_tea/data/chunk-000/episode_000011.parquet +3 -0
  22. R1_Lite_make_tea/data/chunk-000/episode_000012.parquet +3 -0
  23. R1_Lite_make_tea/data/chunk-000/episode_000013.parquet +3 -0
  24. R1_Lite_make_tea/data/chunk-000/episode_000014.parquet +3 -0
  25. R1_Lite_make_tea/data/chunk-000/episode_000015.parquet +3 -0
  26. R1_Lite_make_tea/data/chunk-000/episode_000016.parquet +3 -0
  27. R1_Lite_make_tea/data/chunk-000/episode_000017.parquet +3 -0
  28. R1_Lite_make_tea/data/chunk-000/episode_000018.parquet +3 -0
  29. R1_Lite_make_tea/data/chunk-000/episode_000019.parquet +3 -0
  30. R1_Lite_make_tea/data/chunk-000/episode_000020.parquet +3 -0
  31. R1_Lite_make_tea/data/chunk-000/episode_000021.parquet +3 -0
  32. R1_Lite_make_tea/data/chunk-000/episode_000022.parquet +3 -0
  33. R1_Lite_make_tea/data/chunk-000/episode_000023.parquet +3 -0
  34. R1_Lite_make_tea/data/chunk-000/episode_000024.parquet +3 -0
  35. R1_Lite_make_tea/data/chunk-000/episode_000025.parquet +3 -0
  36. R1_Lite_make_tea/data/chunk-000/episode_000026.parquet +3 -0
  37. R1_Lite_make_tea/data/chunk-000/episode_000027.parquet +3 -0
  38. R1_Lite_make_tea/data/chunk-000/episode_000028.parquet +3 -0
  39. R1_Lite_make_tea/data/chunk-000/episode_000029.parquet +3 -0
  40. R1_Lite_make_tea/data/chunk-000/episode_000030.parquet +3 -0
  41. R1_Lite_make_tea/data/chunk-000/episode_000031.parquet +3 -0
  42. R1_Lite_make_tea/data/chunk-000/episode_000032.parquet +3 -0
  43. R1_Lite_make_tea/data/chunk-000/episode_000033.parquet +3 -0
  44. R1_Lite_make_tea/data/chunk-000/episode_000034.parquet +3 -0
  45. R1_Lite_make_tea/data/chunk-000/episode_000035.parquet +3 -0
  46. R1_Lite_make_tea/data/chunk-000/episode_000036.parquet +3 -0
  47. R1_Lite_make_tea/data/chunk-000/episode_000037.parquet +3 -0
  48. R1_Lite_make_tea/data/chunk-000/episode_000038.parquet +3 -0
  49. R1_Lite_make_tea/data/chunk-000/episode_000039.parquet +3 -0
  50. R1_Lite_make_tea/data/chunk-000/episode_000040.parquet +3 -0
R1_Lite_make_tea/.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
R1_Lite_make_tea/README.md ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+
5
+ language:
6
+ - en
7
+ - zh
8
+
9
+
10
+ extra_gated_prompt: 'By accessing this dataset, you agree to cite the associated paper in your research/publications—see the "Citation" section for details. You agree to not use the dataset to conduct experiments that cause harm to human subjects.'
11
+
12
+
13
+
14
+ extra_gated_fields:
15
+
16
+ Company/Organization:
17
+ type: 'text'
18
+ description: 'e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"'
19
+
20
+ Country:
21
+ type: 'country'
22
+ description: 'e.g., "Germany", "China", "United States"'
23
+
24
+
25
+
26
+ tags:
27
+ - RoboCOIN
28
+ - LeRobot
29
+
30
+ frame_range: 100K-1M
31
+
32
+ license: apache-2.0
33
+
34
+ configs:
35
+ - config_name: default
36
+ data_files: data/*/*.parquet
37
+ ---
38
+
39
+ # R1_Lite_make_tea
40
+
41
+ ## 📋 Overview
42
+
43
+ This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot.
44
+
45
+ **Robot Type:** `galaxea_r1_lite`
46
+ | **Codebase Version:** `v2.1`
47
+ **End-Effector Type:** `two_finger_gripper`
48
+
49
+ ## 🏠 Scene Types
50
+
51
+ This dataset covers the following scene types:
52
+ - `home`
53
+ - `restaurant`
54
+
55
+
56
+ ## 🤖 Atomic Actions
57
+
58
+ This dataset includes the following atomic actions:
59
+ - `grasp`
60
+ - `pick`
61
+ - `place`
62
+
63
+
64
+ ## 📊 Dataset Statistics
65
+
66
+ | Metric | Value |
67
+ |--------|-------|
68
+ | **Total Episodes** | 101 |
69
+ | **Total Frames** | 162473 |
70
+ | **Total Tasks** | 1 |
71
+ | **Total Videos** | 303 |
72
+ | **Total Chunks** | 1 |
73
+ | **Chunk Size** | 1000 |
74
+ | **FPS** | 30 |
75
+ | **Dataset Size** | 9.0GB |
76
+
77
+
78
+ ## 👥 Authors
79
+
80
+ ### Contributors
81
+ This dataset is contributed by:
82
+ - [RoboCOIN](https://flagopen.github.io/RoboCOIN/) - RoboCOIN Team
83
+
84
+
85
+ ## 🔗 Links
86
+
87
+ - **🏠 Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/)
88
+ - **📄 Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441)
89
+ - **💻 Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN)
90
+ - **🌐 Project Page:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/)
91
+ - **🐛 Issues:** [https://github.com/FlagOpen/RoboCOIN/issues](https://github.com/FlagOpen/RoboCOIN/issues)
92
+ - **📜 License:** apache-2.0
93
+
94
+ ## 🏷️ Dataset Tags
95
+
96
+ - `RoboCOIN`
97
+ - `LeRobot`
98
+
99
+
100
+ ## 🎯 Task Descriptions
101
+
102
+ ### Primary Tasks
103
+ pour kettle water into cup steep tea bag then discard it.
104
+
105
+ ### Sub-Tasks
106
+ This dataset includes 23 distinct subtasks:
107
+
108
+ 1. **Place the tea bag into the desktop trash can**
109
+ 2. **Place the tea bag into the desktop trash can with the left gripper**
110
+ 3. **Place the kettle on its original position with the left gripper**
111
+ 4. **Hand it to the other hand**
112
+ 5. **Pour the water from the kettle into the cup with the left gripper**
113
+ 6. **Place the tea bag in and out of the cup several times with the left gripper **
114
+ 7. **Grasp the tea bag with the right gripper**
115
+ 8. **Lift the tea bag in and out of the cup several times**
116
+ 9. **End**
117
+ 10. **Pick up the kettle**
118
+ 11. **Hand it to the other gripper**
119
+ 12. **Abnormal**
120
+ 13. **Pick up the tea bag**
121
+ 14. **Place the tea bag in and out of the cup several times with the right gripper**
122
+ 15. **Place the kettle to its original position**
123
+ 16. **Pick up the kettle with the left gripper**
124
+ 17. **Pick up the kettle with the right gripper**
125
+ 18. **Grasp the tea bag with the left gripper**
126
+ 19. **Pour water from the kettle into the cup**
127
+ 20. **Pour the water from the kettle into the cup with the right gripper**
128
+ 21. **Place the kettle on its original position with the right gripper**
129
+ 22. **Place the tea bag into the desktop trash can with the right gripper**
130
+ 23. **null**
131
+
132
+
133
+ ## 🎥 Camera Views
134
+
135
+ This dataset includes 3 camera views.
136
+
137
+ ## 🏷️ Available Annotations
138
+
139
+ This dataset includes rich annotations to support diverse learning approaches:
140
+
141
+ ### Subtask Annotations
142
+ - **Subtask Segmentation**: Fine-grained subtask segmentation and labeling
143
+ ### Scene Annotations
144
+ - **Scene-level Descriptions**: Semantic scene classifications and descriptions
145
+ ### End-Effector Annotations
146
+ - **Direction**: Movement direction classifications for robot end-effectors
147
+ - **Velocity**: Velocity magnitude categorizations during manipulation
148
+ - **Acceleration**: Acceleration magnitude classifications for motion analysis
149
+
150
+
151
+ ### Gripper Annotations
152
+ - **Gripper Mode**: Open/close state annotations for gripper control
153
+ - **Gripper Activity**: Activity state classifications (active/inactive)
154
+
155
+
156
+ ### Additional Features
157
+ - **End-Effector Simulation Pose**: 6D pose information for end-effectors in simulation space
158
+ - Available for both state and action
159
+ - **Gripper Opening Scale**: Continuous gripper opening measurements
160
+ - Available for both state and action
161
+
162
+
163
+ ## 📂 Data Splits
164
+
165
+ The dataset is organized into the following splits:
166
+
167
+ - **Training**: Episodes 0:100
168
+
169
+
170
+ ## 📁 Dataset Structure
171
+
172
+ This dataset follows the LeRobot format and contains the following components:
173
+
174
+ ### Data Files
175
+ - **Videos**: Compressed video files containing RGB camera observations
176
+ - **State Data**: Robot joint positions, velocities, and other state information
177
+ - **Action Data**: Robot action commands and trajectories
178
+ - **Metadata**: Episode metadata, timestamps, and annotations
179
+
180
+ ### File Organization
181
+ - **Data Path Pattern**: `data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet`
182
+ - **Video Path Pattern**: `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`
183
+ - **Chunking**: Data is organized into 1 chunk(s)
184
+ of size 1000
185
+
186
+
187
+ ### Features Schema
188
+
189
+ The dataset includes the following features:
190
+
191
+ #### Visual Observations
192
+ - **observation.images.cam_high_rgb**: video
193
+ - FPS: 30
194
+ - Codec: av1- **observation.images.cam_left_wrist_rgb**: video
195
+ - FPS: 30
196
+ - Codec: av1- **observation.images.cam_right_wrist_rgb**: video
197
+ - FPS: 30
198
+ - Codec: av1
199
+
200
+ #### State and Action- **observation.state**: float32- **action**: float32
201
+
202
+ #### Temporal Information
203
+ - **timestamp**: float32
204
+ - **frame_index**: int64
205
+ - **episode_index**: int64
206
+ - **index**: int64
207
+ - **task_index**: int64
208
+
209
+
210
+ #### Annotations
211
+ - **subtask_annotation**: int32
212
+ - **scene_annotation**: int32
213
+
214
+
215
+ #### Motion Features
216
+ - **eef_sim_pose_state**: float32
217
+ - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z
218
+ - **eef_sim_pose_action**: float32
219
+ - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z
220
+ - **eef_direction_state**: int32
221
+ - Dimensions: left_eef_direction, right_eef_direction
222
+ - **eef_direction_action**: int32
223
+ - Dimensions: left_eef_direction, right_eef_direction
224
+ - **eef_velocity_state**: int32
225
+ - Dimensions: left_eef_velocity, right_eef_velocity
226
+ - **eef_velocity_action**: int32
227
+ - Dimensions: left_eef_velocity, right_eef_velocity
228
+ - **eef_acc_mag_state**: int32
229
+ - Dimensions: left_eef_acc_mag, right_eef_acc_mag
230
+ - **eef_acc_mag_action**: int32
231
+ - Dimensions: left_eef_acc_mag, right_eef_acc_mag
232
+
233
+
234
+ #### Gripper Features
235
+ - **gripper_open_scale_state**: float32
236
+ - Dimensions: left_gripper_open_scale, right_gripper_open_scale
237
+ - **gripper_open_scale_action**: float32
238
+ - Dimensions: left_gripper_open_scale, right_gripper_open_scale
239
+ - **gripper_mode_state**: int32
240
+ - Dimensions: left_gripper_mode, right_gripper_mode
241
+ - **gripper_mode_action**: int32
242
+ - Dimensions: left_gripper_mode, right_gripper_mode
243
+ - **gripper_activity_state**: int32
244
+ - Dimensions: left_gripper_activity, right_gripper_activity
245
+
246
+
247
+ ### Meta Information
248
+
249
+ The complete dataset metadata is available in [meta/info.json](meta/info.json):
250
+
251
+ ```json
252
+ {"codebase_version": "v2.1", "robot_type": "galaxea_r1_lite", "total_episodes": 101, "total_frames": 162473, "total_tasks": 1, "total_videos": 303, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:100"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": {"observation.images.cam_high_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [14], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_gripper_open", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [14], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_gripper_open", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_gripper_open"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}}
253
+ ```
254
+
255
+ ### Directory Structure
256
+
257
+ The dataset is organized as follows (showing leaf directories with first 5 files only):
258
+
259
+ ```
260
+ R1_Lite_make_tea_qced_hardlink/
261
+ ├── annotations/
262
+ │ ├── eef_acc_mag_annotation.jsonl
263
+ │ ├── eef_direction_annotation.jsonl
264
+ │ ├── eef_velocity_annotation.jsonl
265
+ │ ├── gripper_activity_annotation.jsonl
266
+ │ ├── gripper_mode_annotation.jsonl
267
+ │ └── (...)
268
+ ├── data/
269
+ │ └── chunk-000/
270
+ │ ├── episode_000000.parquet
271
+ │ ├── episode_000001.parquet
272
+ │ ├── episode_000002.parquet
273
+ │ ├── episode_000003.parquet
274
+ │ ├── episode_000004.parquet
275
+ │ └── (...)
276
+ ├── meta/
277
+ │ ├── episodes.jsonl
278
+ │ ├── episodes_stats.jsonl
279
+ │ ├── info.json
280
+ │ └── tasks.jsonl
281
+ └── videos/
282
+ └── chunk-000/
283
+ ├── observation.images.cam_high_rgb/
284
+ │ ├── episode_000000.mp4
285
+ │ ├── episode_000001.mp4
286
+ │ ├── episode_000002.mp4
287
+ │ ├── episode_000003.mp4
288
+ │ ├── episode_000004.mp4
289
+ │ └── (...)
290
+ ├── observation.images.cam_left_wrist_rgb/
291
+ │ ├── episode_000000.mp4
292
+ │ ├── episode_000001.mp4
293
+ │ ├── episode_000002.mp4
294
+ │ ├── episode_000003.mp4
295
+ │ ├── episode_000004.mp4
296
+ │ └── (...)
297
+ └── observation.images.cam_right_wrist_rgb/
298
+ ├── episode_000000.mp4
299
+ ├── episode_000001.mp4
300
+ ├── episode_000002.mp4
301
+ ├── episode_000003.mp4
302
+ ├── episode_000004.mp4
303
+ └── (...)
304
+ ```
305
+
306
+
307
+ ## 📞 Contact and Support
308
+
309
+ For questions, issues, or feedback regarding this dataset, please contact:
310
+ - **Email:** None
311
+ For questions, issues, or feedback regarding this dataset, please contact us.
312
+ ### Support
313
+ For technical support, please open an issue on our GitHub repository.
314
+
315
+ ## 📄 License
316
+
317
+ This dataset is released under the **apache-2.0** license.
318
+
319
+ Please refer to the LICENSE file for full license terms and conditions.
320
+
321
+
322
+ ## 📚 Citation
323
+
324
+ If you use this dataset in your research, please cite:
325
+
326
+ ```bibtex
327
+ @article{robocoin,
328
+ title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation},
329
+ author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao},
330
+ journal={arXiv preprint arXiv:2511.17441},
331
+ url = {https://arxiv.org/abs/2511.17441},
332
+ year={2025}
333
+ }
334
+ ```
335
+
336
+ ### Additional References
337
+
338
+ If you use this dataset, please also consider citing:
339
+ - LeRobot Framework: https://github.com/huggingface/lerobot
340
+
341
+ ## 📌 Version Information
342
+
343
+ ## Version History
344
+ - v1.0.0 (2025-11): Initial release
R1_Lite_make_tea/annotations/eef_acc_mag_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"eef_acc_mag_index": 0, "eef_acc_mag": "constant"}
2
+ {"eef_acc_mag_index": 1, "eef_acc_mag": "accelerating"}
3
+ {"eef_acc_mag_index": 2, "eef_acc_mag": "decelerating"}
R1_Lite_make_tea/annotations/eef_direction_annotation.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"eef_direction_index": 0, "eef_direction": "forward"}
2
+ {"eef_direction_index": 1, "eef_direction": "backward"}
3
+ {"eef_direction_index": 2, "eef_direction": "left"}
4
+ {"eef_direction_index": 3, "eef_direction": "right"}
5
+ {"eef_direction_index": 4, "eef_direction": "up"}
6
+ {"eef_direction_index": 5, "eef_direction": "down"}
7
+ {"eef_direction_index": 6, "eef_direction": "still"}
R1_Lite_make_tea/annotations/eef_velocity_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"eef_velocity_index": 0, "eef_velocity": "still"}
2
+ {"eef_velocity_index": 1, "eef_velocity": "slow"}
3
+ {"eef_velocity_index": 2, "eef_velocity": "fast"}
R1_Lite_make_tea/annotations/gripper_activity_annotation.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"gripper_activity_index": 0, "gripper_activity": "openning"}
2
+ {"gripper_activity_index": 1, "gripper_activity": "closing"}
3
+ {"gripper_activity_index": 2, "gripper_activity": "holding"}
4
+ {"gripper_activity_index": 3, "gripper_activity": "unknown"}
R1_Lite_make_tea/annotations/gripper_mode_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"gripper_mode_index": 0, "gripper_mode": "open"}
2
+ {"gripper_mode_index": 1, "gripper_mode": "closed"}
3
+ {"gripper_mode_index": 2, "gripper_mode": "unknown"}
R1_Lite_make_tea/annotations/scene_annotations.jsonl ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"scene_index": 0, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
2
+ {"scene_index": 1, "scene": "The black cup is positioned at the back, while the black kettle is placed on the right."}
3
+ {"scene_index": 2, "scene": "The black cup is positioned on the left side."}
4
+ {"scene_index": 3, "scene": "The black cup is located at the center, while the black kettle is positioned to its right."}
5
+ {"scene_index": 4, "scene": "The black cup is located at the back, while the black kettle is positioned on the right side."}
6
+ {"scene_index": 5, "scene": "The black kettle is on the right side, and the black cup is positioned at the back."}
7
+ {"scene_index": 6, "scene": "The black cup is centered, while the black kettle is placed to its left."}
8
+ {"scene_index": 7, "scene": "The black cup is on the left with a black kettle also on the left, while another black cup is behind it."}
9
+ {"scene_index": 8, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
10
+ {"scene_index": 9, "scene": "The black kettle is on the left, while the black cup is positioned in the center."}
11
+ {"scene_index": 10, "scene": "The black cup is located at the back, while the black kettle is positioned slightly to the back-left of it."}
12
+ {"scene_index": 11, "scene": "The black kettle is on the right, and the black cup is behind it on the back right."}
13
+ {"scene_index": 12, "scene": "The black cup is positioned at the back, while the black kettle is located to the left."}
14
+ {"scene_index": 13, "scene": "The black cup is centered, while the black kettle is placed to its left."}
15
+ {"scene_index": 14, "scene": "The black cup is at the back, and the black kettle is on the left."}
16
+ {"scene_index": 15, "scene": "The black cup is positioned to the left of the black kettle, while another black cup is located behind it."}
17
+ {"scene_index": 16, "scene": "The black kettle is on the left, a black cup is also on the left, and another black cup is at the back."}
18
+ {"scene_index": 17, "scene": "The black cup is located at the back, while the black kettle is positioned to the left."}
19
+ {"scene_index": 18, "scene": "The black cup is located at the back right position, while the black kettle is situated at the back left position."}
20
+ {"scene_index": 19, "scene": "The black cup is at the center, while the black kettle is positioned to its right."}
21
+ {"scene_index": 20, "scene": "The black cup is on the right, and the black kettle is also on the right."}
22
+ {"scene_index": 21, "scene": "The black cup is positioned at the back right, while the black kettle is located at the back left, both placed on a surface with clear distinction in their positions."}
23
+ {"scene_index": 22, "scene": "The black cup is at the back, and the black kettle is on the left."}
24
+ {"scene_index": 23, "scene": "The black cup is on the left, while the black kettle is behind it."}
25
+ {"scene_index": 24, "scene": "The black cup is located at the back right position."}
26
+ {"scene_index": 25, "scene": "The black cup is located at the back, while the black kettle is positioned on the left."}
27
+ {"scene_index": 26, "scene": "The black cup is located at the center, while the black kettle is positioned to its right."}
28
+ {"scene_index": 27, "scene": "The black kettle is on the left, and the black cup is behind it."}
29
+ {"scene_index": 28, "scene": "The black cup is centered, while the black kettle is positioned to its left."}
30
+ {"scene_index": 29, "scene": "The black cup is located at the back, while the black kettle is positioned at the back left relative to it."}
31
+ {"scene_index": 30, "scene": "The black kettle is on the right side, while the black cup is located at the back."}
32
+ {"scene_index": 31, "scene": "The black cup is located at the back right position."}
33
+ {"scene_index": 32, "scene": "The black cup is positioned at the back, while the black kettle is located to the left."}
34
+ {"scene_index": 33, "scene": "The black kettle is on the left, the black cup is in the center."}
35
+ {"scene_index": 34, "scene": "The black kettle is on the left, and the black cup is behind it."}
36
+ {"scene_index": 35, "scene": "The black cup is located at the back right position, while the black kettle is positioned on the left."}
37
+ {"scene_index": 36, "scene": "A black cup is located at the center position."}
38
+ {"scene_index": 37, "scene": "The black kettle is on the left, the black cup is in the center, and they are both positioned side by side."}
39
+ {"scene_index": 38, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
40
+ {"scene_index": 39, "scene": "The black cup is on the left and also at the back, while the black kettle shares the same left position."}
41
+ {"scene_index": 40, "scene": "The black kettle is on the left, and the black cup is behind it."}
42
+ {"scene_index": 41, "scene": "The black cup is located at the center position."}
43
+ {"scene_index": 42, "scene": "The black cup is positioned at the back, while the black kettle is located on the right side."}
44
+ {"scene_index": 43, "scene": "The black cup is located at the back, while the black kettle is positioned to the left."}
45
+ {"scene_index": 44, "scene": "The black cup is on the left side."}
46
+ {"scene_index": 45, "scene": "The black cup is positioned at the back, while the black kettle is located on the right side."}
47
+ {"scene_index": 46, "scene": "The black cup is on the right with the black kettle, while another black cup is behind it."}
48
+ {"scene_index": 47, "scene": "The black cup is centered, while the black kettle is positioned to its left."}
49
+ {"scene_index": 48, "scene": "The black cup is positioned to the left of the black kettle and also located at the back relative to it."}
50
+ {"scene_index": 49, "scene": "The black cup is positioned at the back, while the black kettle is located on the right side."}
51
+ {"scene_index": 50, "scene": "The black cup is located at the center, while the black kettle is positioned to its right."}
52
+ {"scene_index": 51, "scene": "The black cup is positioned at the back, while the black kettle is placed on the right."}
53
+ {"scene_index": 52, "scene": "The black cup is positioned to the right."}
54
+ {"scene_index": 53, "scene": "The black cup is located at the back, while the black kettle is positioned to the right."}
55
+ {"scene_index": 54, "scene": "The black kettle is located at the back left position, while the black cup is situated directly behind it, without any specific positional overlap or hierarchy beyond their placement in the back area."}
56
+ {"scene_index": 55, "scene": "The black cup is located at the back, while the black kettle is positioned to the right."}
57
+ {"scene_index": 56, "scene": "The black kettle is on the left, and the black cup is behind it."}
58
+ {"scene_index": 57, "scene": "The black cup is located at the back, while the black kettle is positioned at the back right."}
59
+ {"scene_index": 58, "scene": "The black cup is at the center, while the black kettle is positioned to its right."}
60
+ {"scene_index": 59, "scene": "The black cup is located at the back, while the black kettle is positioned to the right."}
61
+ {"scene_index": 60, "scene": "The black kettle is on the left, and the black cup is behind it."}
62
+ {"scene_index": 61, "scene": "The black cup is positioned at the back, while the black kettle is located to the left."}
63
+ {"scene_index": 62, "scene": "The black cup is on the right, and there s a black kettle also positioned to its right, while another black cup is located at the back."}
64
+ {"scene_index": 63, "scene": "The black cup is at the back, while the black kettle and a black object are both on the right side."}
65
+ {"scene_index": 64, "scene": "The black kettle is on the left, and the black cup is behind it."}
66
+ {"scene_index": 65, "scene": "The black kettle is on the left, and the black cup is behind it."}
67
+ {"scene_index": 66, "scene": "The black kettle is on the left, and the black cup is behind it."}
68
+ {"scene_index": 67, "scene": "The black kettle is on the right, and the black cup is behind it."}
69
+ {"scene_index": 68, "scene": "The black cup is positioned at the back, while the black kettle is placed on the right."}
70
+ {"scene_index": 69, "scene": "The black cup is positioned at the center, while the black kettle is placed to the left of it."}
71
+ {"scene_index": 70, "scene": "The black kettle is on the right, and the black cup is behind it."}
72
+ {"scene_index": 71, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
73
+ {"scene_index": 72, "scene": "The black kettle is on the left, and the black cup is behind it."}
74
+ {"scene_index": 73, "scene": "The black kettle is on the right side, while the black cup is positioned behind it."}
75
+ {"scene_index": 74, "scene": "The black cup is on the right, and the black kettle is on the left."}
76
+ {"scene_index": 75, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
77
+ {"scene_index": 76, "scene": "The black kettle is positioned on the left side, while the black cup is located at the back."}
78
+ {"scene_index": 77, "scene": "The black cup is located at the back, while the black kettle is positioned to the right."}
79
+ {"scene_index": 78, "scene": "The black kettle is on the left, while both the black cup and the other cup are at the back."}
80
+ {"scene_index": 79, "scene": "The black cup is positioned at the center, while the black kettle is placed to the left of it."}
81
+ {"scene_index": 80, "scene": "The black cup and the black kettle are both located on the right side."}
82
+ {"scene_index": 81, "scene": "The black cup is positioned on the right side."}
83
+ {"scene_index": 82, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
84
+ {"scene_index": 83, "scene": "The black cup is positioned at the back, while the black kettle is located on the right side."}
85
+ {"scene_index": 84, "scene": "The black cup is centered, while the black kettle is positioned to its right side."}
86
+ {"scene_index": 85, "scene": "The black cup is located at the back, while the black kettle is situated at the back right."}
87
+ {"scene_index": 86, "scene": "The black cup is positioned at the back."}
88
+ {"scene_index": 87, "scene": "The black cup is located at the back, while the black kettle is positioned on the left."}
89
+ {"scene_index": 88, "scene": "The black kettle is on the left, and the black cup is behind it."}
90
+ {"scene_index": 89, "scene": "The black cup is located at the back, while both black kettles are positioned on the right side."}
91
+ {"scene_index": 90, "scene": "The black cup is on the left, and the black kettle is on the right."}
92
+ {"scene_index": 91, "scene": "Black cup is located at the back Black kettle is located on the right"}
93
+ {"scene_index": 92, "scene": "The black kettle is on the left, and the black cup is behind it."}
94
+ {"scene_index": 93, "scene": "The black cup is on the left, and the black kettle is on the right."}
95
+ {"scene_index": 94, "scene": "The black cup is centered, while the black kettle is positioned to its right."}
96
+ {"scene_index": 95, "scene": "The black cup is located at the back right, while the black kettle is positioned at the back left."}
97
+ {"scene_index": 96, "scene": "The black cup is positioned at the center, while the black kettle is placed to its left."}
98
+ {"scene_index": 97, "scene": "The black cup is located at the back, while the black kettle is positioned on the right side."}
99
+ {"scene_index": 98, "scene": "The black cup is centered, while the black kettle is positioned to its left."}
100
+ {"scene_index": 99, "scene": "The black cup is located at the center, while the black kettle is positioned to its right."}
101
+ {"scene_index": 100, "scene": "The black kettle is on the left, and the black cup is behind it."}
102
+ {"scene_index": 101, "scene": "The black cup is on the left, while the black kettle is behind it."}
R1_Lite_make_tea/annotations/subtask_annotations.jsonl ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"subtask_index": 0, "subtask": "Place the tea bag into the desktop trash can"}
2
+ {"subtask_index": 1, "subtask": "Place the tea bag into the desktop trash can with the left gripper"}
3
+ {"subtask_index": 2, "subtask": "Place the kettle on its original position with the left gripper"}
4
+ {"subtask_index": 3, "subtask": "Hand it to the other hand"}
5
+ {"subtask_index": 4, "subtask": "Pour the water from the kettle into the cup with the left gripper"}
6
+ {"subtask_index": 5, "subtask": "Place the tea bag in and out of the cup several times with the left gripper "}
7
+ {"subtask_index": 6, "subtask": "Grasp the tea bag with the right gripper"}
8
+ {"subtask_index": 7, "subtask": "Lift the tea bag in and out of the cup several times"}
9
+ {"subtask_index": 8, "subtask": "End"}
10
+ {"subtask_index": 9, "subtask": "Pick up the kettle"}
11
+ {"subtask_index": 10, "subtask": "Hand it to the other gripper"}
12
+ {"subtask_index": 11, "subtask": "Abnormal"}
13
+ {"subtask_index": 12, "subtask": "Pick up the tea bag"}
14
+ {"subtask_index": 13, "subtask": "Place the tea bag in and out of the cup several times with the right gripper"}
15
+ {"subtask_index": 14, "subtask": "Place the kettle to its original position"}
16
+ {"subtask_index": 15, "subtask": "Pick up the kettle with the left gripper"}
17
+ {"subtask_index": 16, "subtask": "Pick up the kettle with the right gripper"}
18
+ {"subtask_index": 17, "subtask": "Grasp the tea bag with the left gripper"}
19
+ {"subtask_index": 18, "subtask": "Pour water from the kettle into the cup"}
20
+ {"subtask_index": 19, "subtask": "Pour the water from the kettle into the cup with the right gripper"}
21
+ {"subtask_index": 20, "subtask": "Place the kettle on its original position with the right gripper"}
22
+ {"subtask_index": 21, "subtask": "Place the tea bag into the desktop trash can with the right gripper"}
23
+ {"subtask_index": 22, "subtask": "null"}
R1_Lite_make_tea/data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4def46e712fa241b343f95d266afb73e3e0cb98f61f21871a3689e26e97b9a
3
+ size 396605
R1_Lite_make_tea/data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32dd678dd5733d4f239408f6d07113a7d9bd4ef50f1cc156df2bd6de62215c84
3
+ size 322644
R1_Lite_make_tea/data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1797861f3800555e1c7b79a5aac8d565ef7c7d547a89d47e21d168d2c9e9cd
3
+ size 286247
R1_Lite_make_tea/data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442ca584533293387e97d20e63b4fba22cbfcc028f5033cb3a25079cf2556204
3
+ size 283969
R1_Lite_make_tea/data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d672fac8655b84fe80f890d95e8bdab4086ed37da6edbfea88a283b51f3e34
3
+ size 377011
R1_Lite_make_tea/data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1077e90ff79c5cabed1c22eec087a18ee19dde09237bbdd0096a508d9ad81469
3
+ size 326101
R1_Lite_make_tea/data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b9483302dac72f80ee93e4dc92e69ce0cfc85a9f58fc47650157fcbb104b20
3
+ size 269087
R1_Lite_make_tea/data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d45568b1e1600eb635e2ae13bbccf89c774075dcb4da78a1e8ba4eda582a52
3
+ size 438168
R1_Lite_make_tea/data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf3e6e2ec74697672ddd63931b19db2b748b9bf6eed70511ae5636a2a0683fb8
3
+ size 434794
R1_Lite_make_tea/data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1149e82a5940c873c2a63cd6d947aaa9c4024db7e828287cfb5c9ddc833edb3a
3
+ size 439538
R1_Lite_make_tea/data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b3c9bb7019c69a55b92f9b28cd7163b14f386ad0fd3071c855b62a87e37073
3
+ size 350358
R1_Lite_make_tea/data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c34bf24020381c2a76491e291b5f3d5d9493eaaabb1b603f252502445ec52921
3
+ size 309555
R1_Lite_make_tea/data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce3ee797c01e342b7b5a4e4c4d779e89dae3eb9775586881479da3e6b7f5d43
3
+ size 355257
R1_Lite_make_tea/data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75652a2355f997873811c7554c9070c78841338107e430546b8572c7fa14d1ea
3
+ size 303444
R1_Lite_make_tea/data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b838c7f05851fd9b5b269f2f6b0ca1c7c49c85966b95f5748c57b1cbfaa8c43a
3
+ size 357060
R1_Lite_make_tea/data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4b7c3001c54ed30a8b8f670abbe079a1e8d7fc0ce3b1eb71046119bd6a0c6d
3
+ size 345458
R1_Lite_make_tea/data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:736be7d7a2c6dc6a39a1b48213890a3db3a54702de8166cabf979b06f97a1ba2
3
+ size 274047
R1_Lite_make_tea/data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b85254930b4d4c3da493403fda2afe098208a8c58746750fc61abb1ea4a661c
3
+ size 310838
R1_Lite_make_tea/data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e14d4b64725e67face78ceb6316c71f62aa2d8f5b57dcae445e57f062d8db99
3
+ size 298241
R1_Lite_make_tea/data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d702c5876872587e1dc483c43bf73f94a8c1ff5295e61436a3c5c18027b8bd5
3
+ size 306946
R1_Lite_make_tea/data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f150c42062ac2352ade8dc50dcd008566574bf37f82597a06a73c5c09376399b
3
+ size 465710
R1_Lite_make_tea/data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2b1d21741986059343fb5bd4668ae980b435b807bf090919ed41a43823400d
3
+ size 296129
R1_Lite_make_tea/data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d993c1f7df43adf8f543431281322d8b73d27609067b17e5bc266c39c050bc4
3
+ size 473298
R1_Lite_make_tea/data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7f5887b5f3af4f3403536e6917f934fb283af4ec7c223c8703d74cc06e4f39
3
+ size 299947
R1_Lite_make_tea/data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc75c82565f0200665173f478a604f6ff169ebf04ac2a9b19852d2fdafb561a
3
+ size 228754
R1_Lite_make_tea/data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746e0949a2f1b6e06a4859e26beb5b43a5e2462b1dde1227d93fab001bfc1e46
3
+ size 346576
R1_Lite_make_tea/data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77012846a37be8cf7b325c1be8f9abc07b7967bbaaaaf7db6589cdfbf011f5d3
3
+ size 316118
R1_Lite_make_tea/data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cc3848edd142010791a19c51872e657c0f7bbf2beb323ad6fa5399f4591b66
3
+ size 340393
R1_Lite_make_tea/data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d52e3ea15e0fee90528ff41b8310c85067159e725e0f03cdc588b235e19ac99
3
+ size 497004
R1_Lite_make_tea/data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7720e9921a517a9f1113e84b2d29b1a4a35e496f1f3fabc68ce95cf750c8f006
3
+ size 325867
R1_Lite_make_tea/data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b27bd127c8f933bffd2fda71f1359cf98a6169378d675d032d5b08daa8b7a8
3
+ size 305454
R1_Lite_make_tea/data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f595fcc6939f03b6a63d2673de4ed1d6e93f898c0b938fa256a4e1f09ee9a3
3
+ size 310623
R1_Lite_make_tea/data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbd52591b572451fcb339847a70aff9f7910cfdccb6f11858d9afecc4daa8e7
3
+ size 276916
R1_Lite_make_tea/data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e301bba8d9819750838072e483416a3351746275321d1a3d49146571b1bd7d
3
+ size 258487
R1_Lite_make_tea/data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4b3e6427eb8bd19ece95516167475de7678c63b2da7c8502c283cdd1838cb0
3
+ size 331629
R1_Lite_make_tea/data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b91aab5208a3a0272d5e35cdab62fbe191455036fb608abc3bed80a1313e8f1
3
+ size 320881
R1_Lite_make_tea/data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a569f9f53ead084a8e2a632dcf8fef9ecf0d279b7da90904741b431fff34c0a8
3
+ size 424043
R1_Lite_make_tea/data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec53fa3baae3969054c87dcd0b54e5925fe1492ca161d851fdb1679280682b7
3
+ size 312429
R1_Lite_make_tea/data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463aa1ad6eb060a37750b5ae433239f1e9e92bd1934031629c1c0e5ca00d8bee
3
+ size 383296
R1_Lite_make_tea/data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f374eface3f7e0b616d66e8214c575a3a48136e706d8e55b441fda616e99a17
3
+ size 308433
R1_Lite_make_tea/data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2013a1aa697f2fa8a35cf67022c568d5c94454ae07ae9241c43d5b6badc5cbb5
3
+ size 307922