按照文档中用大模型做为JudgeLLM进行客观评测的指导,运行时报错,SubjectiveSizePartitioner.__init__() got an unexpected keyword argument 'mode',貌似是SubjectiveSizePartitioner这个类里面不支持mode这个初始化参数,请教下该怎么修改 #1632
-
Beta Was this translation helpful? Give feedback.
Answered by
bittersweet1999
Oct 22, 2024
Replies: 2 comments 7 replies
-
你参照的是哪个文档,可能out of date里之后需要更新一下,这个mode的参数被移到这里了(dataset的config里): |
Beta Was this translation helpful? Give feedback.
4 replies
-
跟主观客观应该没有区别的呀,看下你的config呢 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
那你把
load(path:str, name:str)
改成load(path: str, name: str, *args, **kwargs):
应该就好了