File size: 126 Bytes
4b8ee66 | 1 2 3 4 5 6 7 8 | {
"input_dim": 1024,
"hidden_dim": 512,
"num_layers": 4,
"num_heads": 8,
"dropout": 0.3,
"max_seq_len": 6
} |
4b8ee66 | 1 2 3 4 5 6 7 8 | {
"input_dim": 1024,
"hidden_dim": 512,
"num_layers": 4,
"num_heads": 8,
"dropout": 0.3,
"max_seq_len": 6
} |