CoolFace
Modelpublic

ramgunturu/news-detection-bert

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes8downloads
Model Card

News Detection BERT Model

This model classifies news articles as reliable or unreliable.

Usage

python
from transformers import pipeline
classifier = pipeline("text-classification", model="ramgunturu/news-detection-bert")
result = classifier("Your news article text here")