MoR-v2 / config.json
gate369's picture
Upload folder using huggingface_hub
7d75312 verified
raw
history blame contribute delete
265 Bytes
{
"vocab_size": 10000,
"dim": 1536,
"num_layers": 3,
"num_heads": 12,
"max_recursion": 5,
"num_experts": 5,
"ffn_expansion": 4,
"max_position_embeddings": 2048,
"model_type": "MoR",
"architecture": "MixtureOfRecursions",
"hidden_act": "gelu"
}