MoR-TC-v2.3.1-ts / config.json
gate369's picture
Upload folder using huggingface_hub
7d83747 verified
raw
history blame contribute delete
317 Bytes
{
"vocab_size": 50257,
"dim": 1024,
"num_layers": 6,
"num_heads": 16,
"max_recursion": 4,
"ffn_expansion": 4,
"max_position_embeddings": 1024,
"balancing_weight": 0.01,
"temperature": 1.0,
"window_size": 512,
"model_type": "MoR",
"architecture": "MixtureOfRecursions",
"hidden_act": "gelu"
}