File size: 159 Bytes
104ff3a | 1 2 3 4 5 6 7 8 9 10 | {
"vocab_size": 50257,
"embedding_dim": 256,
"output_dim": 128,
"nhead": 4,
"num_layers": 2,
"ffn_dim": 512,
"dropout": 0.1,
"max_length": 32
} |
104ff3a | 1 2 3 4 5 6 7 8 9 10 | {
"vocab_size": 50257,
"embedding_dim": 256,
"output_dim": 128,
"nhead": 4,
"num_layers": 2,
"ffn_dim": 512,
"dropout": 0.1,
"max_length": 32
} |