Robotics
Transformers
Safetensors
dm05
text-generation
robot-control
vision-language-action
vla
dm0.5
vla-arena
opendm
Instructions to use Dexmal/DM05-Vla-Arena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dexmal/DM05-Vla-Arena with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Dexmal/DM05-Vla-Arena", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,827 Bytes
f896af1 | 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 | {
"norm_stats": {
"state": {
"mean": [
-0.09253106266260147,
-0.04663839563727379,
1.001347541809082,
3.105578899383545,
-0.07280455529689789,
-0.10033492743968964,
0.03138648718595505,
-0.031314343214035034
],
"std": [
0.10462693870067596,
0.15360195934772491,
0.2751270830631256,
0.23337392508983612,
0.502331018447876,
0.2461385577917099,
0.010203897953033447,
0.010389873757958412
],
"q01": [
-0.3253376039266586,
-0.29545796096324917,
0.04280643937215209,
2.1626488430261612,
-2.2736354246139525,
-0.8980949893832206,
0.003968036797712557,
-0.040012203962635245
],
"q99": [
0.12369418460130688,
0.28948676005005847,
1.2812353463601323,
4.02408578953743,
2.1651455235481256,
0.2866765659570696,
0.040034685000847094,
-0.004038443472096698
]
},
"action": {
"mean": [
0.10390535742044449,
0.10006828606128693,
-0.062432143837213516,
0.003284134902060032,
0.002721562283113599,
-0.0026934330817312002,
0.026887422427535057
],
"std": [
0.4204033613204956,
0.503059446811676,
0.5338327884674072,
0.038796816021203995,
0.038940317928791046,
0.054124750196933746,
0.9996384382247925
],
"q01": [
-1.0,
-1.0,
-1.0,
0.0,
0.0,
-0.2251800153255462,
-1.0
],
"q99": [
0.9996,
0.9996,
0.9996,
0.0,
0.0,
-0.00027001702785489634,
0.9996
]
}
}
} |