nanogpt_topk256_chess / config.json
adamdad's picture
Push model using huggingface_hub.
eba8c26 verified
raw
history blame contribute delete
143 Bytes
{
"bias": false,
"block_size": 1023,
"dropout": 0.0,
"n_embd": 512,
"n_head": 8,
"n_layer": 8,
"top_k": 256,
"vocab_size": 32
}