mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
use official llmjudge postprocess
This commit is contained in:
parent
b3aa62ba5c
commit
6ff36c1b1f
@ -343,7 +343,7 @@
|
||||
paper: https://arxiv.org/pdf/2004.05986
|
||||
configpath: opencompass/configs/datasets/CLUE_C3/CLUE_C3_gen.py
|
||||
configpath_llmjudge: ''
|
||||
- mydataset:
|
||||
- CARDBiomedBench:
|
||||
name: CARDBiomedBench
|
||||
category: Knowledge / Medicine
|
||||
paper: https://www.biorxiv.org/content/10.1101/2025.01.15.633272v1
|
||||
|
@ -1,4 +1,5 @@
|
||||
from opencompass.datasets import CARDBiomedBenchDataset, CARDBiomedBench_llmjudge_postprocess
|
||||
from opencompass.datasets import generic_llmjudge_postprocess
|
||||
from opencompass.openicl.icl_inferencer import GenInferencer
|
||||
from opencompass.openicl.icl_prompt_template import PromptTemplate
|
||||
from opencompass.openicl.icl_retriever import ZeroRetriever
|
||||
|
Loading…
Reference in New Issue
Block a user