Robotics
LeRobot
Safetensors
dm05
File size: 13,000 Bytes
e0c664d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
{
    "type": "dm05",
    "n_obs_steps": 1,
    "input_features": {
        "observation.state": {
            "type": "STATE",
            "shape": [
                6
            ]
        },
        "observation.images.wrist": {
            "type": "VISUAL",
            "shape": [
                3,
                480,
                640
            ]
        },
        "observation.images.top": {
            "type": "VISUAL",
            "shape": [
                3,
                480,
                640
            ]
        }
    },
    "output_features": {
        "action": {
            "type": "ACTION",
            "shape": [
                6
            ]
        }
    },
    "device": "cuda:0",
    "use_amp": false,
    "use_peft": false,
    "push_to_hub": true,
    "repo_id": "maximellerbach/dm05_omx_multicubes_rel",
    "private": null,
    "tags": null,
    "license": "gemma",
    "pretrained_path": null,
    "pretrained_revision": null,
    "core_config": {
        "vlm_gradient_checkpointing": true,
        "ae_gradient_checkpointing": true,
        "ae_gradient_checkpointing_layers": 1,
        "freeze_vlm_embedding": false,
        "llm_attn_implementation": "eager",
        "vision_attn_implementation": "sdpa",
        "action_attn_implementation": "sdpa",
        "transformers_version": "5.5.4",
        "architectures": [
            "DM05ForConditionalGeneration"
        ],
        "output_hidden_states": false,
        "return_dict": true,
        "dtype": "bfloat16",
        "chunk_size_feed_forward": 0,
        "is_encoder_decoder": false,
        "id2label": {
            "0": "LABEL_0",
            "1": "LABEL_1"
        },
        "label2id": {
            "LABEL_0": 0,
            "LABEL_1": 1
        },
        "problem_type": null,
        "vlm_config": {
            "architectures": [
                "Gemma3ForConditionalGeneration"
            ],
            "output_hidden_states": false,
            "return_dict": true,
            "dtype": "bfloat16",
            "chunk_size_feed_forward": 0,
            "is_encoder_decoder": false,
            "id2label": {
                "0": "LABEL_0",
                "1": "LABEL_1"
            },
            "label2id": {
                "LABEL_0": 0,
                "LABEL_1": 1
            },
            "problem_type": null,
            "text_config": {
                "architectures": null,
                "output_hidden_states": false,
                "return_dict": true,
                "dtype": "bfloat16",
                "chunk_size_feed_forward": 0,
                "is_encoder_decoder": false,
                "id2label": {
                    "0": "LABEL_0",
                    "1": "LABEL_1"
                },
                "label2id": {
                    "LABEL_0": 0,
                    "LABEL_1": 1
                },
                "problem_type": null,
                "vocab_size": 262208,
                "hidden_size": 2560,
                "intermediate_size": 10240,
                "num_hidden_layers": 34,
                "num_attention_heads": 8,
                "num_key_value_heads": 4,
                "head_dim": 256,
                "hidden_activation": "gelu_pytorch_tanh",
                "max_position_embeddings": 131072,
                "initializer_range": 0.02,
                "rms_norm_eps": 1e-06,
                "use_cache": true,
                "pad_token_id": 0,
                "eos_token_id": 1,
                "bos_token_id": 2,
                "tie_word_embeddings": true,
                "rope_parameters": {
                    "full_attention": {
                        "factor": 8.0,
                        "rope_theta": 1000000.0,
                        "rope_type": "linear"
                    },
                    "sliding_attention": {
                        "rope_theta": 10000.0,
                        "rope_type": "default"
                    }
                },
                "attention_bias": false,
                "attention_dropout": 0.0,
                "query_pre_attn_scalar": 256,
                "sliding_window": 4096,
                "layer_types": [
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "full_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention",
                    "sliding_attention"
                ],
                "final_logit_softcapping": null,
                "attn_logit_softcapping": null,
                "use_bidirectional_attention": false,
                "_sliding_window_pattern": 6,
                "_name_or_path": "",
                "model_type": "gemma3_text",
                "attn_implementation": "eager",
                "output_attentions": false
            },
            "vision_config": {
                "architectures": null,
                "output_hidden_states": false,
                "return_dict": true,
                "dtype": "bfloat16",
                "chunk_size_feed_forward": 0,
                "is_encoder_decoder": false,
                "id2label": {
                    "0": "LABEL_0",
                    "1": "LABEL_1"
                },
                "label2id": {
                    "LABEL_0": 0,
                    "LABEL_1": 1
                },
                "problem_type": null,
                "hidden_size": 1152,
                "intermediate_size": 4304,
                "num_hidden_layers": 27,
                "num_attention_heads": 16,
                "num_channels": 3,
                "image_size": 448,
                "patch_size": 14,
                "hidden_act": "gelu_pytorch_tanh",
                "layer_norm_eps": 1e-06,
                "attention_dropout": 0.0,
                "_name_or_path": "",
                "model_type": "siglip_vision_model",
                "vision_use_head": false,
                "attn_implementation": "sdpa",
                "output_attentions": false
            },
            "mm_tokens_per_image": 256,
            "boi_token_index": 255999,
            "eoi_token_index": 256000,
            "image_token_index": 262144,
            "initializer_range": 0.02,
            "tie_word_embeddings": true,
            "_name_or_path": "",
            "eos_token_id": [
                1,
                106
            ],
            "model_type": "gemma3",
            "attn_implementation": {
                "": "eager",
                "text_config": "eager",
                "vision_config": "sdpa"
            },
            "output_attentions": false
        },
        "action_config": {
            "architectures": null,
            "output_hidden_states": false,
            "return_dict": true,
            "dtype": null,
            "chunk_size_feed_forward": 0,
            "is_encoder_decoder": false,
            "id2label": {
                "0": "LABEL_0",
                "1": "LABEL_1"
            },
            "label2id": {
                "LABEL_0": 0,
                "LABEL_1": 1
            },
            "problem_type": null,
            "vocab_size": 262208,
            "hidden_size": 1024,
            "intermediate_size": 4096,
            "num_hidden_layers": 34,
            "num_attention_heads": 8,
            "num_key_value_heads": 4,
            "head_dim": 256,
            "hidden_activation": "gelu_pytorch_tanh",
            "max_position_embeddings": 131072,
            "initializer_range": 0.02,
            "rms_norm_eps": 1e-06,
            "use_cache": true,
            "pad_token_id": 0,
            "eos_token_id": 1,
            "bos_token_id": 2,
            "tie_word_embeddings": true,
            "rope_parameters": {
                "full_attention": {
                    "factor": 8.0,
                    "rope_theta": 1000000.0,
                    "rope_type": "linear"
                },
                "sliding_attention": {
                    "rope_theta": 10000.0,
                    "rope_type": "default"
                }
            },
            "attention_bias": false,
            "attention_dropout": 0.0,
            "query_pre_attn_scalar": 256,
            "sliding_window": 4096,
            "layer_types": [
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "full_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "full_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "full_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "full_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "full_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention",
                "sliding_attention"
            ],
            "final_logit_softcapping": null,
            "attn_logit_softcapping": null,
            "use_bidirectional_attention": false,
            "_sliding_window_pattern": 6,
            "_name_or_path": "",
            "model_type": "gemma3_text",
            "action_attn_implementation": "sdpa",
            "ae_gradient_checkpointing_layers": 1,
            "attn_implementation": "sdpa",
            "output_attentions": false
        },
        "processor_config": null,
        "action_dim": 32,
        "chunk_size": 50,
        "bf16": true,
        "_name_or_path": ".",
        "bos_token_id": 2,
        "eos_token_id": 1,
        "model_type": "dexbotic_dm05",
        "pad_token_id": 0,
        "tie_word_embeddings": true,
        "gradient_checkpointing": true,
        "output_attentions": false
    },
    "chunk_size": 50,
    "n_action_steps": 50,
    "drop_n_last_frames": 1,
    "max_state_dim": 32,
    "max_action_dim": 32,
    "image_resolution": [
        448,
        448
    ],
    "empty_cameras": 0,
    "add_state": true,
    "pretrained_name_or_path": ".",
    "processor_name_or_path": null,
    "image_keys": null,
    "n_bins": 256,
    "tokenizer_max_length": 1024,
    "diffusion_steps": 10,
    "compile_model": false,
    "compile_suffix_pad_length": 1024,
    "llm_attn_implementation": "eager",
    "vision_attn_implementation": "sdpa",
    "action_attn_implementation": "sdpa",
    "use_liger_kernel": false,
    "dtype": "bfloat16",
    "vlm_gradient_checkpointing": true,
    "ae_gradient_checkpointing": true,
    "ae_gradient_checkpointing_layers": 1,
    "freeze_vlm_embedding": true,
    "use_relative_actions": true,
    "relative_exclude_joints": [
        "gripper"
    ],
    "action_feature_names": [
        "shoulder_pan.pos",
        "shoulder_lift.pos",
        "elbow_flex.pos",
        "wrist_flex.pos",
        "wrist_roll.pos",
        "gripper.pos"
    ],
    "norm_clip": true,
    "normalization_mapping": {
        "VISUAL": "IDENTITY",
        "STATE": "QUANTILES",
        "ACTION": "QUANTILES"
    },
    "optimizer_lr": 2.5e-05,
    "optimizer_betas": [
        0.9,
        0.95
    ],
    "optimizer_eps": 1e-08,
    "optimizer_weight_decay": 1e-10,
    "optimizer_grad_clip_norm": 1.0,
    "scheduler_warmup_steps": 500,
    "scheduler_decay_steps": 10000,
    "scheduler_decay_lr": 2.5e-06
}