This commit is contained in:
zhulinJulia24 2025-04-08 20:53:19 +08:00
parent ae8354cb8a
commit b3efc3f2df
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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