Dwarf-15M / config.json
ThingsAI's picture
Upload folder using huggingface_hub
441dc44 verified
Raw
History Blame
513 Bytes
{
"architectures": [
"DwarfForCausalLM"
],
"model_type": "dwarf",
"auto_map": {
"AutoConfig": "configuration_dwarf.DwarfConfig",
"AutoModelForCausalLM": "modeling_dwarf.DwarfForCausalLM"
},
"vocab_size": 8202,
"d_model": 320,
"n_layers": 12,
"n_heads": 5,
"n_kv_heads": 1,
"d_ff": 864,
"max_seq_len": 2048,
"rope_theta": 10000.0,
"norm_eps": 1e-05,
"head_dim": 64,
"torch_dtype": "float32",
"transformers_version": "4.45.0",
"bos_token_id": 1,
"eos_token_id": 2
}