mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
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:
parent
a0bac8e604
commit
f764ee33a2
@ -422,7 +422,7 @@ DATASETS_MAPPING = {
|
|||||||
},
|
},
|
||||||
"opencompass/maritimebench": {
|
"opencompass/maritimebench": {
|
||||||
"ms_id": "HiDolphin/MaritimeBench",
|
"ms_id": "HiDolphin/MaritimeBench",
|
||||||
"hf_id": "",
|
"hf_id": "Hi-Dolphin/MaritimeBench",
|
||||||
"local": "./data/maritimebench",
|
"local": "./data/maritimebench",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user