(fix) Correct the order of the bracket and parenthesis to correctly point to SmolVLA original paper

#18
by cpoisson - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ inference: false
14
 
15
  SmolVLA is a compact, efficient Vision-Language-Action (VLA) model designed for affordable robotics, trainable on a single GPU and deployable on consumer hardware, while matching the performance of much larger VLAs through community-driven data.
16
 
17
- **Original paper:** (SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics)[https://arxiv.org/abs/2506.01844]
18
  **Reference implementation:** https://github.com/huggingface/lerobot
19
 
20
 
 
14
 
15
  SmolVLA is a compact, efficient Vision-Language-Action (VLA) model designed for affordable robotics, trainable on a single GPU and deployable on consumer hardware, while matching the performance of much larger VLAs through community-driven data.
16
 
17
+ **Original paper:** [SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics](https://arxiv.org/abs/2506.01844)
18
  **Reference implementation:** https://github.com/huggingface/lerobot
19
 
20