We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03d5ab0 + 7bd8ad0 commit eb2025fCopy full SHA for eb2025f
1 file changed
FlagEmbedding/evaluation/air_bench/__init__.py
@@ -1,4 +1,6 @@
1
-from .arguments import AIRBenchEvalModelArgs, AIRBenchEvalArgs
+from air_benchmark import EvalArgs as AIRBenchEvalArgs
2
+
3
+from .arguments import AIRBenchEvalModelArgs
4
from .runner import AIRBenchEvalRunner
5
6
__all__ = [
0 commit comments