Add library name and link to code
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
pipeline_tag: robotics
|
3 |
tags:
|
4 |
- lerobot
|
|
|
5 |
---
|
|
|
6 |
SmolVLA: A vision-language-action model for affordable and efficient robotics
|
7 |
|
8 |
[Paper](https://huggingface.co/papers/2506.01844)
|
9 |
|
|
|
|
|
10 |
Designed by Hugging Face.
|
11 |
|
12 |
This model has 450M parameters in total.
|
|
|
2 |
pipeline_tag: robotics
|
3 |
tags:
|
4 |
- lerobot
|
5 |
+
library_name: lerobot
|
6 |
---
|
7 |
+
|
8 |
SmolVLA: A vision-language-action model for affordable and efficient robotics
|
9 |
|
10 |
[Paper](https://huggingface.co/papers/2506.01844)
|
11 |
|
12 |
+
[Code](https://github.com/huggingface/lerobot)
|
13 |
+
|
14 |
Designed by Hugging Face.
|
15 |
|
16 |
This model has 450M parameters in total.
|