Instructions to use tt1225/none with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use tt1225/none 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=tt1225/none \ --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=tt1225/none - Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +0 -18
- model.safetensors +1 -1
- train_config.json +4 -22
README.md
CHANGED
|
@@ -6,8 +6,8 @@ license: apache-2.0
|
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
| 9 |
-
- lerobot
|
| 10 |
- robotics
|
|
|
|
| 11 |
- smolvla
|
| 12 |
---
|
| 13 |
|
|
|
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
|
|
|
| 9 |
- robotics
|
| 10 |
+
- lerobot
|
| 11 |
- smolvla
|
| 12 |
---
|
| 13 |
|
config.json
CHANGED
|
@@ -23,24 +23,6 @@
|
|
| 23 |
"shape": [
|
| 24 |
8
|
| 25 |
]
|
| 26 |
-
},
|
| 27 |
-
"observation.states.ee_state": {
|
| 28 |
-
"type": "STATE",
|
| 29 |
-
"shape": [
|
| 30 |
-
6
|
| 31 |
-
]
|
| 32 |
-
},
|
| 33 |
-
"observation.states.joint_state": {
|
| 34 |
-
"type": "STATE",
|
| 35 |
-
"shape": [
|
| 36 |
-
7
|
| 37 |
-
]
|
| 38 |
-
},
|
| 39 |
-
"observation.states.gripper_state": {
|
| 40 |
-
"type": "STATE",
|
| 41 |
-
"shape": [
|
| 42 |
-
2
|
| 43 |
-
]
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"output_features": {
|
|
|
|
| 23 |
"shape": [
|
| 24 |
8
|
| 25 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
},
|
| 28 |
"output_features": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1197789224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e4d2a381eadb1306471085930f2e6834beaf7b28dbe391620d8700ffe285236
|
| 3 |
size 1197789224
|
train_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
"repo_id": "none",
|
| 4 |
-
"root": "/mnt/data/sftp/data/tannq3/data/
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
@@ -105,24 +105,6 @@
|
|
| 105 |
"shape": [
|
| 106 |
8
|
| 107 |
]
|
| 108 |
-
},
|
| 109 |
-
"observation.states.ee_state": {
|
| 110 |
-
"type": "STATE",
|
| 111 |
-
"shape": [
|
| 112 |
-
6
|
| 113 |
-
]
|
| 114 |
-
},
|
| 115 |
-
"observation.states.joint_state": {
|
| 116 |
-
"type": "STATE",
|
| 117 |
-
"shape": [
|
| 118 |
-
7
|
| 119 |
-
]
|
| 120 |
-
},
|
| 121 |
-
"observation.states.gripper_state": {
|
| 122 |
-
"type": "STATE",
|
| 123 |
-
"shape": [
|
| 124 |
-
2
|
| 125 |
-
]
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"output_features": {
|
|
@@ -189,8 +171,8 @@
|
|
| 189 |
"max_period": 4.0,
|
| 190 |
"rtc_config": null
|
| 191 |
},
|
| 192 |
-
"output_dir": "/mnt/data/sftp/data/tannq3/workspace/outputs/
|
| 193 |
-
"job_name": "
|
| 194 |
"resume": false,
|
| 195 |
"seed": 1000,
|
| 196 |
"num_workers": 4,
|
|
@@ -231,7 +213,7 @@
|
|
| 231 |
"project": "CoRL26_Equi",
|
| 232 |
"entity": null,
|
| 233 |
"notes": null,
|
| 234 |
-
"run_id": "
|
| 235 |
"mode": null
|
| 236 |
},
|
| 237 |
"peft": null,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
"repo_id": "none",
|
| 4 |
+
"root": "/mnt/data/sftp/data/tannq3/data/locht131/libero_goal_no_noops_1.0.0_lerobot",
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
|
|
| 105 |
"shape": [
|
| 106 |
8
|
| 107 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
},
|
| 110 |
"output_features": {
|
|
|
|
| 171 |
"max_period": 4.0,
|
| 172 |
"rtc_config": null
|
| 173 |
},
|
| 174 |
+
"output_dir": "/mnt/data/sftp/data/tannq3/workspace/outputs/smolvla_libero_goal_steps30k_bsz64_2026-05-09_00-48-53",
|
| 175 |
+
"job_name": "smolvla_libero_goal_steps30k_bsz64_2026-05-09_00-48-53",
|
| 176 |
"resume": false,
|
| 177 |
"seed": 1000,
|
| 178 |
"num_workers": 4,
|
|
|
|
| 213 |
"project": "CoRL26_Equi",
|
| 214 |
"entity": null,
|
| 215 |
"notes": null,
|
| 216 |
+
"run_id": "e472pa6r",
|
| 217 |
"mode": null
|
| 218 |
},
|
| 219 |
"peft": null,
|