image_captioner / config.json
Seungjun's picture
Push model using huggingface_hub.
7f5b8c9 verified
raw history blame
No virus
118 Bytes
{
"d_model": 512,
"dropout": 0.4,
"max_length": 32,
"num_heads": 8,
"num_layers": 4,
"vocab_size": 30522
}