POS
# Example with Higher Score
evaluator.add_test(
test_names=["pos_test"],
data={
"concept_set" : ["balloon_N", "soar_V", "red_A"],
"response": "The red balloon soared into the sky."
},
).run()
evaluator.print_results()Last updated
Was this helpful?

