store-sales-ts-forecasting / model_config.json
sukhmani1303's picture
Upload model_config.json with huggingface_hub
552579c verified
raw
history blame contribute delete
207 Bytes
{
"input_size": 20,
"hidden_size": 128,
"num_layers": 2,
"forecast_horizon": 13,
"dropout": 0.2,
"model_class": "ImprovedCashFlowLSTM",
"has_attention": false,
"has_input_projection": false
}