custom-gpt-124M / config.json
saketh3628800's picture
Upload NanoGPT checkpoint
41c244c verified
raw
history blame contribute delete
168 Bytes
{
"architectures": ["GPT"],
"vocab_size": 50304,
"n_layer": 12,
"n_head": 12,
"n_embd": 768,
"block_size": 1024,
"model_type": "gpt2"
}