File size: 1,342 Bytes
ce2b044 |
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 |
{
"model_type": "dexbotic_dm0",
"action_dim": 32,
"chunk_size": 50,
"ar_loss": true,
"fm_loss": true,
"ar_loss_weight": 1.0,
"image_aspect_ratio": "pad",
"mm_hidden_size": 1152,
"mm_projector_type": "linear4x",
"tokenizer_model_max_length": 2048,
"tokenizer_padding_side": "right",
"use_cache": false,
"use_mm_proj": true,
"mm_vision_tower": "pe_lang_l14_728",
"llm_config": {
"model_type": "qwen3",
"hidden_size": 2048,
"intermediate_size": 6144,
"num_attention_heads": 16,
"num_hidden_layers": 28,
"num_key_value_heads": 8,
"head_dim": 128,
"hidden_act": "silu",
"max_position_embeddings": 40960,
"rms_norm_eps": 1e-06,
"rope_theta": 1000000,
"vocab_size": 152701,
"bos_token_id": 151643,
"eos_token_id": 151645,
"attention_bias": false,
"attention_dropout": 0.0
},
"action_config": {
"model_type": "qwen3",
"hidden_size": 1024,
"intermediate_size": 1536,
"num_attention_heads": 16,
"num_hidden_layers": 28,
"num_key_value_heads": 8,
"head_dim": 128,
"hidden_act": "silu",
"max_position_embeddings": 40960,
"rms_norm_eps": 1e-06,
"rope_theta": 1000000,
"vocab_size": 151936,
"bos_token_id": 151643,
"eos_token_id": 151645,
"attention_bias": false,
"attention_dropout": 0.0
}
} |