NorahAlshahrani
commited on
Commit
•
b34ec19
1
Parent(s):
9a73772
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ metrics:
|
|
10 |
---
|
11 |
|
12 |
## Model description
|
13 |
-
This 2dCNNhard model is a two-dimensional
|
14 |
It achieves the following results on the evaluation test set:
|
15 |
- Accuracy:75%
|
16 |
|
@@ -33,10 +33,10 @@ It achieves the following results on the evaluation test set:
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
We trained this model on a 90%
|
37 |
|
38 |
## Training procedure
|
39 |
-
We have trained this model using the
|
40 |
|
41 |
### Training hyperparameters
|
42 |
|
|
|
10 |
---
|
11 |
|
12 |
## Model description
|
13 |
+
This 2dCNNhard model is a two-dimensional Convolutional Neural Network (2D-CNN) architecture trained from scratch on Hotel Arabic Reviews Dataset (HARD) dataset with three window sizes of 3, 4, and 5, and 100 filters for each window size.
|
14 |
It achieves the following results on the evaluation test set:
|
15 |
- Accuracy:75%
|
16 |
|
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
We trained this model on a 90% training set and evaluated it on a 10% testing set.
|
37 |
|
38 |
## Training procedure
|
39 |
+
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.
|
40 |
|
41 |
### Training hyperparameters
|
42 |
|