base-d20 / config.json
burtenshaw's picture
burtenshaw HF Staff
Upload folder using huggingface_hub
6223a79 verified
raw
history blame contribute delete
481 Bytes
{
"model_type": "nanogpt",
"architectures": [
"NanoGPTModel"
],
"auto_map": {
"AutoConfig": "configuration_nanogpt.NanoGPTConfig",
"AutoModel": "modeling_nanogpt.NanoGPTModel",
"AutoModelForCausalLM": "modeling_nanogpt.NanoGPTModel",
"AutoTokenizer": "tokenizer_nanogpt.NanoGPTTokenizer"
},
"sequence_len": 2048,
"vocab_size": 65536,
"n_layer": 20,
"n_head": 10,
"n_kv_head": 10,
"n_embd": 1280
}