File size: 269 Bytes
740a065 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"NanoGPTModel"
],
"bias": false,
"block_size": 1024,
"dropout": 0.0,
"model_type": "nanogpt",
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"torch_dtype": "float32",
"transformers_version": "4.53.1",
"vocab_size": 50257
}
|