Revert to July 6 version (remove hopper processing)
Browse files- README.md +12 -1
- data/chunk-000/file-000.parquet +2 -2
- meta/episodes/chunk-000/file-000.parquet +2 -2
- meta/info.json +21 -14
- meta/tasks.parquet +2 -2
- videos/observation.images.top/chunk-000/file-000.mp4 +2 -2
- videos/observation.images.top/chunk-000/file-001.mp4 +2 -2
- videos/observation.images.wrist/chunk-000/file-000.mp4 +2 -2
README.md
CHANGED
@@ -153,11 +153,22 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
153 |
}
|
154 |
```
|
155 |
|
|
|
|
|
|
|
156 |
|
157 |
## Citation
|
158 |
|
159 |
**BibTeX:**
|
160 |
|
161 |
```bibtex
|
162 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
```
|
|
|
153 |
}
|
154 |
```
|
155 |
|
156 |
+
## Paper
|
157 |
+
[SmolVLA: A vision-language-action model
|
158 |
+
for affordable and efficient robotics](https://huggingface.co/papers/2506.01844)
|
159 |
|
160 |
## Citation
|
161 |
|
162 |
**BibTeX:**
|
163 |
|
164 |
```bibtex
|
165 |
+
@misc{shukor2025smolvlavisionlanguageactionmodelaffordable,
|
166 |
+
title={SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics},
|
167 |
+
author={Mustafa Shukor and Dana Aubakirova and Francesco Capuano and Pepijn Kooijmans and Steven Palma and Adil Zouitine and Michel Aractingi and Caroline Pascal and Martino Russi and Andres Marafioti and Simon Alibert and Matthieu Cord and Thomas Wolf and Remi Cadene},
|
168 |
+
year={2025},
|
169 |
+
eprint={2506.01844},
|
170 |
+
archivePrefix={arXiv},
|
171 |
+
primaryClass={cs.LG},
|
172 |
+
url={https://arxiv.org/abs/2506.01844},
|
173 |
+
}
|
174 |
```
|
data/chunk-000/file-000.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c7a36e096b5552b1480aa8922cfcfca17ff2a12aa80af80c3b628c5938a7aae
|
3 |
+
size 131
|
meta/episodes/chunk-000/file-000.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fabecbef6aadca1508e064c43e3b49a325660e6dc843a9554edabdbe8b130e5
|
3 |
+
size 130
|
meta/info.json
CHANGED
@@ -1,18 +1,16 @@
|
|
1 |
{
|
2 |
-
"codebase_version": "
|
3 |
"robot_type": "so100",
|
4 |
"total_episodes": 52,
|
5 |
"total_frames": 35713,
|
6 |
"total_tasks": 1,
|
7 |
-
"total_videos": 104,
|
8 |
-
"total_chunks": 1,
|
9 |
"chunks_size": 1000,
|
10 |
-
"fps": 30,
|
11 |
"splits": {
|
12 |
"train": "0:52"
|
13 |
},
|
14 |
-
"data_path": "data/chunk-{
|
15 |
-
"video_path": "videos/chunk-{
|
16 |
"features": {
|
17 |
"action": {
|
18 |
"dtype": "float32",
|
@@ -26,7 +24,8 @@
|
|
26 |
"main_wrist_flex",
|
27 |
"main_wrist_roll",
|
28 |
"main_gripper"
|
29 |
-
]
|
|
|
30 |
},
|
31 |
"observation.state": {
|
32 |
"dtype": "float32",
|
@@ -40,7 +39,8 @@
|
|
40 |
"main_wrist_flex",
|
41 |
"main_wrist_roll",
|
42 |
"main_gripper"
|
43 |
-
]
|
|
|
44 |
},
|
45 |
"observation.images.top": {
|
46 |
"dtype": "video",
|
@@ -93,35 +93,42 @@
|
|
93 |
"shape": [
|
94 |
1
|
95 |
],
|
96 |
-
"names": null
|
|
|
97 |
},
|
98 |
"frame_index": {
|
99 |
"dtype": "int64",
|
100 |
"shape": [
|
101 |
1
|
102 |
],
|
103 |
-
"names": null
|
|
|
104 |
},
|
105 |
"episode_index": {
|
106 |
"dtype": "int64",
|
107 |
"shape": [
|
108 |
1
|
109 |
],
|
110 |
-
"names": null
|
|
|
111 |
},
|
112 |
"index": {
|
113 |
"dtype": "int64",
|
114 |
"shape": [
|
115 |
1
|
116 |
],
|
117 |
-
"names": null
|
|
|
118 |
},
|
119 |
"task_index": {
|
120 |
"dtype": "int64",
|
121 |
"shape": [
|
122 |
1
|
123 |
],
|
124 |
-
"names": null
|
|
|
125 |
}
|
126 |
-
}
|
|
|
|
|
127 |
}
|
|
|
1 |
{
|
2 |
+
"codebase_version": "v3.0",
|
3 |
"robot_type": "so100",
|
4 |
"total_episodes": 52,
|
5 |
"total_frames": 35713,
|
6 |
"total_tasks": 1,
|
|
|
|
|
7 |
"chunks_size": 1000,
|
8 |
+
"fps": 30.0,
|
9 |
"splits": {
|
10 |
"train": "0:52"
|
11 |
},
|
12 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
13 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
14 |
"features": {
|
15 |
"action": {
|
16 |
"dtype": "float32",
|
|
|
24 |
"main_wrist_flex",
|
25 |
"main_wrist_roll",
|
26 |
"main_gripper"
|
27 |
+
],
|
28 |
+
"fps": 30.0
|
29 |
},
|
30 |
"observation.state": {
|
31 |
"dtype": "float32",
|
|
|
39 |
"main_wrist_flex",
|
40 |
"main_wrist_roll",
|
41 |
"main_gripper"
|
42 |
+
],
|
43 |
+
"fps": 30.0
|
44 |
},
|
45 |
"observation.images.top": {
|
46 |
"dtype": "video",
|
|
|
93 |
"shape": [
|
94 |
1
|
95 |
],
|
96 |
+
"names": null,
|
97 |
+
"fps": 30.0
|
98 |
},
|
99 |
"frame_index": {
|
100 |
"dtype": "int64",
|
101 |
"shape": [
|
102 |
1
|
103 |
],
|
104 |
+
"names": null,
|
105 |
+
"fps": 30.0
|
106 |
},
|
107 |
"episode_index": {
|
108 |
"dtype": "int64",
|
109 |
"shape": [
|
110 |
1
|
111 |
],
|
112 |
+
"names": null,
|
113 |
+
"fps": 30.0
|
114 |
},
|
115 |
"index": {
|
116 |
"dtype": "int64",
|
117 |
"shape": [
|
118 |
1
|
119 |
],
|
120 |
+
"names": null,
|
121 |
+
"fps": 30.0
|
122 |
},
|
123 |
"task_index": {
|
124 |
"dtype": "int64",
|
125 |
"shape": [
|
126 |
1
|
127 |
],
|
128 |
+
"names": null,
|
129 |
+
"fps": 30.0
|
130 |
}
|
131 |
+
},
|
132 |
+
"data_files_size_in_mb": 100,
|
133 |
+
"video_files_size_in_mb": 500
|
134 |
}
|
meta/tasks.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c1632a381734215bfa9c3cc84ff6e0cceebcd1a645b4006ea82eeb4a8f97456
|
3 |
+
size 129
|
videos/observation.images.top/chunk-000/file-000.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a01ec24d2dc8a25b99dc5b8d4385a8c713857e3d76f4019bda35b5a651b0b8
|
3 |
+
size 134
|
videos/observation.images.top/chunk-000/file-001.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8ba2cac131513f07e5e96a21d03f9e50f35b4a14a2c0d46ae5fd26d485d9461
|
3 |
+
size 133
|
videos/observation.images.wrist/chunk-000/file-000.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8a409fb467f61089355cf7755a65980728d03f8484ea72e8b8c62090bed29f0
|
3 |
+
size 134
|