File size: 194 Bytes
885592b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"vocab_size": 50257,
"block_size": 128,
"n_layer": 6,
"n_head": 6,
"n_embd": 384,
"dropout": 0.1,
"bias": true,
"_name_or_path": "custom-gpt",
"model_type": "custom-gpt"
}
|