Generate Optimized Prompts
You are an LLM evaluator, given this input "{input}" and this target output
"{target}", is this output "{output}" correct? Please answer yes or no.Param
Type
Description
Output Type
Output Definition
def custom_score_function(input, output, target):
if target in output:
return 1
else:
return 0Last updated