feat: ZeroShotAdapter, GLiClassAdapter, RerankerAdapter with full mock test coverage
This commit is contained in:
parent
e99b3703f1
commit
baa862bc14
1 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue