mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Add AIME2025 oss info
This commit is contained in:
parent
db9809ca69
commit
520bf5867d
@ -309,6 +309,11 @@ DATASETS_MAPPING = {
|
|||||||
"hf_id": "",
|
"hf_id": "",
|
||||||
"local": "./data/aime.jsonl",
|
"local": "./data/aime.jsonl",
|
||||||
},
|
},
|
||||||
|
"opencompass/aime2025": {
|
||||||
|
"ms_id": "",
|
||||||
|
"hf_id": "",
|
||||||
|
"local": "./data/aime2025/aime2025.jsonl",
|
||||||
|
},
|
||||||
"opencompass/cmo_fib": {
|
"opencompass/cmo_fib": {
|
||||||
"ms_id": "",
|
"ms_id": "",
|
||||||
"hf_id": "",
|
"hf_id": "",
|
||||||
@ -652,11 +657,16 @@ DATASETS_URL = {
|
|||||||
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/test_generation.zip",
|
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/test_generation.zip",
|
||||||
"md5": "918a6ea2b1eee6f2b1314db3c21cb4c7",
|
"md5": "918a6ea2b1eee6f2b1314db3c21cb4c7",
|
||||||
},
|
},
|
||||||
"/aime": {
|
"/aime2024": {
|
||||||
"url":
|
"url":
|
||||||
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/aime.zip",
|
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/aime.zip",
|
||||||
"md5": "fbe2d0577fc210962a549f8cea1a00c8",
|
"md5": "fbe2d0577fc210962a549f8cea1a00c8",
|
||||||
},
|
},
|
||||||
|
"/aime2025": {
|
||||||
|
"url":
|
||||||
|
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/aime2025.zip",
|
||||||
|
"md5": "aa18cd5d2e2de246c5397f5eb1e61004",
|
||||||
|
},
|
||||||
"/cmo": {
|
"/cmo": {
|
||||||
"url":
|
"url":
|
||||||
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/cmo.zip",
|
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/cmo.zip",
|
||||||
|
Loading…
Reference in New Issue
Block a user