KeyLM-75M-Instruct / config.json
Eclipse-Senpai's picture
Switch weights to bf16, re-exported from the fp32 checkpoint
9394626 verified
raw
history blame contribute delete
726 Bytes
{
"architectures": [
"KeyLM75M"
],
"model_type": "keylm75m",
"auto_map": {
"AutoConfig": "configuration_keylm.KeyLM75MConfig",
"AutoModelForCausalLM": "modeling_keylm.KeyLM75M"
},
"vocab_size": 12020,
"hidden_size": 512,
"head_dim": 64,
"num_attention_heads": 8,
"num_key_value_heads": 2,
"intermediate_size": 1280,
"num_hidden_layers": 24,
"max_position_embeddings": 2048,
"rope_theta": 10000.0,
"rms_norm_eps": 1e-06,
"hidden_act": "silu",
"attention_bias": false,
"attention_dropout": 0.0,
"use_sliding_window": false,
"tie_word_embeddings": false,
"initializer_range": 0.02,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 2,
"torch_dtype": "bfloat16"
}