nanogpt_moev2_chess / config.json
adamdad's picture
Push model using huggingface_hub.
c90e4d2 verified
raw
history blame contribute delete
222 Bytes
{
"balance_loss_coef": 0.0,
"bias": false,
"block_size": 1023,
"dropout": 0.0,
"n_embd": 512,
"n_head": 8,
"n_layer": 8,
"num_experts": 8,
"num_experts_per_tok": 2,
"use_moe": true,
"vocab_size": 32
}