File size: 2,046 Bytes
37c05a8 173c19b 37c05a8 | 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 | {
"schema_version": "robotics_vla_encoder_policy_v1",
"model_type": "dinov2_small_text_proprio_bc",
"encoder_id": "facebook/dinov2-small",
"encoder_config": {
"return_dict": true,
"output_hidden_states": false,
"dtype": "float32",
"chunk_size_feed_forward": 0,
"is_encoder_decoder": false,
"architectures": [
"Dinov2Model"
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"problem_type": null,
"_name_or_path": "",
"transformers_version": "5.3.0",
"model_type": "dinov2",
"hidden_size": 384,
"num_hidden_layers": 12,
"num_attention_heads": 6,
"mlp_ratio": 4,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"attention_probs_dropout_prob": 0.0,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"image_size": 518,
"patch_size": 14,
"num_channels": 3,
"qkv_bias": true,
"layerscale_value": 1.0,
"drop_path_rate": 0.0,
"use_swiglu_ffn": false,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4",
"stage5",
"stage6",
"stage7",
"stage8",
"stage9",
"stage10",
"stage11",
"stage12"
],
"apply_layernorm": true,
"reshape_hidden_states": true,
"use_mask_token": true,
"output_attentions": false,
"out_features": [
"stage12"
],
"out_indices": [
12
]
},
"text_dim": 256,
"proprio_dim": 32,
"action_dim": 7,
"image_size": [
224,
224
],
"vision_dim": 384,
"modality_emb_dim": 256,
"parameter_count": 24434823,
"freeze_encoder": true,
"adapter_inputs": [
"image",
"proprio",
"instruction",
"task",
"difficulty",
"step",
"horizon"
],
"forbidden_adapter_inputs": [
"raw_obs",
"object_state",
"sim_state",
"mujoco_data"
],
"training_data": "hf:random-sequence/flock-robotics-vla-training-v2",
"run_tag": "dino_v13_unfreeze"
} |