feat: ZeroShotAdapter, GLiClassAdapter, RerankerAdapter with full mock test coverage

This commit is contained in:
pyr0ball 2026-02-27 00:10:43 -08:00
parent e99b3703f1
commit baa862bc14

View file

@ -9,6 +9,16 @@ import abc
from collections import defaultdict
from typing import Any
__all__ = [
"LABELS",
"LABEL_DESCRIPTIONS",
"compute_metrics",
"ClassifierAdapter",
"ZeroShotAdapter",
"GLiClassAdapter",
"RerankerAdapter",
]
LABELS: list[str] = [
"interview_scheduled",
"offer_received",