mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Fix pre-commit
This commit is contained in:
parent
d1da4a577c
commit
40c6c68162
@ -8,10 +8,9 @@ from datasets import Dataset
|
|||||||
from huggingface_hub import hf_hub_download
|
from huggingface_hub import hf_hub_download
|
||||||
|
|
||||||
from opencompass.datasets.base import BaseDataset
|
from opencompass.datasets.base import BaseDataset
|
||||||
from opencompass.datasets.needlebench_v2.atc import (relationship_templates_en,
|
from opencompass.datasets.needlebench_v2.atc import (
|
||||||
relationship_templates_zh_CN,
|
relationship_templates_en, relationship_templates_zh_CN,
|
||||||
relationship_terms_en,
|
relationship_terms_en, relationship_terms_zh_CN)
|
||||||
relationship_terms_zh_CN)
|
|
||||||
from opencompass.registry import LOAD_DATASET
|
from opencompass.registry import LOAD_DATASET
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user