task23-dinov2_base / vla_config.json
flockgo's picture
Upload folder using huggingface_hub
109a8f6 verified
Raw
History Blame Contribute Delete
2.33 kB
{
"schema_version": "task23_dinov2_self_contained_v1",
"model_type": "dinov2_frozen_vision_action_chunk",
"backbone": "facebook/dinov2-base",
"chunk": 8,
"feature_dim": 768,
"text_dim": 128,
"proprio_dim": 32,
"task_count": 14,
"difficulty_count": 5,
"proprio_mean": [
-0.01334028597921133,
0.7383161187171936,
0.011660907417535782,
-1.943629264831543,
0.01946709118783474,
2.826368808746338,
0.7630698084831238,
0.022565234452486038,
0.05265864357352257,
0.009153256192803383,
0.072571761906147,
-0.021768996492028236,
-0.014812936075031757,
0.04580143839120865,
0.07692128419876099,
-0.06413373351097107,
0.9298771023750305,
0.9961308836936951,
-0.004522540606558323,
0.0763382539153099,
-0.0052189636044204235,
0.031396642327308655,
-0.0305534228682518,
0.0001240658457390964,
5.485948349814862e-06,
0.4979763627052307,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"proprio_std": [
0.18346060812473297,
0.275119811296463,
0.08362211287021637,
0.40133392810821533,
0.18806250393390656,
0.22030392289161682,
0.3681507706642151,
0.09235751628875732,
0.24793243408203125,
0.07140836119651794,
0.2734127938747406,
0.12188326567411423,
0.17400933802127838,
0.2098998725414276,
0.09051765501499176,
0.16605113446712494,
0.07342923432588577,
0.004776290617883205,
0.021420171484351158,
0.032270561903715134,
0.016867034137248993,
0.008550199680030346,
0.009234873577952385,
0.015089094638824463,
0.012418444268405437,
0.28867337107658386,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0
],
"task_to_id": {
"lift_cube": 0,
"pick_place_can": 1,
"pick_place_milk": 2,
"pick_place_bread": 3,
"pick_place_cereal": 4,
"pick_place_clutter": 5,
"stack_blocks": 6,
"open_door": 7,
"nut_assembly": 8,
"nut_assembly_square": 9,
"nut_assembly_round": 10,
"wipe_table": 11,
"tool_hang": 12
},
"difficulty_to_id": {
"low": 0,
"medium": 1,
"hard": 2,
"very_high": 3
},
"local_files_only": true,
"adapter_inputs": [
"image",
"instruction",
"proprio",
"task",
"step",
"difficulty",
"horizon"
]
}