Sentiment Analysis
# Add tests with custom data
evaluator.add_test(
test_names=["sentiment_analysis_test"],
data={
"response" : "The movie was good"
},
arguments={"model": "gpt-4", "threshold": 0},
).run()
evaluator.print_results()Last updated
Was this helpful?

