SkipMoE / config.json
chengyanwu
stuff
ccda2ec
{
"architectures": [
"KVLatentForCausalLM"
],
"model_type": "kvlatent",
"hidden_size": 2048,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"num_key_value_heads": 8,
"num_latents": 64,
"intermediate_size": 8192,
"hidden_act": "gelu",
"initializer_range": 0.02,
"rms_norm_eps": 1e-5,
"vocab_size": 50304,
"pad_token_id": 1,
"bos_token_id": 50256,
"eos_token_id": 50256,
"attention_dropout": 0.0,
"attention_bias": false,
"use_cache": true,
"tie_word_embeddings": false,
"rope_theta": 10000.0,
"rope_scaling": null,
"max_position_embeddings": 4096,
"torch_dtype": "bfloat16"
}