added

Make your own custom LLM Evaluator

You can now create your own custom LLM evalutator. This allows you to go beyond the standard evaluators like BLEU and Valid JSON.

In the example below, we made an evaluator that compares the tone of voice of the generated text against the desired tone in the reference.

Read more about Experiments and Evaluators.