Robotics
Transformers
Safetensors
dm05
text-generation
vision-language-action
opendm
robochallenge
w1
dos-w1
Instructions to use Dexmal/DM05-Table30v2-W1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dexmal/DM05-Table30v2-W1 with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Dexmal/DM05-Table30v2-W1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 3,489 Bytes
5d59277 | 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 | {
"norm_stats": {
"state": {
"mean": [
-0.5846993923187256,
-0.8273311853408813,
0.7135415077209473,
1.4741019010543823,
-0.5307594537734985,
-1.6655876636505127,
0.01940203085541725,
0.5718552470207214,
-0.9025945663452148,
0.7688717246055603,
-1.362910270690918,
0.6610754132270813,
1.4689326286315918,
0.02258240431547165
],
"std": [
0.349543035030365,
0.5095509886741638,
0.47685956954956055,
0.5025346279144287,
0.650869607925415,
0.6017923355102539,
0.02308090403676033,
0.31106036901474,
0.5363354086875916,
0.509536623954773,
0.6203896999359131,
0.540716290473938,
0.5643941760063171,
0.024070510640740395
],
"q01": [
-1.3401838088035585,
-1.853477002477646,
-0.08298161156475543,
-0.835248058795929,
-1.529818459892273,
-2.996879259586334,
-0.00023094506226480007,
-0.2554906537413597,
-2.056439969033003,
-0.06736293451935052,
-2.9607505660057067,
-0.5081941378116608,
-0.2068284405708316,
-0.00023211431121453646
],
"q99": [
0.30363588809967057,
0.126044480919838,
1.9091921208873393,
2.391968609809876,
0.9053635387420651,
0.7415408194065094,
0.07047879640399479,
1.2125371550440787,
0.12304875552654249,
2.0939756301328543,
0.6507768080234526,
1.5422961202144623,
2.795979249382019,
0.07062161484151147
]
},
"action": {
"mean": [
-0.0021987492218613625,
0.0026360368356108665,
-0.0029499370139092207,
-0.0009245708351954818,
0.002928556641563773,
0.0019751095678657293,
0.016361022368073463,
0.001496567390859127,
0.0025729055050760508,
-0.0029584416188299656,
0.0018171068513765931,
-0.0033208238892257214,
-0.0015487680211663246,
0.019100133329629898
],
"std": [
0.198939248919487,
0.2766067683696747,
0.23519267141819,
0.16275368630886078,
0.2622074484825134,
0.20541544258594513,
0.023699969053268433,
0.17667914927005768,
0.2781555950641632,
0.25729596614837646,
0.19274690747261047,
0.26032012701034546,
0.1989257037639618,
0.024949293583631516
],
"q01": [
-0.7258767373085022,
-0.9954489912986755,
-0.810990355014801,
-0.5716779495239255,
-1.0569332280158996,
-0.7415815055847168,
-0.00022714353338815273,
-0.5982311514616014,
-0.9771826212406158,
-0.8842933544158935,
-0.6721791654586791,
-0.8801572823524477,
-0.7381768880844115,
-0.00027496143418829887
],
"q99": [
0.6614175701141356,
0.8918982180595396,
0.8741958680629733,
0.5258844112396241,
0.9619554128646852,
0.7285250944137571,
0.07047652474509086,
0.6141371802091595,
0.9313751807212829,
0.8909203865528106,
0.7203438655853276,
1.0439803004264832,
0.6757186056137088,
0.07060224704984576
]
}
}
}
|