Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +3 -3
- model.safetensors +1 -1
- train_config.json +8 -8
README.md
CHANGED
|
@@ -6,9 +6,9 @@ license: apache-2.0
|
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
| 9 |
-
- smolvla
|
| 10 |
- lerobot
|
| 11 |
- robotics
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Model Card for smolvla
|
|
|
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
|
|
|
| 9 |
- lerobot
|
| 10 |
- robotics
|
| 11 |
+
- smolvla
|
| 12 |
---
|
| 13 |
|
| 14 |
# Model Card for smolvla
|
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"type": "smolvla",
|
| 3 |
-
"n_obs_steps":
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
-
"pretrained_path":
|
| 44 |
"chunk_size": 50,
|
| 45 |
"n_action_steps": 50,
|
| 46 |
"normalization_mapping": {
|
|
@@ -70,7 +70,7 @@
|
|
| 70 |
],
|
| 71 |
"optimizer_eps": 1e-08,
|
| 72 |
"optimizer_weight_decay": 1e-10,
|
| 73 |
-
"optimizer_grad_clip_norm": 10,
|
| 74 |
"scheduler_warmup_steps": 1000,
|
| 75 |
"scheduler_decay_steps": 30000,
|
| 76 |
"scheduler_decay_lr": 2.5e-06,
|
|
|
|
| 1 |
{
|
| 2 |
"type": "smolvla",
|
| 3 |
+
"n_obs_steps": 5,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
|
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
+
"pretrained_path": "outputs/train/smolvla_training_with_5_obs_steps/checkpoints/last/pretrained_model",
|
| 44 |
"chunk_size": 50,
|
| 45 |
"n_action_steps": 50,
|
| 46 |
"normalization_mapping": {
|
|
|
|
| 70 |
],
|
| 71 |
"optimizer_eps": 1e-08,
|
| 72 |
"optimizer_weight_decay": 1e-10,
|
| 73 |
+
"optimizer_grad_clip_norm": 10.0,
|
| 74 |
"scheduler_warmup_steps": 1000,
|
| 75 |
"scheduler_decay_steps": 30000,
|
| 76 |
"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 1197789224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:385fa0078e4f82a460f3b8132fa3c724903bca6c0f7c41e8474659b02759a974
|
| 3 |
size 1197789224
|
train_config.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"env": null,
|
| 69 |
"policy": {
|
| 70 |
"type": "smolvla",
|
| 71 |
-
"n_obs_steps":
|
| 72 |
"input_features": {
|
| 73 |
"observation.state": {
|
| 74 |
"type": "STATE",
|
|
@@ -108,7 +108,7 @@
|
|
| 108 |
"private": null,
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
-
"pretrained_path":
|
| 112 |
"chunk_size": 50,
|
| 113 |
"n_action_steps": 50,
|
| 114 |
"normalization_mapping": {
|
|
@@ -138,7 +138,7 @@
|
|
| 138 |
],
|
| 139 |
"optimizer_eps": 1e-08,
|
| 140 |
"optimizer_weight_decay": 1e-10,
|
| 141 |
-
"optimizer_grad_clip_norm": 10,
|
| 142 |
"scheduler_warmup_steps": 1000,
|
| 143 |
"scheduler_decay_steps": 30000,
|
| 144 |
"scheduler_decay_lr": 2.5e-06,
|
|
@@ -155,9 +155,9 @@
|
|
| 155 |
"min_period": 0.004,
|
| 156 |
"max_period": 4.0
|
| 157 |
},
|
| 158 |
-
"output_dir": "outputs/train/
|
| 159 |
-
"job_name": "
|
| 160 |
-
"resume":
|
| 161 |
"seed": 1000,
|
| 162 |
"num_workers": 4,
|
| 163 |
"batch_size": 64,
|
|
@@ -171,7 +171,7 @@
|
|
| 171 |
"type": "adamw",
|
| 172 |
"lr": 0.0001,
|
| 173 |
"weight_decay": 1e-10,
|
| 174 |
-
"grad_clip_norm": 10,
|
| 175 |
"betas": [
|
| 176 |
0.9,
|
| 177 |
0.95
|
|
@@ -196,7 +196,7 @@
|
|
| 196 |
"project": "lerobot",
|
| 197 |
"entity": null,
|
| 198 |
"notes": null,
|
| 199 |
-
"run_id": "
|
| 200 |
"mode": null
|
| 201 |
}
|
| 202 |
}
|
|
|
|
| 68 |
"env": null,
|
| 69 |
"policy": {
|
| 70 |
"type": "smolvla",
|
| 71 |
+
"n_obs_steps": 5,
|
| 72 |
"input_features": {
|
| 73 |
"observation.state": {
|
| 74 |
"type": "STATE",
|
|
|
|
| 108 |
"private": null,
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
+
"pretrained_path": "outputs/train/smolvla_training_with_5_obs_steps/checkpoints/last/pretrained_model",
|
| 112 |
"chunk_size": 50,
|
| 113 |
"n_action_steps": 50,
|
| 114 |
"normalization_mapping": {
|
|
|
|
| 138 |
],
|
| 139 |
"optimizer_eps": 1e-08,
|
| 140 |
"optimizer_weight_decay": 1e-10,
|
| 141 |
+
"optimizer_grad_clip_norm": 10.0,
|
| 142 |
"scheduler_warmup_steps": 1000,
|
| 143 |
"scheduler_decay_steps": 30000,
|
| 144 |
"scheduler_decay_lr": 2.5e-06,
|
|
|
|
| 155 |
"min_period": 0.004,
|
| 156 |
"max_period": 4.0
|
| 157 |
},
|
| 158 |
+
"output_dir": "outputs/train/smolvla_training_with_5_obs_steps",
|
| 159 |
+
"job_name": "smolvla_training_5_obs_steps",
|
| 160 |
+
"resume": true,
|
| 161 |
"seed": 1000,
|
| 162 |
"num_workers": 4,
|
| 163 |
"batch_size": 64,
|
|
|
|
| 171 |
"type": "adamw",
|
| 172 |
"lr": 0.0001,
|
| 173 |
"weight_decay": 1e-10,
|
| 174 |
+
"grad_clip_norm": 10.0,
|
| 175 |
"betas": [
|
| 176 |
0.9,
|
| 177 |
0.95
|
|
|
|
| 196 |
"project": "lerobot",
|
| 197 |
"entity": null,
|
| 198 |
"notes": null,
|
| 199 |
+
"run_id": "0yfrm0mt",
|
| 200 |
"mode": null
|
| 201 |
}
|
| 202 |
}
|