CoolFace
Modelpublic

Vi0509/kaeva-factcheck-deberta

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes14downloads
Model Card

Kaeva Fact-Check DeBERTa

Fine-tuned DeBERTa-v3-base for binary fake news detection.

  • —Base: microsoft/deberta-v3-base
  • —Val accuracy: 0.9387
  • —Training data: 478K claims
  • —Labels: 0=REAL, 1=FAKE

Usage

python
from transformers import pipeline
clf = pipeline("text-classification", model="Vi0509/kaeva-factcheck-deberta")
result = clf("The Earth is flat.")

Part of Kaeva Fact-Check.