ZeroShot-500M / config.json
TobiasLogic's picture
Create config.json
ce7ffc0 verified
Raw
History Blame Contribute Delete
163 Bytes
{
"model_type": "gpt2",
"n_layer": 24,
"n_head": 20,
"n_embd": 1280,
"n_positions": 2048,
"vocab_size": 50304,
"architectures": ["GPT2LMHeadModel"]
}