ViT_TDecoderOCR / config.json
fklska's picture
Push model using huggingface_hub.
b24fd2d verified
Raw
History Blame Contribute Delete
137 Bytes
{
"d_model": 512,
"dropout": 0.2,
"enc_hid": 1024,
"max_len": 100,
"nhead": 8,
"num_decoder_layers": 5,
"vocab_size": 113
}