mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* add mt-bench-101 * add readme and requirements * add mt-bench-101 data * Update readme_mtbench101.md * update readme * update leaderboard * fix typo * Update readme_mtbench101.md * fit newest opencompass * update readme.md * mtbench101 to opencompass * mtbench101 to opencompass * for code review * for code review * for code review * hook * hook --------- Co-authored-by: liujie <ljie@buaa.edu.cn>
12 lines
695 B
Python
12 lines
695 B
Python
from .alignbench import AlignmentBenchDataset # noqa: F401, F403
|
|
from .arena_hard import ArenaHardDataset # noqa: F401, F403
|
|
from .compass_arena import CompassArenaDataset # noqa: F401, F403
|
|
from .compassbench import CompassBenchDataset # noqa: F401, F403
|
|
from .corev2 import Corev2Dataset # noqa: F401, F403
|
|
from .creationbench import CreationBenchDataset # noqa: F401, F403
|
|
from .information_retrival import IRDataset # noqa: F401, F403
|
|
from .mtbench import MTBenchDataset # noqa: F401, F403
|
|
from .mtbench101 import MTBench101Dataset # noqa: F401, F403
|
|
from .multiround import MultiroundDataset # noqa: F401, F403
|
|
from .subjective_cmp import SubjectiveCmpDataset # noqa: F401, F403
|