Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,9 @@ The model achieved the following performance metrics on the evaluation dataset:
|
|
19 |
| 0 | 0.88 | 0.84 | 0.86 | 799 |
|
20 |
| 1 | 0.92 | 0.94 | 0.93 | 1467 |
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
# Weighted Avg: Precision = 0.90, Recall = 0.91, F1-Score = 0.90
|
26 |
|
27 |
# Training Details
|
28 |
| Model Architecture | BERT (Bidirectional Encoder Representations from Transformers) |
|
|
|
19 |
| 0 | 0.88 | 0.84 | 0.86 | 799 |
|
20 |
| 1 | 0.92 | 0.94 | 0.93 | 1467 |
|
21 |
|
22 |
+
Accuracy: 0.91
|
23 |
+
| Macro Avg | Precision = 0.90 Recall = 0.89 F1-Score = 0.90 |
|
24 |
+
| Weighted Avg | Precision = 0.90 Recall = 0.91 F1-Score = 0.90 |
|
|
|
25 |
|
26 |
# Training Details
|
27 |
| Model Architecture | BERT (Bidirectional Encoder Representations from Transformers) |
|