From b3efc3f2df1ba7f989eff4d362ac906dfcb571bc Mon Sep 17 00:00:00 2001 From: zhulinJulia24 Date: Tue, 8 Apr 2025 20:53:19 +0800 Subject: [PATCH] update --- .github/workflows/daily-run-test.yml | 2 +- opencompass/datasets/subjective/commonbench.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-run-test.yml b/.github/workflows/daily-run-test.yml index 6a1c2ebc..e6000c09 100644 --- a/.github/workflows/daily-run-test.yml +++ b/.github/workflows/daily-run-test.yml @@ -44,7 +44,7 @@ on: type: string default: "['base_objective','chat_objective','chat_subjective','base_long_context','chat_long_context']" schedule: - - cron: '15 14 * * 0,2' + - cron: '15 14 * * 0,3' env: HF_DATASETS_OFFLINE: 1 diff --git a/opencompass/datasets/subjective/commonbench.py b/opencompass/datasets/subjective/commonbench.py index 0b710ccd..e8af2361 100644 --- a/opencompass/datasets/subjective/commonbench.py +++ b/opencompass/datasets/subjective/commonbench.py @@ -3,6 +3,8 @@ import re from collections import defaultdict from typing import Optional +from opencompass.registry import DICT_POSTPROCESSORS + from .utils import get_judgeanswer_and_reference