Cover
# Example with Higher Score
evaluator.add_test(
test_names=["cover_test"],
data={
"concept_set" : ["cat_N", "sleep_V", "windowsill_N"],
"response" : "A cat is sleeping on the windowsill."
},
).run()
evaluator.print_results()Last updated
Was this helpful?

