Robotics
LeRobot
Safetensors
smolvla
aaron-ser commited on
Commit
add7093
·
verified ·
1 Parent(s): 341ea71

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
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
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "lerobot/smolvla_base",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
@@ -81,7 +81,7 @@
81
  "optimizer_weight_decay": 1e-10,
82
  "optimizer_grad_clip_norm": 10.0,
83
  "scheduler_warmup_steps": 1000,
84
- "scheduler_decay_steps": 20000,
85
  "scheduler_decay_lr": 2.5e-06,
86
  "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
87
  "load_vlm_weights": true,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "aaron-ser/smolvla-rover",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
 
81
  "optimizer_weight_decay": 1e-10,
82
  "optimizer_grad_clip_norm": 10.0,
83
  "scheduler_warmup_steps": 1000,
84
+ "scheduler_decay_steps": 10000,
85
  "scheduler_decay_lr": 2.5e-06,
86
  "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
87
  "load_vlm_weights": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c6799dd53e683fcea716b9ba704cae331bf1ce8812956bcfe0da45cc6856c87
3
  size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006d272fae5a0e2986a67629366c6467f6d77bc88768e3f8a271aa6977e9cff5
3
  size 906712520
train_config.json CHANGED
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": "lerobot/smolvla_base",
135
  "chunk_size": 50,
136
  "n_action_steps": 50,
137
  "normalization_mapping": {
@@ -163,7 +163,7 @@
163
  "optimizer_weight_decay": 1e-10,
164
  "optimizer_grad_clip_norm": 10.0,
165
  "scheduler_warmup_steps": 1000,
166
- "scheduler_decay_steps": 20000,
167
  "scheduler_decay_lr": 2.5e-06,
168
  "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
169
  "load_vlm_weights": true,
@@ -179,13 +179,13 @@
179
  "max_period": 4.0,
180
  "rtc_config": null
181
  },
182
- "output_dir": "outputs/training/smolvla-rover",
183
  "job_name": "smolvla-rover-rover-pickup",
184
  "resume": false,
185
  "seed": 1000,
186
  "num_workers": 4,
187
  "batch_size": 32,
188
- "steps": 25000,
189
  "eval_freq": 20000,
190
  "log_freq": 50,
191
  "tolerance_s": 0.0001,
@@ -206,7 +206,7 @@
206
  "scheduler": {
207
  "type": "cosine_decay_with_warmup",
208
  "num_warmup_steps": 1000,
209
- "num_decay_steps": 20000,
210
  "peak_lr": 0.0001,
211
  "decay_lr": 2.5e-06
212
  },
@@ -221,7 +221,7 @@
221
  "project": "lerobot",
222
  "entity": null,
223
  "notes": null,
224
- "run_id": "lzxean5x",
225
  "mode": null
226
  },
227
  "peft": null,
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "aaron-ser/smolvla-rover",
135
  "chunk_size": 50,
136
  "n_action_steps": 50,
137
  "normalization_mapping": {
 
163
  "optimizer_weight_decay": 1e-10,
164
  "optimizer_grad_clip_norm": 10.0,
165
  "scheduler_warmup_steps": 1000,
166
+ "scheduler_decay_steps": 10000,
167
  "scheduler_decay_lr": 2.5e-06,
168
  "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
169
  "load_vlm_weights": true,
 
179
  "max_period": 4.0,
180
  "rtc_config": null
181
  },
182
+ "output_dir": "outputs/trainings/smolvla-rover",
183
  "job_name": "smolvla-rover-rover-pickup",
184
  "resume": false,
185
  "seed": 1000,
186
  "num_workers": 4,
187
  "batch_size": 32,
188
+ "steps": 12000,
189
  "eval_freq": 20000,
190
  "log_freq": 50,
191
  "tolerance_s": 0.0001,
 
206
  "scheduler": {
207
  "type": "cosine_decay_with_warmup",
208
  "num_warmup_steps": 1000,
209
+ "num_decay_steps": 10000,
210
  "peak_lr": 0.0001,
211
  "decay_lr": 2.5e-06
212
  },
 
221
  "project": "lerobot",
222
  "entity": null,
223
  "notes": null,
224
+ "run_id": "vcjxrgxm",
225
  "mode": null
226
  },
227
  "peft": null,