finishSTUDIO / config.json
HexHands's picture
Create config.json
1c7cbb4
raw
history blame
No virus
187 Bytes
{
"architectures": [
"GPT2LMHeadModel"
],
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"n_positions": 1024,
"vocab_size": 50257
}