HRM-maze-30x30-hard / config.json
zbloss's picture
Update checkpoint with new variable names for improved code readability
cbaf9f0 verified
{
"architectures": [
"HrmForCausalLM"
],
"dtype": "float32",
"expansion": 4,
"h_cycles": 2,
"h_layers": 4,
"halt_exploration_prob": 0.1,
"halt_max_steps": 16,
"hidden_size": 512,
"high_cycles": 2,
"high_layers": 4,
"initializer_range": 0.02,
"intermediate_size": 1536,
"l_cycles": 2,
"l_layers": 4,
"low_cycles": 2,
"low_layers": 4,
"max_position_embeddings": 900,
"model_type": "hrm",
"num_attention_heads": 8,
"num_hidden_layers": 4,
"num_puzzle_identifiers": 1,
"pos_encodings": "rope",
"puzzle_emb_ndim": 512,
"puzzle_embedding_dim": 512,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"transformers_version": "4.57.0.dev0",
"use_cache": false,
"vocab_size": 11
}