nanochat-d40 / config.json
ljt019's picture
Init
8803982 verified
raw
history blame contribute delete
367 Bytes
{
"model_type": "nanochat",
"vocab_size": 65536,
"sequence_len": 2048,
"n_layer": 40,
"n_head": 8,
"n_kv_head": 8,
"n_embd": 960,
"use_cache": false,
"architectures": [
"NanoChatForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_nanochat.NanoChatConfig",
"AutoModelForCausalLM": "modeling_nanochat.NanoChatForCausalLM"
}
}