Skip to content

Update Needed: Judgment model options are undocumented #383

@KevinNV

Description

@KevinNV

Currently, the list of acceptable models for judgement in README is not specified. For example, the model in the code below has a complex name and the exact models aren't mentioned anywhere.

judgment.async_evaluate(
        scorers=[AnswerRelevancyScorer(threshold=0.5)],
        input=user_input,
        actual_output=content,
        model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free"
    )

Suggested Fixes:
Publicly document available models, or maybe create a helper function that can list all available models.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions