ky-diacritics-restorer / config.json
murat's picture
Upload config.json with huggingface_hub
4059b13 verified
raw
history blame contribute delete
145 Bytes
{
"vocab_size": 175,
"d_model": 256,
"nhead": 8,
"num_encoder_layers": 6,
"dim_feedforward": 1024,
"dropout": 0.1,
"max_len": 512
}