tiny-stories-basic / config.json
dishantghai's picture
Proper custom PyTorch upload: weights + config.json (for notebook loading only).
ae3a955 verified
{
"model_type": "custom-gpt",
"vocab_size": 50257,
"n_layer": 6,
"n_head": 6,
"n_embd": 384,
"block_size": 128,
"dropout": 0.1,
"bias": true,
"architectural_notes": "Notebook custom GPT implementation. Not compatible with transformers AutoModel!"
}