From 47fd267d4dd966ea1df88571cca8497c8bb92355 Mon Sep 17 00:00:00 2001 From: huihui Date: Fri, 9 May 2025 04:39:28 +0000 Subject: [PATCH] fix lint --- .../datasets/MedCalc_Bench/MedCalcBench_official_gen_a5155f.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencompass/configs/datasets/MedCalc_Bench/MedCalcBench_official_gen_a5155f.py b/opencompass/configs/datasets/MedCalc_Bench/MedCalcBench_official_gen_a5155f.py index 5f29c271..74fdff5e 100644 --- a/opencompass/configs/datasets/MedCalc_Bench/MedCalcBench_official_gen_a5155f.py +++ b/opencompass/configs/datasets/MedCalc_Bench/MedCalcBench_official_gen_a5155f.py @@ -3,7 +3,6 @@ from opencompass.openicl.icl_inferencer import GenInferencer from opencompass.openicl.icl_prompt_template import PromptTemplate from opencompass.openicl.icl_retriever import ZeroRetriever - ZERO_SHOT_PROMPT = 'You are a helpful assistant for calculating a score for a given patient note. Please think step-by-step to solve the question and then generate the required score. Your output should only contain a JSON dict formatted as {"step_by_step_thinking": str(your_step_by_step_thinking_procress_to_solve_the_question), "answer": str(short_and_direct_answer_of_the_question)}. \n Here is the patient note:\n{patient_note}\n\nHere is the task:\n{question}\n\nPlease directly output the JSON dict formatted as {"step_by_step_thinking": str(your_step_by_step_thinking_procress_to_solve_the_question), "answer": str(short_and_direct_answer_of_the_question)}:' # Reader configuration reader_cfg = dict(