rce-inference-test / config.json
xitro's picture
add gpt2 model files
ab14b04
Raw
History Blame Contribute Delete
163 Bytes
{
"architectures": ["GPT2LMHeadModel"],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12
}