Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
faizack
/
bayes_mini
like
1
PyTorch
gpt2
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
bayes_mini
/
config.json
faizack
Upload folder using huggingface_hub
8794ddf
verified
8 months ago
raw
Copy download link
history
blame
237 Bytes
{
"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
}