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

* add TheoremQA with 5-shot * cherry pick from add-huggingface-above-v4.33, good TheoremQA results
5 lines
215 B
Python
5 lines
215 B
Python
from .legacy import (TheoremQA_postprocess, TheoremQA_postprocess_v2,
|
|
TheoremQADataset)
|
|
from .main import (TheoremQA_postprocess_v3, TheoremQADatasetV3,
|
|
TheoremQAEvaluatorV3)
|