How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("Dexmal/DM05-Table30v2-UR5", device_map="auto")
Quick Links

DM05-UR5 (RoboChallenge)

DM0.5

Tech Blog GitHub Table30v2 Dataset MaaS

OpenDM-format BF16 checkpoint for UR5 on RoboChallenge Table 30 v2. Use with OpenDM third_party/robochallenge_inference (configs/generalist/ur5.yaml). See the DM05 RoboChallenge Table 30 v2 Inference Guide.

Weights: BF16 model.safetensors.

Model Card

Field Value
Config generalist/ur5
Env vars UR5_CHECKPOINT / UR5_NORM_STATS
OpenDM robot_type UR5
Control EEF relative (single_arm_target=eef)
Cameras Head / Left wrist
Platform cams cam_global β†’ image_0, cam_arm β†’ image_1
Native state / action stats 7 / 7 (action-only quantile norm_stats.json)
Defaults action_horizon=25, action_playback_target_steps=0, is_history=false, ur5_anchor_pitch_zero=true

Table30 Tasks

arrange_fruits, item_classification, shred_paper

From third_party/robochallenge_inference/configs/generalist/ur5.yaml:

Task Extra runtime
arrange_fruits ur5_anchor_roll_pitch_zero=true (roll→±π, pitch→0)
item_classification same
shred_paper pitch-only (profile default; no roll lock)

Use with OpenDM RoboChallenge Inference

The RoboChallenge client now lives in OpenDM at third_party/robochallenge_inference (configs/generalist/ur5.yaml). See the DM05 RoboChallenge Table 30 v2 Inference Guide.

# From the OpenDM repository root.
export OPENDM_ROOT=/path/to/opendm
pip install -e ".[fast-infer]"

cd third_party/robochallenge_inference
export UR5_CHECKPOINT=/path/to/DM05-UR5
export UR5_NORM_STATS=${UR5_CHECKPOINT}/norm_stats.json
pip install -r requirements.txt

python execute.py --config-name generalist/ur5 \
  user_id=YOUR_USER_ID \
  submission_id=YOUR_SUBMISSION_ID

Override without env vars:

python execute.py --config-name generalist/ur5 \
  checkpoint=/path/to/DM05-UR5 \
  norm_stats=/path/to/DM05-UR5/norm_stats.json \
  user_id=YOUR_USER_ID \
  submission_id=YOUR_SUBMISSION_ID

If UR5_NORM_STATS is unset, the client falls back to ${UR5_CHECKPOINT}/norm_stats.json.

Runtime Profile

From third_party/robochallenge_inference/configs/default.yaml β†’ robot_profiles.ur5:

  • action_type=leftpos, action_mode=relative, single_arm_target=eef
  • ur5_anchor_pitch_zero=true, is_history=false
  • speed=0.5, add_state=true
  • attn: llm/action sdpa, vision flash_attention_2

Files

.
β”œβ”€β”€ config.json
β”œβ”€β”€ model.safetensors
β”œβ”€β”€ norm_stats.json
β”œβ”€β”€ tokenizer.json
β”œβ”€β”€ tokenizer_config.json
β”œβ”€β”€ processor_config.json
β”œβ”€β”€ chat_template.jinja
β”œβ”€β”€ generation_config.json
└── README.md

Citation

@misc{dm05,
    title  = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
    author = {{Dexmal Team}},
    month  = {July},
    year   = {2026},
    url    = {https://www.dexmal.com/blog/dm0.5/index_en.html}
}
Downloads last month
-
Safetensors
Model size
6B params
Tensor type
BF16
Β·
Video Preview
loading

Model tree for Dexmal/DM05-Table30v2-UR5

Base model

Dexmal/DM05
Finetuned
(8)
this model

Dataset used to train Dexmal/DM05-Table30v2-UR5

Collection including Dexmal/DM05-Table30v2-UR5