stinfo-gpt2 / config.json
wang-sy's picture
Update config.json
a50b1c5
raw
history blame contribute delete
232 Bytes
{
"architectures": [
"GPT"
],
"bias": true,
"block_size": 1024,
"dropout": 0.0,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"torch_dtype": "float32",
"transformers_version": "4.26.1",
"vocab_size": 50257
}