gpt-python-modern-114m / config.json
devoppro's picture
Upload config.json with huggingface_hub
65b399e verified
Raw
History Blame Contribute Delete
212 Bytes
{
"vocab_size": 50257,
"block_size": 512,
"n_layer": 12,
"n_head": 12,
"n_kv_head": 4,
"n_embd": 768,
"dropout": 0.0,
"rope_theta": 10000.0,
"norm_eps": 1e-05,
"ffn_mult": 2.6666666666666665
}