PyTorch
BiLSTM
File size: 124 Bytes
f637d36
 
 
 
 
 
 
1
2
3
4
5
6
7
{
    "model_type": "BiLSTM",
    "embedding_dim": 128,
    "hidden_dim": 128,
    "max_length": 200,
    "num_classes": 3
}