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

* add mtbench * add mtbench * Update configs/datasets/subjective/multiround/mtbench_judgeby_gpt4.py Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> * Update configs/datasets/subjective/multiround/mtbench_judgeby_gpt4.py Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> * Update opencompass/datasets/subjective/__init__.py Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> * Update opencompass/datasets/subjective/mtbench.py Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> * fix mtbench --------- Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com>
9 lines
349 B
Python
9 lines
349 B
Python
# flake8: noqa: F401, E501
|
|
from .alignmentbench import AlignmentBenchSummarizer
|
|
from .compass_arena import CompassArenaSummarizer
|
|
from .corev2 import Corev2Summarizer
|
|
from .creationbench import CreationBenchSummarizer
|
|
from .information_retrival import IRSummarizer
|
|
from .mtbench import MTBenchSummarizer
|
|
from .multiround import MultiroundSummarizer
|