AIWintermuteAI commited on
Commit
a01b4e8
·
verified ·
1 Parent(s): c36c6ba

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.wrist_cam": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.overhead_cam": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
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
+ "use_peft": false,
39
+ "push_to_hub": false,
40
+ "repo_id": null,
41
+ "private": null,
42
+ "tags": null,
43
+ "license": null,
44
+ "pretrained_path": "HuggingFaceVLA/smolvla_libero",
45
+ "pretrained_revision": null,
46
+ "chunk_size": 50,
47
+ "n_action_steps": 1,
48
+ "normalization_mapping": {
49
+ "VISUAL": "IDENTITY",
50
+ "STATE": "MEAN_STD",
51
+ "ACTION": "MEAN_STD"
52
+ },
53
+ "max_state_dim": 32,
54
+ "max_action_dim": 32,
55
+ "resize_imgs_with_padding": [
56
+ 256,
57
+ 256
58
+ ],
59
+ "empty_cameras": 0,
60
+ "adapt_to_pi_aloha": false,
61
+ "use_delta_joint_actions_aloha": false,
62
+ "tokenizer_max_length": 48,
63
+ "num_steps": 10,
64
+ "use_cache": true,
65
+ "freeze_vision_encoder": false,
66
+ "train_expert_only": false,
67
+ "train_state_proj": true,
68
+ "optimizer_lr": 0.0001,
69
+ "optimizer_betas": [
70
+ 0.9,
71
+ 0.95
72
+ ],
73
+ "optimizer_eps": 1e-08,
74
+ "optimizer_weight_decay": 1e-10,
75
+ "optimizer_grad_clip_norm": 10,
76
+ "scheduler_warmup_steps": 1000,
77
+ "scheduler_decay_steps": 30000,
78
+ "scheduler_decay_lr": 2.5e-06,
79
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Instruct",
80
+ "load_vlm_weights": true,
81
+ "add_image_special_tokens": false,
82
+ "attention_mode": "cross_attn",
83
+ "prefix_length": 0,
84
+ "pad_language_to": "longest",
85
+ "num_expert_layers": -1,
86
+ "num_vlm_layers": 16,
87
+ "self_attn_every_n_layers": 2,
88
+ "expert_width_multiplier": 0.5,
89
+ "min_period": 0.004,
90
+ "max_period": 4.0,
91
+ "rtc_config": null,
92
+ "compile_model": false,
93
+ "compile_mode": "max-autotune"
94
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdedc090eb37ba842ae495b73eab32588bbd7dee53a39b282c08ccd5643b6248
3
+ size 803397648
policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "device_processor",
6
+ "config": {
7
+ "device": "cpu",
8
+ "float_dtype": null
9
+ }
10
+ },
11
+ {
12
+ "registry_name": "unnormalizer_processor",
13
+ "config": {
14
+ "eps": 1e-08,
15
+ "features": {
16
+ "action": {
17
+ "type": "ACTION",
18
+ "shape": [
19
+ 6
20
+ ]
21
+ }
22
+ },
23
+ "norm_map": {
24
+ "VISUAL": "IDENTITY",
25
+ "STATE": "MEAN_STD",
26
+ "ACTION": "MEAN_STD"
27
+ }
28
+ },
29
+ "state_file": "policy_postprocessor_step_1_unnormalizer_processor.safetensors"
30
+ }
31
+ ]
32
+ }
policy_postprocessor_step_1_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d9990a1bde347e11c980b2e2a9e61eba0fc93edbe128f7e1e88828b5224e45
3
+ size 7664
policy_preprocessor.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "longest",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.state": {
42
+ "type": "STATE",
43
+ "shape": [
44
+ 6
45
+ ]
46
+ },
47
+ "observation.images.wrist_cam": {
48
+ "type": "VISUAL",
49
+ "shape": [
50
+ 3,
51
+ 480,
52
+ 640
53
+ ]
54
+ },
55
+ "observation.images.overhead_cam": {
56
+ "type": "VISUAL",
57
+ "shape": [
58
+ 3,
59
+ 480,
60
+ 640
61
+ ]
62
+ },
63
+ "action": {
64
+ "type": "ACTION",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ }
69
+ },
70
+ "norm_map": {
71
+ "VISUAL": "IDENTITY",
72
+ "STATE": "MEAN_STD",
73
+ "ACTION": "MEAN_STD"
74
+ }
75
+ },
76
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
77
+ }
78
+ ]
79
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d1ffa17955005a73b62224ee9f0c660ad185e9f7282065360cf9da7d0cd9f2
3
+ size 7672
train_config.json ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "AIWintermuteAI/duck-a-tron_20260816_173359",
4
+ "root": null,
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": "torchcodec",
80
+ "return_uint8": false,
81
+ "depth_output_unit": "mm",
82
+ "streaming": false,
83
+ "eval_split": 0.0
84
+ },
85
+ "env": null,
86
+ "policy": {
87
+ "type": "smolvla",
88
+ "n_obs_steps": 1,
89
+ "input_features": {
90
+ "observation.state": {
91
+ "type": "STATE",
92
+ "shape": [
93
+ 6
94
+ ]
95
+ },
96
+ "observation.images.wrist_cam": {
97
+ "type": "VISUAL",
98
+ "shape": [
99
+ 3,
100
+ 480,
101
+ 640
102
+ ]
103
+ },
104
+ "observation.images.overhead_cam": {
105
+ "type": "VISUAL",
106
+ "shape": [
107
+ 3,
108
+ 480,
109
+ 640
110
+ ]
111
+ }
112
+ },
113
+ "output_features": {
114
+ "action": {
115
+ "type": "ACTION",
116
+ "shape": [
117
+ 6
118
+ ]
119
+ }
120
+ },
121
+ "device": "cuda",
122
+ "use_amp": false,
123
+ "use_peft": false,
124
+ "push_to_hub": false,
125
+ "repo_id": null,
126
+ "private": null,
127
+ "tags": null,
128
+ "license": null,
129
+ "pretrained_path": "HuggingFaceVLA/smolvla_libero",
130
+ "pretrained_revision": null,
131
+ "chunk_size": 50,
132
+ "n_action_steps": 1,
133
+ "normalization_mapping": {
134
+ "VISUAL": "IDENTITY",
135
+ "STATE": "MEAN_STD",
136
+ "ACTION": "MEAN_STD"
137
+ },
138
+ "max_state_dim": 32,
139
+ "max_action_dim": 32,
140
+ "resize_imgs_with_padding": [
141
+ 256,
142
+ 256
143
+ ],
144
+ "empty_cameras": 0,
145
+ "adapt_to_pi_aloha": false,
146
+ "use_delta_joint_actions_aloha": false,
147
+ "tokenizer_max_length": 48,
148
+ "num_steps": 10,
149
+ "use_cache": true,
150
+ "freeze_vision_encoder": false,
151
+ "train_expert_only": false,
152
+ "train_state_proj": true,
153
+ "optimizer_lr": 0.0001,
154
+ "optimizer_betas": [
155
+ 0.9,
156
+ 0.95
157
+ ],
158
+ "optimizer_eps": 1e-08,
159
+ "optimizer_weight_decay": 1e-10,
160
+ "optimizer_grad_clip_norm": 10,
161
+ "scheduler_warmup_steps": 1000,
162
+ "scheduler_decay_steps": 30000,
163
+ "scheduler_decay_lr": 2.5e-06,
164
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Instruct",
165
+ "load_vlm_weights": true,
166
+ "add_image_special_tokens": false,
167
+ "attention_mode": "cross_attn",
168
+ "prefix_length": 0,
169
+ "pad_language_to": "longest",
170
+ "num_expert_layers": -1,
171
+ "num_vlm_layers": 16,
172
+ "self_attn_every_n_layers": 2,
173
+ "expert_width_multiplier": 0.5,
174
+ "min_period": 0.004,
175
+ "max_period": 4.0,
176
+ "rtc_config": null,
177
+ "compile_model": false,
178
+ "compile_mode": "max-autotune"
179
+ },
180
+ "reward_model": null,
181
+ "output_dir": "outputs/train/smolvla_256_16_layers_ducks",
182
+ "job_name": "smolvla",
183
+ "resume": false,
184
+ "seed": 42,
185
+ "cudnn_deterministic": false,
186
+ "num_workers": 4,
187
+ "batch_size": 8,
188
+ "prefetch_factor": 4,
189
+ "persistent_workers": true,
190
+ "steps": 20000,
191
+ "env_eval_freq": 20000,
192
+ "log_freq": 10,
193
+ "eval_steps": 0,
194
+ "max_eval_samples": 0,
195
+ "tolerance_s": 0.0001,
196
+ "save_checkpoint": true,
197
+ "save_freq": 2000,
198
+ "use_policy_training_preset": false,
199
+ "optimizer": {
200
+ "type": "adamw",
201
+ "lr": 0.0001,
202
+ "weight_decay": 0.0001,
203
+ "grad_clip_norm": 1.0,
204
+ "betas": [
205
+ 0.9,
206
+ 0.999
207
+ ],
208
+ "eps": 1e-08
209
+ },
210
+ "scheduler": {
211
+ "type": "cosine_decay_with_warmup",
212
+ "num_warmup_steps": 500,
213
+ "num_decay_steps": 12000,
214
+ "peak_lr": 0.0001,
215
+ "decay_lr": 2.5e-06
216
+ },
217
+ "eval": {
218
+ "n_episodes": 50,
219
+ "batch_size": 22,
220
+ "use_async_envs": true,
221
+ "recording": false,
222
+ "recording_repo_id": null,
223
+ "recording_private": false
224
+ },
225
+ "wandb": {
226
+ "enable": true,
227
+ "disable_artifact": false,
228
+ "project": "lerobot",
229
+ "entity": null,
230
+ "notes": null,
231
+ "run_id": "ymx0l8nq",
232
+ "mode": null,
233
+ "add_tags": true
234
+ },
235
+ "peft": null,
236
+ "job": {
237
+ "target": null,
238
+ "image": "huggingface/lerobot-gpu:latest",
239
+ "timeout": "2d",
240
+ "detach": false,
241
+ "tags": []
242
+ },
243
+ "save_checkpoint_to_hub": false,
244
+ "sample_weighting": null,
245
+ "rename_map": {},
246
+ "checkpoint_path": null
247
+ }