mike / config.json
Trickshotblaster's picture
Upload folder using huggingface_hub
4ccfb99 verified
raw
history blame contribute delete
248 Bytes
{
"architectures": [
"GPT"
],
"block_size": 512,
"d_model": 768,
"dropout": 0.0,
"model_type": "custom_gpt",
"n_heads": 12,
"n_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.42.3",
"vocab_size": 50257
}