shainaraza commited on
Commit
02dc2f8
·
1 Parent(s): f723408

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -18,8 +18,6 @@ The model was trained on a dataset containing news articles from various sources
18
  - **Slightly Biased**: 4000 articles
19
  - **Neutral**: 4000 articles
20
 
21
- (Replace `XXXX` with actual counts, if available.)
22
-
23
  ## Training Procedure
24
 
25
  The model was trained using the Adam optimizer for 10 epochs.
@@ -28,9 +26,9 @@ The model was trained using the Adam optimizer for 10 epochs.
28
 
29
  On our validation set, the model achieved:
30
  - **Accuracy**: 95%
31
- - **F1 Score (Highly Biased)**: 78%
32
- - **F1 Score (Slightly Biased)**: 75%
33
- - **F1 Score (Neutral)**: 72%
34
 
35
  (Replace placeholders with actual performance metrics.)
36
 
 
18
  - **Slightly Biased**: 4000 articles
19
  - **Neutral**: 4000 articles
20
 
 
 
21
  ## Training Procedure
22
 
23
  The model was trained using the Adam optimizer for 10 epochs.
 
26
 
27
  On our validation set, the model achieved:
28
  - **Accuracy**: 95%
29
+ - **F1 Score (Highly Biased)**: 89%
30
+ - **F1 Score (Slightly Biased)**: 85%
31
+ - **F1 Score (Neutral)**: 82%
32
 
33
  (Replace placeholders with actual performance metrics.)
34