Grade Score
# test expected to pass
evaluator.add_test(
test_names=["grade_score_test"],
data={
"prompt": "What is the capital of France?",
"response": "Paris is the capital of France"
},
arguments={"model": "gpt-4", "threshold": 6},
).run()
evaluator.print_results()Last updated
Was this helpful?

