jasontchan commited on
Commit
7e3fa4d
·
verified ·
1 Parent(s): fb00d75

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +109 -0
  2. model.safetensors +3 -0
  3. train_config.json +222 -0
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.front": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 1080,
21
+ 1920
22
+ ]
23
+ },
24
+ "observation.images.top": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 720,
29
+ 1280
30
+ ]
31
+ },
32
+ "observation.images.gripper": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 1080,
37
+ 1920
38
+ ]
39
+ },
40
+ "observation.emg.lower": {
41
+ "type": "EMG",
42
+ "shape": [
43
+ 100,
44
+ 8
45
+ ]
46
+ }
47
+ },
48
+ "output_features": {
49
+ "action": {
50
+ "type": "ACTION",
51
+ "shape": [
52
+ 6
53
+ ]
54
+ }
55
+ },
56
+ "device": "cuda",
57
+ "use_amp": false,
58
+ "emg_mask_prob": 0.0,
59
+ "emg_spectrogram": false,
60
+ "n_fft": 64,
61
+ "emg_window_size": 50,
62
+ "emg_n_bins": 10,
63
+ "emg_gate": 1.0,
64
+ "use_camera_keys": {
65
+ "observation.images.top": true,
66
+ "observation.images.gripper": true,
67
+ "observation.images.front": true
68
+ },
69
+ "chunk_size": 50,
70
+ "n_action_steps": 50,
71
+ "max_state_dim": 32,
72
+ "max_action_dim": 32,
73
+ "resize_imgs_with_padding": [
74
+ 512,
75
+ 512
76
+ ],
77
+ "empty_cameras": 0,
78
+ "adapt_to_pi_aloha": false,
79
+ "use_delta_joint_actions_aloha": false,
80
+ "tokenizer_max_length": 48,
81
+ "num_steps": 10,
82
+ "use_cache": true,
83
+ "freeze_vision_encoder": true,
84
+ "train_expert_only": true,
85
+ "train_state_proj": true,
86
+ "optimizer_lr": 0.0001,
87
+ "optimizer_betas": [
88
+ 0.9,
89
+ 0.95
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 1e-10,
93
+ "optimizer_grad_clip_norm": 10.0,
94
+ "scheduler_warmup_steps": 1000,
95
+ "scheduler_decay_steps": 30000,
96
+ "scheduler_decay_lr": 2.5e-06,
97
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
98
+ "load_vlm_weights": true,
99
+ "add_image_special_tokens": false,
100
+ "attention_mode": "cross_attn",
101
+ "prefix_length": 0,
102
+ "pad_language_to": "max_length",
103
+ "num_expert_layers": 0,
104
+ "num_vlm_layers": 16,
105
+ "self_attn_every_n_layers": 2,
106
+ "expert_width_multiplier": 0.75,
107
+ "min_period": 0.004,
108
+ "max_period": 4.0
109
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d4a32b3a044dc01772ca9b30918b20b0954791252949b1f55a7375e3d930b94
3
+ size 907208476
train_config.json ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jasontchan/emg-gestures-pick-place-yellow-block-pp",
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "smolvla",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "IDENTITY",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.front": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 1080,
88
+ 1920
89
+ ]
90
+ },
91
+ "observation.images.top": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 720,
96
+ 1280
97
+ ]
98
+ },
99
+ "observation.images.gripper": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 1080,
104
+ 1920
105
+ ]
106
+ },
107
+ "observation.emg.lower": {
108
+ "type": "EMG",
109
+ "shape": [
110
+ 100,
111
+ 8
112
+ ]
113
+ }
114
+ },
115
+ "output_features": {
116
+ "action": {
117
+ "type": "ACTION",
118
+ "shape": [
119
+ 6
120
+ ]
121
+ }
122
+ },
123
+ "device": "cuda",
124
+ "use_amp": false,
125
+ "emg_mask_prob": 0.0,
126
+ "emg_spectrogram": false,
127
+ "n_fft": 64,
128
+ "emg_window_size": 50,
129
+ "emg_n_bins": 10,
130
+ "emg_gate": 1.0,
131
+ "use_camera_keys": {
132
+ "observation.images.top": true,
133
+ "observation.images.gripper": true,
134
+ "observation.images.front": true
135
+ },
136
+ "chunk_size": 50,
137
+ "n_action_steps": 50,
138
+ "max_state_dim": 32,
139
+ "max_action_dim": 32,
140
+ "resize_imgs_with_padding": [
141
+ 512,
142
+ 512
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": true,
151
+ "train_expert_only": true,
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.0,
161
+ "scheduler_warmup_steps": 1000,
162
+ "scheduler_decay_steps": 30000,
163
+ "scheduler_decay_lr": 2.5e-06,
164
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-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": "max_length",
170
+ "num_expert_layers": 0,
171
+ "num_vlm_layers": 16,
172
+ "self_attn_every_n_layers": 2,
173
+ "expert_width_multiplier": 0.75,
174
+ "min_period": 0.004,
175
+ "max_period": 4.0
176
+ },
177
+ "output_dir": "outputs/train/emg-gestures-pp-window-bin-gate",
178
+ "job_name": "emg-gestures-pp-window-bin-gate",
179
+ "resume": false,
180
+ "seed": 1000,
181
+ "num_workers": 4,
182
+ "batch_size": 8,
183
+ "steps": 100000,
184
+ "eval_freq": 20000,
185
+ "log_freq": 200,
186
+ "save_checkpoint": true,
187
+ "save_freq": 20000,
188
+ "use_policy_training_preset": true,
189
+ "optimizer": {
190
+ "type": "adamw",
191
+ "lr": 0.0001,
192
+ "weight_decay": 1e-10,
193
+ "grad_clip_norm": 10.0,
194
+ "betas": [
195
+ 0.9,
196
+ 0.95
197
+ ],
198
+ "eps": 1e-08
199
+ },
200
+ "scheduler": {
201
+ "type": "cosine_decay_with_warmup",
202
+ "num_warmup_steps": 1000,
203
+ "num_decay_steps": 30000,
204
+ "peak_lr": 0.0001,
205
+ "decay_lr": 2.5e-06
206
+ },
207
+ "eval": {
208
+ "n_episodes": 50,
209
+ "batch_size": 50,
210
+ "use_async_envs": false
211
+ },
212
+ "wandb": {
213
+ "enable": true,
214
+ "disable_artifact": false,
215
+ "project": "lerobot",
216
+ "entity": null,
217
+ "notes": null,
218
+ "run_id": "fmxrj9wx",
219
+ "mode": null
220
+ },
221
+ "use_emg": true
222
+ }