NourhanAbosaeed commited on
Commit
a5ddf5c
1 Parent(s): 9a504c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -26,10 +26,9 @@ After data preprocessing and model training, It achieves the following results o
26
  - Epoch: 2
27
 
28
 
29
- Considering the imbalanced nature of the data, metrics such as recall, precision, and F1 score were employed for evaluation.
30
- These metrics provide a more comprehensive understanding of the model's performance across different sentiment classes:-
31
 
32
- These results from model evaluation on the test set:
33
 
34
  precision recall f1-score support
35
 
@@ -38,7 +37,9 @@ These results from model evaluation on the test set:
38
  2 0.91 0.79 0.85 8712
39
 
40
  accuracy 0.75 11662
 
41
  macro avg 0.67 0.71 0.68 11662
 
42
  weighted avg 0.81 0.75 0.77 11662
43
 
44
 
 
26
  - Epoch: 2
27
 
28
 
29
+ Considering the imbalanced nature of the data, metrics such as recall, precision, and F1 score were employed for evaluation:-
 
30
 
31
+ The model achieves these results on the test set:
32
 
33
  precision recall f1-score support
34
 
 
37
  2 0.91 0.79 0.85 8712
38
 
39
  accuracy 0.75 11662
40
+
41
  macro avg 0.67 0.71 0.68 11662
42
+
43
  weighted avg 0.81 0.75 0.77 11662
44
 
45