transactify / config.json
Venkat.R
tech: update config to enable inference
7d08383
raw
history blame
489 Bytes
{
"model_type": "lstm",
"base_model": "LSTM",
"library_name": "tensorflow",
"vocab_size": 500,
"embedding_dim": 64,
"hidden_size": 64,
"num_layers": 2,
"dropout_rate": 0.2,
"max_sequence_length": 10,
"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"
]
}