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

* add self-consistency * add CoT method Self-Consistency * fix typo error and update openicl_eval * add tydiQA-GoldP task * fix sc * rename gsm8k_sc * fix sc * add self-consistency doc * refine sc --------- Authored-by: liushz <qq1791167085@163.com>
6 lines
270 B
Python
6 lines
270 B
Python
from .icl_base_inferencer import BaseInferencer # noqa
|
|
from .icl_clp_inferencer import CLPInferencer # noqa
|
|
from .icl_gen_inferencer import GenInferencer # noqa
|
|
from .icl_ppl_inferencer import PPLInferencer # noqa
|
|
from .icl_sc_inferencer import SCInferencer # noqa
|