sayyedAhmed commited on
Commit
ca8e556
·
2 Parent(s): bbda2dc 1cadbfc

Merge branch 'main' of https://huggingface.co/sayyedAhmed/Crisis_Severity_Predictor_LSTM

Browse files
Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -1,22 +1,23 @@
1
- ---
2
- license: mit
3
- ---
4
- Model Details
5
- The model is configured with the following architecture parameters:
6
-
7
- Input Dim: Number of input features
8
- Hidden Dim: 50 (Number of hidden units in each LSTM layer)
9
- Output Dim: 1 (The predicted severity score)
10
- Forecast Horizon: Number of future steps the model predicts (e.g., 1 step ahead)
11
- Layers: 2 LSTM layers
12
- Dropout Rate: 0.3 (For regularization)
13
- Example Data
14
- The model expects input data in the following format:
15
-
16
- Feature Description
17
- Total Population Total population of the affected area
18
- Landmass Affected Area affected by the crisis (in square km)
19
- People Exposed Number of people exposed to the crisis
20
- (Other features) Additional relevant crisis features
21
- License
 
22
  This model is available under the MIT License (or your preferred license).
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ ---
5
+ Model Details
6
+ The model is configured with the following architecture parameters:
7
+
8
+ Input Dim: Number of input features
9
+ Hidden Dim: 50 (Number of hidden units in each LSTM layer)
10
+ Output Dim: 1 (The predicted severity score)
11
+ Forecast Horizon: Number of future steps the model predicts (e.g., 1 step ahead)
12
+ Layers: 2 LSTM layers
13
+ Dropout Rate: 0.3 (For regularization)
14
+ Example Data
15
+ The model expects input data in the following format:
16
+
17
+ Feature Description
18
+ Total Population Total population of the affected area
19
+ Landmass Affected Area affected by the crisis (in square km)
20
+ People Exposed Number of people exposed to the crisis
21
+ (Other features) Additional relevant crisis features
22
+ License
23
  This model is available under the MIT License (or your preferred license).