Instructions to use lovejuly/LaRA-VLA-bridge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lovejuly/LaRA-VLA-bridge with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Bridge Robot Learning Model
This model is trained on the Bridge dataset for robotic manipulation tasks.
Model Details
- Architecture: SDPA5 with DIT-B
- Learning Rate: 1E-4 → 1E-5
- Batch Size: 16
- Training Steps: 60K
- Configuration: FINAL_NO_IMGLOSS__1.3lr
Files
model.pt: Model checkpoint (9.7GB)config.json: Model configurationconfig.yaml: Training configurationdataset_statistics.json: Dataset statisticssummary.jsonl: Training summary
Usage
import torch
# Load the model
model = torch.load('model.pt')
Citation
If you use this model, please cite the relevant papers.
- Downloads last month
- 3