mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
go-fix
This commit is contained in:
parent
a0134b3d53
commit
f83ac26e80
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class InternGObootcamp(Basebootcamp):
|
|||
return None
|
||||
|
||||
@classmethod
|
||||
def verify_score(cls, model_output, identity:dict, format_score=0.2) -> float:
|
||||
def verify_score(cls, model_output, identity:dict, format_score=0.2, **kwargs) -> float:
|
||||
"""
|
||||
验证LLM的输出是否符合要求
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue