DM05-libero / README.md
Dexmal's picture
update README
73a183c verified
|
Raw
History Blame Contribute Delete
1.92 kB
---
license: gemma
library_name: transformers
base_model:
- Dexmal/DM05
datasets:
- Dexmal/libero
tags:
- robotics
- robot-control
- vision-language-action
- vla
- dm05
- dm0.5
- libero
- opendm
---
# DM05-libero
[![OpenDM](https://img.shields.io/badge/GitHub-OpenDM-181717?logo=github)](https://github.com/dexmal/opendm) [![LIBERO Dataset](https://img.shields.io/badge/Dataset-LIBERO-0EA5E9?logo=huggingface)](https://huggingface.co/datasets/Dexmal/libero) [![Dexmal Models](https://img.shields.io/badge/Hugging%20Face-Dexmal-FFD21E?logo=huggingface)](https://huggingface.co/Dexmal) [![DM0.5 Blog](https://img.shields.io/badge/Blog-DM0.5-2563EB)](https://www.dexmal.com/blog/dm0.5/index_en.html)
DM05-libero is the LIBERO fine-tuned checkpoint of DM0.5, Dexmal's open-world
Vision-Language-Action foundation model for embodied intelligence. DM0.5 uses a
Gemma3 4B vision-language backbone with a 680M Action Expert to generate
continuous robot actions, and is designed for natural-language manipulation,
zero-shot generalization, efficient downstream fine-tuning, long-horizon
historical context, robust policy behavior, and transfer across robot
embodiments.
## LIBERO Results
| Method | Spatial | Object | Goal | Long | Average |
| --- | ---: | ---: | ---: | ---: | ---: |
| DM0.5 | 99.0 | 99.8 | 99.6 | 97.4 | 99.0 |
## How to Use
This model is intended to be used with the OpenDM LIBERO workflow. See the
[OpenDM README](https://github.com/dexmal/opendm) and
[LIBERO guide](https://github.com/dexmal/opendm/blob/main/docs/en/libero.md)
for installation, checkpoint download, inference service startup, and benchmark
evaluation commands.
## Citation
```bibtex
@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}
}
```