File size: 631 Bytes
e6dee89 ccda2ec e6dee89 ccda2ec e6dee89 ccda2ec e6dee89 ccda2ec e6dee89 ccda2ec e6dee89 ccda2ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"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"
} |