small-gpt / config.json
NeuraCraft's picture
Upload SmallGPT
a5f101a
raw
history blame contribute delete
220 Bytes
{
"architectures": [
"SmallGPT"
],
"model_type": "small-gpt",
"n_embd": 128,
"n_head": 4,
"n_layer": 4,
"torch_dtype": "float32",
"transformers_version": "4.48.1",
"vocab_size": 50257
}