File size: 248 Bytes
af8602a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"vocab_size": 32000,
"d_model": 512,
"max_len": 64,
"n_layers": 12,
"n_heads": 8,
"padding_idx": 0,
"dropout": 0.1,
"ffn_mult": 4,
"model_type": "turkish-sentence-encoder",
"architectures": [
"TurkishSentenceEncoder"
]
} |