jackvial commited on
Commit
c7bc01d
·
verified ·
1 Parent(s): 9d66d7b

Upload SmolVLA weights

Browse files
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.camera1": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 600,
16
+ 800
17
+ ]
18
+ },
19
+ "observation.images.camera2": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 600,
24
+ 800
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "action": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 6
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": false,
38
+ "push_to_hub": true,
39
+ "repo_id": "jackvial/so101_smolvla_pickplaceorangecube_e100_20260108_203916",
40
+ "private": null,
41
+ "tags": null,
42
+ "license": null,
43
+ "pretrained_path": "lerobot/smolvla_base",
44
+ "chunk_size": 50,
45
+ "n_action_steps": 50,
46
+ "normalization_mapping": {
47
+ "VISUAL": "IDENTITY",
48
+ "STATE": "MEAN_STD",
49
+ "ACTION": "MEAN_STD"
50
+ },
51
+ "max_state_dim": 32,
52
+ "max_action_dim": 32,
53
+ "resize_imgs_with_padding": [
54
+ 512,
55
+ 512
56
+ ],
57
+ "empty_cameras": 0,
58
+ "adapt_to_pi_aloha": false,
59
+ "use_delta_joint_actions_aloha": false,
60
+ "tokenizer_max_length": 48,
61
+ "num_steps": 10,
62
+ "use_cache": true,
63
+ "freeze_vision_encoder": true,
64
+ "train_expert_only": true,
65
+ "train_state_proj": true,
66
+ "optimizer_lr": 0.0001,
67
+ "optimizer_betas": [
68
+ 0.9,
69
+ 0.95
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,
77
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
78
+ "load_vlm_weights": true,
79
+ "add_image_special_tokens": false,
80
+ "attention_mode": "cross_attn",
81
+ "prefix_length": 0,
82
+ "pad_language_to": "max_length",
83
+ "num_expert_layers": 0,
84
+ "num_vlm_layers": 16,
85
+ "self_attn_every_n_layers": 2,
86
+ "expert_width_multiplier": 0.75,
87
+ "min_period": 0.004,
88
+ "max_period": 4.0,
89
+ "rtc_config": null
90
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06af80748004dd9b026be7195365d32843e9d065fc731284bac71731524ab8d
3
+ size 906712520
policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0671a3a48ce13da9ce775dbd43e5de4d6d0fc1d4217604953b6956385e13e73d
3
+ size 7592
policy_preprocessor.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.side": "observation.images.camera1",
9
+ "observation.images.top": "observation.images.camera2"
10
+ }
11
+ }
12
+ },
13
+ {
14
+ "registry_name": "rename_observations_processor",
15
+ "config": {
16
+ "rename_map": {}
17
+ }
18
+ },
19
+ {
20
+ "registry_name": "to_batch_processor",
21
+ "config": {}
22
+ },
23
+ {
24
+ "registry_name": "smolvla_new_line_processor",
25
+ "config": {}
26
+ },
27
+ {
28
+ "registry_name": "tokenizer_processor",
29
+ "config": {
30
+ "max_length": 48,
31
+ "task_key": "task",
32
+ "padding_side": "right",
33
+ "padding": "max_length",
34
+ "truncation": true,
35
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
36
+ }
37
+ },
38
+ {
39
+ "registry_name": "device_processor",
40
+ "config": {
41
+ "device": "cuda",
42
+ "float_dtype": null
43
+ }
44
+ },
45
+ {
46
+ "registry_name": "normalizer_processor",
47
+ "config": {
48
+ "eps": 1e-08,
49
+ "features": {
50
+ "observation.state": {
51
+ "type": "STATE",
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.images.camera1": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 600,
61
+ 800
62
+ ]
63
+ },
64
+ "observation.images.camera2": {
65
+ "type": "VISUAL",
66
+ "shape": [
67
+ 3,
68
+ 600,
69
+ 800
70
+ ]
71
+ },
72
+ "action": {
73
+ "type": "ACTION",
74
+ "shape": [
75
+ 6
76
+ ]
77
+ }
78
+ },
79
+ "norm_map": {
80
+ "VISUAL": "IDENTITY",
81
+ "STATE": "MEAN_STD",
82
+ "ACTION": "MEAN_STD"
83
+ }
84
+ },
85
+ "state_file": "policy_preprocessor_step_6_normalizer_processor.safetensors"
86
+ }
87
+ ]
88
+ }
policy_preprocessor_step_6_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0671a3a48ce13da9ce775dbd43e5de4d6d0fc1d4217604953b6956385e13e73d
3
+ size 7592
train_config.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jackvial/so101_pickplaceorangecube_e100",
4
+ "root": "/tmp/lerobot_jackvial_so101_pickplaceorangecube_e100",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "pyav",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "smolvla",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 6
91
+ ]
92
+ },
93
+ "observation.images.camera1": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 600,
98
+ 800
99
+ ]
100
+ },
101
+ "observation.images.camera2": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 600,
106
+ 800
107
+ ]
108
+ }
109
+ },
110
+ "output_features": {
111
+ "action": {
112
+ "type": "ACTION",
113
+ "shape": [
114
+ 6
115
+ ]
116
+ }
117
+ },
118
+ "device": "cuda",
119
+ "use_amp": false,
120
+ "push_to_hub": true,
121
+ "repo_id": "jackvial/so101_smolvla_pickplaceorangecube_e100_20260108_203916",
122
+ "private": null,
123
+ "tags": null,
124
+ "license": null,
125
+ "pretrained_path": "lerobot/smolvla_base",
126
+ "chunk_size": 50,
127
+ "n_action_steps": 50,
128
+ "normalization_mapping": {
129
+ "VISUAL": "IDENTITY",
130
+ "STATE": "MEAN_STD",
131
+ "ACTION": "MEAN_STD"
132
+ },
133
+ "max_state_dim": 32,
134
+ "max_action_dim": 32,
135
+ "resize_imgs_with_padding": [
136
+ 512,
137
+ 512
138
+ ],
139
+ "empty_cameras": 0,
140
+ "adapt_to_pi_aloha": false,
141
+ "use_delta_joint_actions_aloha": false,
142
+ "tokenizer_max_length": 48,
143
+ "num_steps": 10,
144
+ "use_cache": true,
145
+ "freeze_vision_encoder": true,
146
+ "train_expert_only": true,
147
+ "train_state_proj": true,
148
+ "optimizer_lr": 0.0001,
149
+ "optimizer_betas": [
150
+ 0.9,
151
+ 0.95
152
+ ],
153
+ "optimizer_eps": 1e-08,
154
+ "optimizer_weight_decay": 1e-10,
155
+ "optimizer_grad_clip_norm": 10.0,
156
+ "scheduler_warmup_steps": 1000,
157
+ "scheduler_decay_steps": 30000,
158
+ "scheduler_decay_lr": 2.5e-06,
159
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
160
+ "load_vlm_weights": true,
161
+ "add_image_special_tokens": false,
162
+ "attention_mode": "cross_attn",
163
+ "prefix_length": 0,
164
+ "pad_language_to": "max_length",
165
+ "num_expert_layers": 0,
166
+ "num_vlm_layers": 16,
167
+ "self_attn_every_n_layers": 2,
168
+ "expert_width_multiplier": 0.75,
169
+ "min_period": 0.004,
170
+ "max_period": 4.0,
171
+ "rtc_config": null
172
+ },
173
+ "output_dir": "outputs/train/so101_smolvla_pickplaceorangecube_e100_20260108_203916",
174
+ "job_name": "smolvla",
175
+ "resume": false,
176
+ "seed": 1000,
177
+ "num_workers": 4,
178
+ "batch_size": 8,
179
+ "steps": 100000,
180
+ "eval_freq": 20000,
181
+ "log_freq": 10,
182
+ "save_checkpoint": true,
183
+ "save_freq": 5000,
184
+ "use_policy_training_preset": true,
185
+ "optimizer": {
186
+ "type": "adamw",
187
+ "lr": 0.0001,
188
+ "weight_decay": 1e-10,
189
+ "grad_clip_norm": 10.0,
190
+ "betas": [
191
+ 0.9,
192
+ 0.95
193
+ ],
194
+ "eps": 1e-08
195
+ },
196
+ "scheduler": {
197
+ "type": "cosine_decay_with_warmup",
198
+ "num_warmup_steps": 1000,
199
+ "num_decay_steps": 30000,
200
+ "peak_lr": 0.0001,
201
+ "decay_lr": 2.5e-06
202
+ },
203
+ "eval": {
204
+ "n_episodes": 50,
205
+ "batch_size": 50,
206
+ "use_async_envs": false
207
+ },
208
+ "wandb": {
209
+ "enable": true,
210
+ "disable_artifact": false,
211
+ "project": "lerobot",
212
+ "entity": null,
213
+ "notes": null,
214
+ "run_id": null,
215
+ "mode": null
216
+ },
217
+ "checkpoint_path": null,
218
+ "rename_map": {},
219
+ "validation": {
220
+ "enable": false,
221
+ "val_ratio": 0.05,
222
+ "val_freq": 100,
223
+ "val_batch_size": 8,
224
+ "save_split": true,
225
+ "task_based_split": {
226
+ "enable_task_based_split": true,
227
+ "task_keywords": {
228
+ "left": [
229
+ "left",
230
+ "leftward",
231
+ "to the left"
232
+ ],
233
+ "right": [
234
+ "right",
235
+ "rightward",
236
+ "to the right"
237
+ ],
238
+ "center": [
239
+ "center",
240
+ "central",
241
+ "middle",
242
+ "centered"
243
+ ]
244
+ },
245
+ "split_strategy": "balanced",
246
+ "val_ratio": 0.2,
247
+ "fallback_to_random": true,
248
+ "case_sensitive": false,
249
+ "min_episodes_per_keyword": 2
250
+ },
251
+ "oversampling": {
252
+ "enable_oversampling": false,
253
+ "target_strategy": "max_class",
254
+ "target_episodes_per_keyword": null,
255
+ "custom_targets": null,
256
+ "oversampling_method": "weighted_sampling",
257
+ "apply_to": "train_only",
258
+ "min_original_episodes": 5,
259
+ "max_oversample_ratio": 10.0,
260
+ "frame_level_oversampling": true
261
+ },
262
+ "n_val_steps": 100,
263
+ "enable_per_variation_metrics": true,
264
+ "min_episodes_per_variation": 1
265
+ },
266
+ "metrics_logging": {
267
+ "wandb_project": "assembler0-training",
268
+ "wandb_mode": "online",
269
+ "wandb_upload_checkpoints": true
270
+ },
271
+ "augmentation": {
272
+ "enable": false,
273
+ "rotation_degrees": [
274
+ -1,
275
+ 1
276
+ ],
277
+ "distortion_scale": 0.1,
278
+ "scale_range": [
279
+ 0.9,
280
+ 1.1
281
+ ],
282
+ "brightness": [
283
+ 0.7,
284
+ 1.5
285
+ ],
286
+ "contrast": [
287
+ 0.8,
288
+ 1.2
289
+ ],
290
+ "hue": [
291
+ -0.1,
292
+ 0.1
293
+ ],
294
+ "saturation": [
295
+ 0.8,
296
+ 1.2
297
+ ],
298
+ "probability": 0.25,
299
+ "same_on_frame": true,
300
+ "same_on_batch": true,
301
+ "data_format": "BTCHW",
302
+ "image_keys": [
303
+ "observation.images.camera1",
304
+ "observation.images.camera2"
305
+ ]
306
+ },
307
+ "camera": {
308
+ "enable_remap": true,
309
+ "enable_alias": false
310
+ },
311
+ "debug_episodes": false,
312
+ "local_mode": true,
313
+ "log_camera_frames": false
314
+ }
Free AI Image Generator No sign-up. Instant results. Open Now