GPT2 / config.json
sirunchained's picture
Add model configuration
656e73b verified
Raw
History Blame Contribute Delete
158 Bytes
{
"vocab_size": 50257,
"context_length": 256,
"emb_dim": 768,
"n_heads": 12,
"n_layers": 12,
"drop_rate": 0.1,
"qkv_bias": false
}