update oss md5

This commit is contained in:
Dongsheng Zhu 2025-03-03 03:55:28 +00:00
parent 7ae59ef7f9
commit 84ade2ef3c
2 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ class LCBCodeGenerationEvaluator(BaseEvaluator):
end_date=end_date)['test'] end_date=end_date)['test']
self.extractor_version = extractor_version self.extractor_version = extractor_version
def score(self, predictions, references, test_set): def score(self, predictions, references):
if len(predictions) != len(references): if len(predictions) != len(references):
return { return {
'error': 'error':

View File

@ -588,7 +588,7 @@ DATASETS_URL = {
}, },
"/code_generation_lite": { "/code_generation_lite": {
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/code_generation_lite.zip", "url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/code_generation_lite.zip",
"md5": "60103a18ca63b05ea06e98d24170f23d", "md5": "ebcf8db56f5c817ca8202a542be30cb4",
}, },
"/execution-v2": { "/execution-v2": {
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/execution-v2.zip", "url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/execution-v2.zip",
@ -652,6 +652,6 @@ DATASETS_URL = {
}, },
"bigcodebench": { "bigcodebench": {
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/bigcodebench.zip", "url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/bigcodebench.zip",
"md5": "2c1c7956ca49a1124617e8c037ec57d8" "md5": "270f399f4142b74f47ecff116cc3b21d"
} }
} }