aractingi HF Staff commited on
Commit
d866fd3
·
verified ·
1 Parent(s): 0ac00bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -29
README.md CHANGED
@@ -4,7 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - tutorial
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
@@ -25,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.1",
29
  "robot_type": "so100",
30
- "total_episodes": 9,
31
- "total_frames": 6633,
32
  "total_tasks": 1,
33
- "total_videos": 18,
34
- "total_chunks": 1,
35
  "chunks_size": 1000,
36
  "fps": 30,
37
  "splits": {
38
- "train": "0:9"
39
  },
40
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
  "features": {
43
  "action": {
44
  "dtype": "float32",
@@ -52,7 +49,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
52
  "main_wrist_flex",
53
  "main_wrist_roll",
54
  "main_gripper"
55
- ]
 
56
  },
57
  "observation.state": {
58
  "dtype": "float32",
@@ -66,7 +64,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
66
  "main_wrist_flex",
67
  "main_wrist_roll",
68
  "main_gripper"
69
- ]
 
70
  },
71
  "observation.images.top": {
72
  "dtype": "video",
@@ -119,56 +118,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "episode_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  },
138
  "index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
- "names": null
 
144
  },
145
  "task_index": {
146
  "dtype": "int64",
147
  "shape": [
148
  1
149
  ],
150
- "names": null
 
151
  }
152
- }
 
 
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
  ```
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so100",
29
+ "total_episodes": 52,
30
+ "total_frames": 35713,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
+ "train": "0:52"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
 
49
  "main_wrist_flex",
50
  "main_wrist_roll",
51
  "main_gripper"
52
+ ],
53
+ "fps": 30
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
 
64
  "main_wrist_flex",
65
  "main_wrist_roll",
66
  "main_gripper"
67
+ ],
68
+ "fps": 30
69
  },
70
  "observation.images.top": {
71
  "dtype": "video",
 
118
  "shape": [
119
  1
120
  ],
121
+ "names": null,
122
+ "fps": 30
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
+ "names": null,
130
+ "fps": 30
131
  },
132
  "episode_index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
+ "names": null,
138
+ "fps": 30
139
  },
140
  "index": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
  ],
145
+ "names": null,
146
+ "fps": 30
147
  },
148
  "task_index": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
  ],
153
+ "names": null,
154
+ "fps": 30
155
  }
156
+ },
157
+ "data_files_size_in_mb": 100,
158
+ "video_files_size_in_mb": 500
159
  }
160
  ```
161
 
 
 
 
162
 
163
  ## Citation
164
 
165
  **BibTeX:**
166
 
167
  ```bibtex
168
+ [More Information Needed]
 
 
 
 
 
 
 
 
169
  ```