luxseq-base / config.json
Xmaster6y's picture
Checkpoint at epoch 5
8605860 verified
raw
history blame contribute delete
839 Bytes
{
"_name_or_path": "LuxWorld/luxseq-base",
"action_space_size": 294,
"architectures": [
"LuxSeqForMARL"
],
"attention_dropout": 0.0,
"head_dim": 16,
"hidden_act": "silu",
"hidden_size": 64,
"initializer_range": 0.02,
"intermediate_size": 128,
"luxfeat_config": {
"model_type": "vit"
},
"match_length": 101,
"max_position_embeddings": 512,
"mixer_hidden_act": "silu",
"mixer_hidden_size": 16,
"mixer_num_hidden_layers": 3,
"model_type": "luxseq",
"num_attention_heads": 4,
"num_hidden_layers": 4,
"num_key_value_heads": 2,
"num_units": 16,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"sliding_window": 512,
"torch_dtype": "float32",
"transformers_version": "4.45.2",
"unit_hidden_act": "silu",
"unit_hidden_size": 128,
"unit_num_hidden_layers": 3,
"use_cache": true
}