gpt-tiny / config.json
matthewkenney's picture
Push model using huggingface_hub.
5878579 verified
raw
history blame contribute delete
149 Bytes
{
"bias": 1,
"block_size": 256,
"dropout": 0.2,
"model_type": "gpt2",
"n_embd": 384,
"n_head": 6,
"n_layer": 6,
"vocab_size": 50304
}