Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Fake News Detection with Fine-Tuned DistilBERT

This project demonstrates binary text classification using a fine-tuned DistilBERT model to detect whether a news article is unreliable or reliable. Kaggle dataset link: https://www.kaggle.com/datasets/anupampaul005/fake-news-dataset

Model Output Examples

Class Labels

{0: 'Reliable', 1: 'Unreliable'}

Screenshots

Below are some sample screenshots showing the model in action:

Example 1


This model was fine-tuned using HuggingFace's transformers library and the DistilBERT base uncased model.