Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -4
- model.safetensors +1 -1
- train_config.json +6 -9
README.md
CHANGED
|
@@ -5,8 +5,8 @@ license: apache-2.0
|
|
| 5 |
model_name: smolvlafast
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
- robotics
|
|
|
|
| 10 |
- smolvlafast
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
model_name: smolvlafast
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
+
- lerobot
|
| 10 |
- smolvlafast
|
| 11 |
---
|
| 12 |
|
config.json
CHANGED
|
@@ -83,10 +83,7 @@
|
|
| 83 |
"attention_mode": "cross_attn",
|
| 84 |
"prefix_length": -1,
|
| 85 |
"pad_language_to": "longest",
|
| 86 |
-
"
|
| 87 |
-
"num_vlm_layers": 16,
|
| 88 |
-
"self_attn_every_n_layers": 2,
|
| 89 |
-
"expert_width_multiplier": 0.75,
|
| 90 |
"min_period": 0.004,
|
| 91 |
"max_period": 4.0,
|
| 92 |
"fast_skip_tokens": 128,
|
|
|
|
| 83 |
"attention_mode": "cross_attn",
|
| 84 |
"prefix_length": -1,
|
| 85 |
"pad_language_to": "longest",
|
| 86 |
+
"num_vlm_layers": -1,
|
|
|
|
|
|
|
|
|
|
| 87 |
"min_period": 0.004,
|
| 88 |
"max_period": 4.0,
|
| 89 |
"fast_skip_tokens": 128,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1015030688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d73bc1af4d9d9623b103523ee0fd47916110c30c004fb1a168c1f87a2f1b013
|
| 3 |
size 1015030688
|
train_config.json
CHANGED
|
@@ -170,10 +170,7 @@
|
|
| 170 |
"attention_mode": "cross_attn",
|
| 171 |
"prefix_length": -1,
|
| 172 |
"pad_language_to": "longest",
|
| 173 |
-
"
|
| 174 |
-
"num_vlm_layers": 16,
|
| 175 |
-
"self_attn_every_n_layers": 2,
|
| 176 |
-
"expert_width_multiplier": 0.75,
|
| 177 |
"min_period": 0.004,
|
| 178 |
"max_period": 4.0,
|
| 179 |
"fast_skip_tokens": 128,
|
|
@@ -182,18 +179,18 @@
|
|
| 182 |
"max_decoding_steps": 64,
|
| 183 |
"relaxed_action_decoding": true
|
| 184 |
},
|
| 185 |
-
"output_dir": "outputs/debug/debug/2025-10-19/
|
| 186 |
-
"exp_name": "debug/2025-10-19/
|
| 187 |
"group_name": "debug",
|
| 188 |
"resume": false,
|
| 189 |
"seed": 1000,
|
| 190 |
"num_workers": 16,
|
| 191 |
"batch_size": 32,
|
| 192 |
-
"update_steps":
|
| 193 |
"eval_freq": 20000,
|
| 194 |
"log_freq": 100,
|
| 195 |
"save_checkpoint": true,
|
| 196 |
-
"save_freq":
|
| 197 |
"use_policy_training_preset": true,
|
| 198 |
"optimizer": {
|
| 199 |
"type": "adamw",
|
|
@@ -225,7 +222,7 @@
|
|
| 225 |
"project": "lerobot",
|
| 226 |
"entity": null,
|
| 227 |
"notes": null,
|
| 228 |
-
"run_id": "
|
| 229 |
"mode": null
|
| 230 |
},
|
| 231 |
"gradient_accumulation_steps": 1,
|
|
|
|
| 170 |
"attention_mode": "cross_attn",
|
| 171 |
"prefix_length": -1,
|
| 172 |
"pad_language_to": "longest",
|
| 173 |
+
"num_vlm_layers": -1,
|
|
|
|
|
|
|
|
|
|
| 174 |
"min_period": 0.004,
|
| 175 |
"max_period": 4.0,
|
| 176 |
"fast_skip_tokens": 128,
|
|
|
|
| 179 |
"max_decoding_steps": 64,
|
| 180 |
"relaxed_action_decoding": true
|
| 181 |
},
|
| 182 |
+
"output_dir": "outputs/debug/debug/2025-10-19/22-18-49",
|
| 183 |
+
"exp_name": "debug/2025-10-19/22-18-49",
|
| 184 |
"group_name": "debug",
|
| 185 |
"resume": false,
|
| 186 |
"seed": 1000,
|
| 187 |
"num_workers": 16,
|
| 188 |
"batch_size": 32,
|
| 189 |
+
"update_steps": 100,
|
| 190 |
"eval_freq": 20000,
|
| 191 |
"log_freq": 100,
|
| 192 |
"save_checkpoint": true,
|
| 193 |
+
"save_freq": 100,
|
| 194 |
"use_policy_training_preset": true,
|
| 195 |
"optimizer": {
|
| 196 |
"type": "adamw",
|
|
|
|
| 222 |
"project": "lerobot",
|
| 223 |
"entity": null,
|
| 224 |
"notes": null,
|
| 225 |
+
"run_id": "ftd2tnhi",
|
| 226 |
"mode": null
|
| 227 |
},
|
| 228 |
"gradient_accumulation_steps": 1,
|