File size: 222 Bytes
2a5a98b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "d_model": 512,
    "batch_size": 30,
    "ffn_hidden": 2048,
    "num_heads": 8,
    "drop_prob": 0.1,
    "num_layers": 1,
    "max_sequence_length": 500,
    "vocab_size_hindi": 119,
    "vocab_size_english": 71
}