Arjun24420 commited on
Commit
988ab36
1 Parent(s): 9bf8981

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ## Model Details
2
- This model is a Binary classification model fine-tuned on the FakeOrRealNews Dataset using the BERT (bert-base-uncased) architecture. The primary task is to classify news articles into different categories, making it suitable for fake news detection. BERT (Bidirectional Encoder Representations from Transformers) is a transformer-based model known for its effectiveness in natural language processing tasks.
3
 
4
  It takes the title of the news article and classifies it into Reliable or Unreliable news.
5
 
 
1
  ## Model Details
2
+ This model is a Binary classification model fine-tuned on the Fake and Real News Dataset using the BERT (bert-base-uncased) architecture. The primary task is to classify news articles into different categories, making it suitable for fake news detection. BERT (Bidirectional Encoder Representations from Transformers) is a transformer-based model known for its effectiveness in natural language processing tasks.
3
 
4
  It takes the title of the news article and classifies it into Reliable or Unreliable news.
5