sukhmani1303 commited on
Commit
a7d0fd0
·
verified ·
1 Parent(s): b302282

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +10 -0
model_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_size": 20,
3
+ "hidden_size": 128,
4
+ "num_layers": 2,
5
+ "forecast_horizon": 13,
6
+ "dropout": 0.2,
7
+ "model_class": "ImprovedCashFlowLSTM",
8
+ "has_attention": false,
9
+ "has_input_projection": false
10
+ }