Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ metrics:
|
|
10 |
## Model description
|
11 |
This biLSTMhard model is a Bidirectional Long-Short-Term Memory (BiLSTM) architecture trained from scratch on the Hotel Arabic Reviews Dataset (HARD) dataset with one bidirectional LSTM layer with 150 hidden states.
|
12 |
It achieves the following results on the evaluation test set:
|
13 |
-
- Accuracy:
|
14 |
|
15 |
|
16 |
## BibTeX Citation:
|
@@ -41,6 +41,8 @@ The following hyperparameters were used during training:
|
|
41 |
| :-- | :-- |
|
42 |
train_batch_size:| 128
|
43 |
num_epochs: |15
|
|
|
|
|
44 |
|
45 |
|
46 |
## Model Plot
|
|
|
10 |
## Model description
|
11 |
This biLSTMhard model is a Bidirectional Long-Short-Term Memory (BiLSTM) architecture trained from scratch on the Hotel Arabic Reviews Dataset (HARD) dataset with one bidirectional LSTM layer with 150 hidden states.
|
12 |
It achieves the following results on the evaluation test set:
|
13 |
+
- Accuracy: 0.8013
|
14 |
|
15 |
|
16 |
## BibTeX Citation:
|
|
|
41 |
| :-- | :-- |
|
42 |
train_batch_size:| 128
|
43 |
num_epochs: |15
|
44 |
+
dropout: |0.3
|
45 |
+
dropout: |0.3
|
46 |
|
47 |
|
48 |
## Model Plot
|