Custom Evals
Write your own LLM Eval class
Have you seen our custom evaluation wrappers? They are a great way to quickly create your own evaluation class.
If you want to write your own evaluation class, you can do so by extending the BaseEvaluator
class.
You can extend the BaseEvaluator
class. See this example
You need to implement the following methods:
Contribute !
If you write an evaluator that could be useful for others, please consider raising a PR at https://github.com/athina-ai/athina-evals.