facebook/anli
Viewer • Updated • 169k • 18.3k • 50
Fine-tuned for hallucination detection as part of Director-AI.
Smaller variant (184M params) of the large model. Lower accuracy but faster inference — suitable for CPU deployments.
from director_ai.core import NLIScorer
scorer = NLIScorer(model_name="anulum/deberta-v3-base-hallucination")
score = scorer.score("The capital of France is Paris.", "Paris is in Germany.")
AGPL-3.0 | Commercial licensing: anulum.li