File size: 168 Bytes
18f3d70 | 1 2 3 4 5 6 7 8 9 10 | {
"vocab_size": 100,
"embed_dim": 128,
"num_heads": 8,
"num_layers": 4,
"hidden_dim": 256,
"max_length": 512,
"num_labels": 2,
"dropout": 0.1
} |
18f3d70 | 1 2 3 4 5 6 7 8 9 10 | {
"vocab_size": 100,
"embed_dim": 128,
"num_heads": 8,
"num_layers": 4,
"hidden_dim": 256,
"max_length": 512,
"num_labels": 2,
"dropout": 0.1
} |