Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ metrics:
|
|
8 |
---
|
9 |
|
10 |
## Model description
|
11 |
-
This biLSTMhard model is a Bidirectional
|
12 |
It achieves the following results on the evaluation test set:
|
13 |
- Accuracy: 80%
|
14 |
|
@@ -29,10 +29,10 @@ It achieves the following results on the evaluation test set:
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
We trained this model on a 90%
|
33 |
|
34 |
## Training procedure
|
35 |
-
We have trained this model using the
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
8 |
---
|
9 |
|
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 |
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
We trained this model on a 90% training set and evaluated it on a 10% testing set.
|
33 |
|
34 |
## Training procedure
|
35 |
+
We have trained this model using the PaperSpace GPU-Cloud service. We used a machine with 8 CPUs, 45GB RAM, and A6000 GPU with 48GB RAM.
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|