Instructions to use BookHou/smolvla-rgbd-unfrozen-b8-9280 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use BookHou/smolvla-rgbd-unfrozen-b8-9280 with LeRobot:
# See https://github.com/huggingface/lerobot?tab=readme-ov-file#installation for more details git clone https://github.com/huggingface/lerobot.git cd lerobot pip install -e .[smolvla]
# Launch finetuning on your dataset python lerobot/scripts/train.py \ --policy.path=BookHou/smolvla-rgbd-unfrozen-b8-9280 \ --dataset.repo_id=lerobot/svla_so101_pickplace \ --batch_size=64 \ --steps=20000 \ --output_dir=outputs/train/my_smolvla \ --job_name=my_smolvla_training \ --policy.device=cuda \ --wandb.enable=true
# Run the policy using the record function python -m lerobot.record \ --robot.type=so101_follower \ --robot.port=/dev/ttyACM0 \ # <- Use your port --robot.id=my_blue_follower_arm \ # <- Use your robot id --robot.cameras="{ front: {type: opencv, index_or_path: 8, width: 640, height: 480, fps: 30}}" \ # <- Use your cameras --dataset.single_task="Grasp a lego block and put it in the bin." \ # <- Use the same task description you used in your dataset recording --dataset.repo_id=HF_USER/dataset_name \ # <- This will be the dataset name on HF Hub --dataset.episode_time_s=50 \ --dataset.num_episodes=10 \ --policy.path=BookHou/smolvla-rgbd-unfrozen-b8-9280 - Notebooks
- Google Colab
- Kaggle
SmolVLA RGB-D Unfrozen B8 9280
SmolVLA policy fine-tuned for an SO-101 flower-pot manipulation task using three visual inputs.
Training configuration
- Training steps: 9,280
- Batch size: 8
- Learning rate: 3e-6
- Vision encoder frozen: No
- Visual inputs: 3
- Robot state dimension: 6
- Action dimension: 6
- Action chunk size: 50
- Base VLM: HuggingFaceTB/SmolVLM2-500M-Video-Instruct
Dataset
The model was trained on a 200-episode RGB-D robot manipulation dataset.
Intended use
This model is intended for robotics research and demonstration. It requires the corresponding LeRobot/SmolVLA code, observation format, robot configuration, and hardware-specific calibration.
Limitations
The policy was trained for a specific robot, camera arrangement, workspace, and manipulation task. It should not be deployed on another physical robot without recalibration, safety limits, and supervised testing.
- Downloads last month
- 28
Model tree for BookHou/smolvla-rgbd-unfrozen-b8-9280
Base model
HuggingFaceTB/SmolLM2-360M Quantized
HuggingFaceTB/SmolLM2-360M-Instruct Quantized
HuggingFaceTB/SmolVLM-500M-Instruct