Skip to content

Commit

Permalink
add judgerbench and reorg subeval
Browse files Browse the repository at this point in the history
  • Loading branch information
bittersweet1999 committed Oct 15, 2024
1 parent 96db473 commit e3d014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencompass/datasets/subjective/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
CompassBenchControlLengthBiasDataset # noqa: F401, F403
from .corev2 import Corev2Dataset # noqa: F401, F403
from .creationbench import CreationBenchDataset # noqa: F401, F403
from .fofo import FofoDataset, fofo_postprocess # noqa: F401, F403
from .flames import FlamesDataset # noqa: F401, F403
from .fofo import FofoDataset, fofo_postprocess # noqa: F401, F403
from .followbench import FollowBenchDataset # noqa: F401, F403
from .information_retrival import IRDataset # noqa: F401, F403
from .judgerbench import JudgerBenchDataset # noqa: F401, F403
Expand Down

0 comments on commit e3d014e

Please sign in to comment.