gpt2 / config.json
system's picture
system HF staff
Update config.json
8bfcadd
raw
history blame
No virus
224 Bytes
{
"architectures": [
"GPT2LMHeadModel"
],
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"n_positions": 1024,
"vocab_size": 50257
}