{ | |
"model_type": "DeepSentimentBiLSTM", | |
"embedding_dim": 768, | |
"hidden_dim": 256, | |
"output_dim": 1, | |
"n_layers": 3, | |
"dropout": 0.3, | |
"vocab_size": 250002 | |
} |
{ | |
"model_type": "DeepSentimentBiLSTM", | |
"embedding_dim": 768, | |
"hidden_dim": 256, | |
"output_dim": 1, | |
"n_layers": 3, | |
"dropout": 0.3, | |
"vocab_size": 250002 | |
} |