demo-model / config.json
ariG23498's picture
ariG23498 HF staff
Push model using huggingface_hub.
54ed89b verified
raw
history blame contribute delete
152 Bytes
{
"dropout_rate": 0.1,
"expansion_dim": 2048,
"max_seq_len": 512,
"model_dim": 512,
"num_blocks": 6,
"num_heads": 8,
"vocab_size": 37000
}