Datasets:

Modalities:
Video
ArXiv:
License:
danaaubakirova HF Staff commited on
Commit
0dcf7ee
·
verified ·
1 Parent(s): d81534a

Revert to July 6 version (remove hopper processing)

Browse files
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
- [More Information Needed]
 
 
 
 
 
 
 
 
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:38f317d0f3abc0a191136879f6cc01cf41b8c9c256b7bf0bf3a4b4b3cb8731d6
3
- size 931766
 
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:150e0ccd6cda05e0bb53ba0f98ffe23fc82483855315b7cfd4fbebb8f45273db
3
- size 73218
 
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": "v2.1",
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-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
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:e448b453fc73b2e3624e7fd65fa118720b07c43357b88ac54bd065ebe06603af
3
- size 2374
 
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:339ce76315c75e0081b876ac0aac8974c65ced73c74f43de58a4ea5710033ae3
3
- size 524012810
 
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:1fe704bc368c3923bcf510e291fae10c5b3a52e395158f97890da9ecf36f1a35
3
- size 64082916
 
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:cf8dbca4fbf440ea8fb6f605e2d60cb27516e0296039840e69b1787aad80a486
3
- size 242711573
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a409fb467f61089355cf7755a65980728d03f8484ea72e8b8c62090bed29f0
3
+ size 134