KiyEngine-V3 / config.json
Kiy-K's picture
Upload config.json with huggingface_hub
573ae01 verified
raw
history blame contribute delete
319 Bytes
{
"auto_map": {
"AutoConfig": "configuration_kiyengine.KiyEngineConfig",
"AutoModel": "modeling_kiyengine.KiyEngineModel"
},
"d_conv": 4,
"d_model": 384,
"d_state": 16,
"expansion_factor": 2,
"n_experts": 8,
"n_layers": 4,
"top_k": 2,
"transformers_version": "4.57.1",
"vocab_size": 768
}