Interface JudgeLM

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JudgeLM
A language model used for evaluation.

Implementations generate text responses from prompts, typically by calling an LLM to perform judgments on test outputs.

  • Method Summary

    Modifier and Type
    Method
    Description
    generate(String prompt)