religiousgptbase / config.json
jpatel
adding config.json
b4260af
raw
history blame contribute delete
170 Bytes
{
"architectures": ["GPT2Model"],
"model_type": "gpt2",
"n_ctx": 256,
"n_embd": 768,
"n_head": 12,
"n_layer": 4,
"n_positions": 256,
"vocab_size": 50257
}