chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from FlagEmbedding.abc.evaluation import (
|
||||
AbsEvalModelArgs as MTEBEvalModelArgs,
|
||||
)
|
||||
|
||||
from .arguments import MTEBEvalArgs
|
||||
from .runner import MTEBEvalRunner
|
||||
|
||||
__all__ = [
|
||||
"MTEBEvalArgs",
|
||||
"MTEBEvalModelArgs",
|
||||
"MTEBEvalRunner",
|
||||
]
|
||||
Reference in New Issue
Block a user