FixedMoR-GAN-V1.0 / config.json
gate369's picture
Upload folder using huggingface_hub
c00cf2d verified
raw
history blame contribute delete
493 Bytes
{
"vocab_size": 128000,
"dim": 512,
"num_layers": 3,
"num_heads": 16,
"max_recursion": 20,
"ffn_expansion": 16,
"max_position_embeddings": 1024,
"balancing_weight": 0.01,
"temperature": 1.0,
"window_size": 128,
"router_speed_weight": 0.05,
"model_speed_weight": 0.05,
"energy_weight": 0.0001,
"margin": 2.0,
"latent_dim": 2048,
"energy_lr": 2e-05,
"model_type": "AdvancedMoR-GAN",
"architecture": "MixtureOfRecursions-GAN-Enhanced",
"hidden_act": "gelu"
}