Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +8 -8
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
base_model: lerobot/smolvla_base
|
| 3 |
-
datasets: LBST/
|
| 4 |
library_name: lerobot
|
| 5 |
license: apache-2.0
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
|
|
|
| 9 |
- lerobot
|
| 10 |
- smolvla
|
| 11 |
-
- robotics
|
| 12 |
---
|
| 13 |
|
| 14 |
# Model Card for smolvla
|
|
|
|
| 1 |
---
|
| 2 |
base_model: lerobot/smolvla_base
|
| 3 |
+
datasets: LBST/t11_pick_and_place_screwdriver
|
| 4 |
library_name: lerobot
|
| 5 |
license: apache-2.0
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
| 9 |
+
- robotics
|
| 10 |
- lerobot
|
| 11 |
- smolvla
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Model Card for smolvla
|
config.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
| 69 |
],
|
| 70 |
"optimizer_eps": 1e-08,
|
| 71 |
"optimizer_weight_decay": 1e-10,
|
| 72 |
-
"optimizer_grad_clip_norm": 10,
|
| 73 |
"scheduler_warmup_steps": 1000,
|
| 74 |
"scheduler_decay_steps": 30000,
|
| 75 |
"scheduler_decay_lr": 2.5e-06,
|
|
|
|
| 69 |
],
|
| 70 |
"optimizer_eps": 1e-08,
|
| 71 |
"optimizer_weight_decay": 1e-10,
|
| 72 |
+
"optimizer_grad_clip_norm": 10.0,
|
| 73 |
"scheduler_warmup_steps": 1000,
|
| 74 |
"scheduler_decay_steps": 30000,
|
| 75 |
"scheduler_decay_lr": 2.5e-06,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 906713296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cf6627288fd05aeaf90e21110989d4b8638c842a3fb52ab2f688e52e0049922
|
| 3 |
size 906713296
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "LBST/
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -136,7 +136,7 @@
|
|
| 136 |
],
|
| 137 |
"optimizer_eps": 1e-08,
|
| 138 |
"optimizer_weight_decay": 1e-10,
|
| 139 |
-
"optimizer_grad_clip_norm": 10,
|
| 140 |
"scheduler_warmup_steps": 1000,
|
| 141 |
"scheduler_decay_steps": 30000,
|
| 142 |
"scheduler_decay_lr": 2.5e-06,
|
|
@@ -153,23 +153,23 @@
|
|
| 153 |
"min_period": 0.004,
|
| 154 |
"max_period": 4.0
|
| 155 |
},
|
| 156 |
-
"output_dir": "outputs/train/
|
| 157 |
"job_name": "t10_pick_and_place",
|
| 158 |
-
"resume":
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 4,
|
| 161 |
"batch_size": 64,
|
| 162 |
-
"steps":
|
| 163 |
-
"eval_freq":
|
| 164 |
"log_freq": 200,
|
| 165 |
"save_checkpoint": true,
|
| 166 |
-
"save_freq":
|
| 167 |
"use_policy_training_preset": true,
|
| 168 |
"optimizer": {
|
| 169 |
"type": "adamw",
|
| 170 |
"lr": 0.0001,
|
| 171 |
"weight_decay": 1e-10,
|
| 172 |
-
"grad_clip_norm": 10,
|
| 173 |
"betas": [
|
| 174 |
0.9,
|
| 175 |
0.95
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "LBST/t11_pick_and_place_screwdriver",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 136 |
],
|
| 137 |
"optimizer_eps": 1e-08,
|
| 138 |
"optimizer_weight_decay": 1e-10,
|
| 139 |
+
"optimizer_grad_clip_norm": 10.0,
|
| 140 |
"scheduler_warmup_steps": 1000,
|
| 141 |
"scheduler_decay_steps": 30000,
|
| 142 |
"scheduler_decay_lr": 2.5e-06,
|
|
|
|
| 153 |
"min_period": 0.004,
|
| 154 |
"max_period": 4.0
|
| 155 |
},
|
| 156 |
+
"output_dir": "outputs/train/t11_pick_and_place_25k",
|
| 157 |
"job_name": "t10_pick_and_place",
|
| 158 |
+
"resume": true,
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 4,
|
| 161 |
"batch_size": 64,
|
| 162 |
+
"steps": 25000,
|
| 163 |
+
"eval_freq": 200,
|
| 164 |
"log_freq": 200,
|
| 165 |
"save_checkpoint": true,
|
| 166 |
+
"save_freq": 200,
|
| 167 |
"use_policy_training_preset": true,
|
| 168 |
"optimizer": {
|
| 169 |
"type": "adamw",
|
| 170 |
"lr": 0.0001,
|
| 171 |
"weight_decay": 1e-10,
|
| 172 |
+
"grad_clip_norm": 10.0,
|
| 173 |
"betas": [
|
| 174 |
0.9,
|
| 175 |
0.95
|