Karim-Gamal commited on
Commit
91d0683
1 Parent(s): 4a78464

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -49,6 +49,8 @@ predictions = torch.softmax(outputs.logits, dim=1).detach().numpy()
49
 
50
  # Performance
51
 
 
 
52
  > The model was evaluated on a test set of news articles, and achieved an AUC score of `95%`. This indicates that the model is able to effectively distinguish between fake and real news articles.
53
 
54
 
 
49
 
50
  # Performance
51
 
52
+ > I have conducted eight experiments using eight different models in various settings to determine the optimal performance, and the outcomes are as follows.
53
+
54
  > The model was evaluated on a test set of news articles, and achieved an AUC score of `95%`. This indicates that the model is able to effectively distinguish between fake and real news articles.
55
 
56