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.
This commit is contained in:
zhanghaoyu 2025-04-10 16:10:04 +08:00
parent a0bac8e604
commit f764ee33a2

View File

@ -422,7 +422,7 @@ DATASETS_MAPPING = {
},
"opencompass/maritimebench": {
"ms_id": "HiDolphin/MaritimeBench",
"hf_id": "",
"hf_id": "Hi-Dolphin/MaritimeBench",
"local": "./data/maritimebench",
},
}