NorahAlshahrani commited on
Commit
6b098fb
·
verified ·
1 Parent(s): 2c51cc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,20 +1,22 @@
1
  ---
2
  library_name: keras
 
 
 
3
  ---
4
 
5
  ## Model description
6
 
7
- More information needed
8
-
9
- ## Intended uses & limitations
10
-
11
- More information needed
12
 
13
  ## Training and evaluation data
14
 
15
- More information needed
16
 
17
  ## Training procedure
 
18
 
19
  ### Training hyperparameters
20
 
@@ -23,13 +25,9 @@ The following hyperparameters were used during training:
23
  | Hyperparameters | Value |
24
  | :-- | :-- |
25
  | name | Adam |
26
- | learning_rate | 0.0010000000474974513 |
27
- | decay | 0.0 |
28
- | beta_1 | 0.8999999761581421 |
29
- | beta_2 | 0.9990000128746033 |
30
- | epsilon | 1e-07 |
31
- | amsgrad | False |
32
- | training_precision | float32 |
33
 
34
 
35
  ## Model Plot
 
1
  ---
2
  library_name: keras
3
+ license: mit
4
+ language:
5
+ - ar
6
  ---
7
 
8
  ## Model description
9
 
10
+ This 2dCNNmsda model is a two-dimensional convolutional neural network (2D-CNN) architecture trained from scratch on Sentiment Analysis for Social Media Posts in Arabic Dialect (MSDA) dataset with three window sizes of 3, 4, and 5, and 100 filters for each window size.
11
+ It achieves the following results on the evaluation test set:
12
+ Accuracy: 77%
 
 
13
 
14
  ## Training and evaluation data
15
 
16
+ We trained this model on a 90% train set and evaluated it on a 10% test set.
17
 
18
  ## Training procedure
19
+ 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.
20
 
21
  ### Training hyperparameters
22
 
 
25
  | Hyperparameters | Value |
26
  | :-- | :-- |
27
  | name | Adam |
28
+ train_batch_size: 128
29
+ num_epochs: 15
30
+
 
 
 
 
31
 
32
 
33
  ## Model Plot