diff --git a/scripts/classifier_adapters.py b/scripts/classifier_adapters.py index cf59a15..778e1d4 100644 --- a/scripts/classifier_adapters.py +++ b/scripts/classifier_adapters.py @@ -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",