my-mini-gpt / config.json
altkachenko11's picture
Update config.json
a91ef6f verified
raw
history blame
101 Bytes
{
"vocab_size": 50257,
"d_model": 128,
"nhead": 4,
"num_layers": 2,
"model_type": "gpt2"
}