mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
update oss md5
This commit is contained in:
parent
7ae59ef7f9
commit
84ade2ef3c
@ -245,7 +245,7 @@ class LCBCodeGenerationEvaluator(BaseEvaluator):
|
||||
end_date=end_date)['test']
|
||||
self.extractor_version = extractor_version
|
||||
|
||||
def score(self, predictions, references, test_set):
|
||||
def score(self, predictions, references):
|
||||
if len(predictions) != len(references):
|
||||
return {
|
||||
'error':
|
||||
|
@ -588,7 +588,7 @@ DATASETS_URL = {
|
||||
},
|
||||
"/code_generation_lite": {
|
||||
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/code_generation_lite.zip",
|
||||
"md5": "60103a18ca63b05ea06e98d24170f23d",
|
||||
"md5": "ebcf8db56f5c817ca8202a542be30cb4",
|
||||
},
|
||||
"/execution-v2": {
|
||||
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/execution-v2.zip",
|
||||
@ -652,6 +652,6 @@ DATASETS_URL = {
|
||||
},
|
||||
"bigcodebench": {
|
||||
"url": "http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/bigcodebench.zip",
|
||||
"md5": "2c1c7956ca49a1124617e8c037ec57d8"
|
||||
"md5": "270f399f4142b74f47ecff116cc3b21d"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user