How to evaluate infer results of multipl_e? #2264
Unanswered
MichaelYang-lyx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: JSONDecodeError when evaluating results with
CodeEvaluatorProblem
When trying to evaluate the results of multiple
CodeEvaluatorinstances, an error occurs when setting up the client:This raises the following exception:
Background
The
CodeEvaluatorclass is used for evaluating code generation tasks by sending code to a remote evaluation service. It handles code extraction, processing, and result analysis. Here's the relevant code snippet from theCodeEvaluatorclass:Default Configuration
'https://opencompass-multiple-evaluator.hf.space'.5.Issue Details
Upon execution of
self.client = Client(ip_address), the following error is encountered:And I find no other way to evaluate my results of multipl_e in opencompass.
Beta Was this translation helpful? Give feedback.
All reactions