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
from transformers import pipeline
clf = pipeline("text-classification", model="Vi0509/kaeva-factcheck-deberta")
result = clf("The Earth is flat.")
Part of Kaeva Fact-Check.
- Downloads last month
- 10