NanoGPT / config.json
HannahLin271's picture
Upload config.json
3fdbe89 verified
raw
history blame contribute delete
151 Bytes
{
"bias": true,
"model_type": "gpt2",
"block_size": 64,
"dropout": 0.0,
"n_embd": 64,
"n_head": 4,
"n_layer": 4,
"vocab_size": 50257
}