File size: 444 Bytes
4bef7aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"model_type": "lstm",
"vocab_size": 10000,
"embedding_dim": 128,
"hidden_size": 64,
"num_layers": 2,
"dropout_rate": 0.2,
"max_sequence_length": 150,
"batch_size": 8,
"epochs": 50,
"loss_function": "sparse_categorical_crossentropy",
"optimizer": "adam",
"metrics": [
"accuracy"
],
"train_data_size": 5000,
"categories": [
"Lifestyle",
"Movies & Entertainment",
"Food & Dining",
"Others"
]
} |