File size: 882 Bytes
293f244
 
f931420
c09bc19
22a0725
 
4109f90
 
 
293f244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6391527
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: mit
pipeline_tag: time-series-forecasting
library_name: transformers
language:
- en
tags:
- Pytorch
- LSTM
---
Model Details
The model is configured with the following architecture parameters:

Input Dim: Number of input features
Hidden Dim: 50 (Number of hidden units in each LSTM layer)
Output Dim: 1 (The predicted severity score)
Forecast Horizon: Number of future steps the model predicts (e.g., 1 step ahead)
Layers: 2 LSTM layers
Dropout Rate: 0.3 (For regularization)
Example Data
The model expects input data in the following format:

Feature	Description
Total Population	Total population of the affected area
Landmass Affected	Area affected by the crisis (in square km)
People Exposed	Number of people exposed to the crisis
(Other features)	Additional relevant crisis features
License
This model is available under the MIT License (or your preferred license).