From f764ee33a2f1cd2641496da81b96702ef6b82bee Mon Sep 17 00:00:00 2001 From: zhanghaoyu <15981853295@163.com> Date: Thu, 10 Apr 2025 16:10:04 +0800 Subject: [PATCH] fix(datasets_info): update hf_id field for maritimebench Fixed the hf_id field of the maritimebench dataset to ensure it points to the correct Hugging Face repository. --- opencompass/utils/datasets_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/utils/datasets_info.py b/opencompass/utils/datasets_info.py index 0160ca93..35d06fea 100644 --- a/opencompass/utils/datasets_info.py +++ b/opencompass/utils/datasets_info.py @@ -422,7 +422,7 @@ DATASETS_MAPPING = { }, "opencompass/maritimebench": { "ms_id": "HiDolphin/MaritimeBench", - "hf_id": "", + "hf_id": "Hi-Dolphin/MaritimeBench", "local": "./data/maritimebench", }, }