File size: 451 Bytes
52e5444 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"action_mode": "libero_joint",
"architectures": [
"SmolVLMVLA"
],
"depth": 12,
"dim_time": 32,
"dtype": "float32",
"hidden_size": 768,
"image_size": 384,
"max_len_seq": 512,
"mlp_ratio": 4.0,
"model_type": "smolvlm_vla",
"num_actions": 10,
"num_heads": 12,
"num_views": 3,
"smolvlm_model_path": "HuggingFaceTB/SmolVLM-500M-Instruct",
"transformers_version": "5.2.0",
"use_adaln": false,
"use_proprio": true
}
|