{ | |
"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" | |
} | |