triptuner / config.json
yoonusajwardapiit's picture
Update config.json
5e9254b verified
raw
history blame contribute delete
171 Bytes
{
"architectures": ["GPT2LMHeadModel"],
"n_embd": 64,
"n_head": 4,
"n_layer": 4,
"vocab_size": 61,
"block_size": 32,
"dropout": 0.1,
"model_type": "gpt2"
}