Skip to main content

No project description provided

Project description

mini-judge

Simple implementation of LLM-As-Judge for pairwise evaluation of Q&A models.

Usage

Install the package using pip: pip install mini-judge

Then, you can use the package as follows. First, set the OPENAI_API_KEY environment variable to your OpenAI API key. Then, you can run the following command to evaluate the candidate answers in candidate_answers_path against the reference answers in ref_answers_path using judge_model as the judge model.

mini-judge \
--judge_model <judge_model> \
--questions_path <questions_path> \
--candidate_answers_path <candidate_answers_path> \
--ref_answers_path <ref_answers_path> \
--output_path <output_path>

To run a quick demo, use the following command to evaluate the candidate answers in example_data/candidate_answers.jsonl against the reference answers in example_data/ref_answers.jsonl using GPT-4 as the judge model.

mini_judge --output_path <output_path>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mini_judge-0.3.0.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

mini_judge-0.3.0-py3-none-any.whl (17.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page