File size: 627 Bytes
b1f4374
 
 
 
 
 
 
 
 
 
 
 
381888c
b1f4374
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

  {
    "input_dim": 5,                        
    "hidden_dim": 32,                      
    "output_dim": 1,                       
    "forecast_horizon": 3,                 
    "n_layers": 2,                         
    "dropout": 0.2,                        
    "seq_length": 10,                      
    "batch_size": 16,                      
    "device": "cpu",                       
    "model_path": "lstm_crisis_severity_predictor_20241116_092126.pt",  
    "repo_id": "sayyedAhmed/Crisis_Severity_Predictor_LSTM",  
    "data_path": "test_data.npy",          
    "output_path": "predictions.npy"       
}