OpenCompass/opencompass/metrics/__init__.py
Yixiao Fang 0fa2482661
[Feature] Support SEED-Bench (#203)
* support seedbench

* update docstrings

* update

* update

* update

* update according to review

* rebase

* fix lint

* update
2023-08-17 17:24:02 +08:00

5 lines
117 B
Python

from .dump_results import DumpResults
from .seedbench import SEEDBenchAcc
__all__ = ['DumpResults', 'SEEDBenchAcc']