finn-GPT / config.json
planto73's picture
Upload GPT
6ea104f verified
raw
history blame contribute delete
222 Bytes
{
"architectures": [
"GPT"
],
"block_size": 1024,
"model_type": "gpt2",
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"vocab_size": 50304
}