NorahAlshahrani commited on
Commit
123b6f5
·
verified ·
1 Parent(s): 1a7b93f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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: 80%
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