DeepSeek-Math/evaluation/few_shot_prompts/__init__.py
ZhihongShao 21cc5c6701 init
2024-02-06 10:27:40 +08:00

11 lines
549 B
Python

from .cot_minerva_math_4_shot import MinervaMathPrompt
from .cot_gsm_8_shot import CoTGSMPrompt
from .cot_math_sat_4_shot import CoTSATPrompt
from .cot_mmlu_stem_4_shot import MMLUSTEMPrompt
from .cot_ocwcourses_4_shot import OCWCoursesPrompt
from .pal_gsm_8_shot import PALGSMPrompt
from .pal_math_4_shot import PALMathPrompt
from .minif2f_isabelle import MiniF2FIsabellePrompt
from .cot_cmath_6_shot import CoTCMATHPrompt
from .cot_gaokao_mathcloze_5_shot import CoTGaoKaoMathClozePrompt
from .cot_gaokao_mathqa_5_shot import CoTGaoKaoMathQAPrompt