bayes_mini / config.json
faizack's picture
Upload folder using huggingface_hub
8794ddf verified
{
"architectures": [
"GPTModel"
],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"dropout": 0.1,
"qkv_bias": true
}