Try1 / config.json
PulkundwarP's picture
Initial commit of my trained model
abf53d6 verified
raw
history blame contribute delete
243 Bytes
{
"architectures": [
"GPT"
],
"block_size": 768,
"dropout": 0.1,
"model_type": "custom_gpt",
"n_embd": 768,
"n_head": 8,
"n_layer": 8,
"torch_dtype": "float32",
"transformers_version": "4.48.2",
"vocab_size": 50304
}