mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
update
This commit is contained in:
parent
ae8354cb8a
commit
b3efc3f2df
2
.github/workflows/daily-run-test.yml
vendored
2
.github/workflows/daily-run-test.yml
vendored
@ -44,7 +44,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
default: "['base_objective','chat_objective','chat_subjective','base_long_context','chat_long_context']"
|
default: "['base_objective','chat_objective','chat_subjective','base_long_context','chat_long_context']"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 14 * * 0,2'
|
- cron: '15 14 * * 0,3'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HF_DATASETS_OFFLINE: 1
|
HF_DATASETS_OFFLINE: 1
|
||||||
|
@ -3,6 +3,8 @@ import re
|
|||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
from opencompass.registry import DICT_POSTPROCESSORS
|
||||||
|
|
||||||
from .utils import get_judgeanswer_and_reference
|
from .utils import get_judgeanswer_and_reference
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user