.gitignore
.isort.cfg
.markdownlint-cli2.yaml
.pre-commit-config.yaml
.pylintrc
.spellcheck-en-custom.txt
.spellcheck.yml
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
tox.ini
.github/actionlint.yaml
.github/dependabot.yml
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/docs.yml
.github/workflows/e2e.yml
.github/workflows/lint.yml
.github/workflows/pypi.yaml
.github/workflows/spellcheck.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/pylint.json
scripts/ruff.sh
src/instructlab/__init__.py
src/instructlab/eval/__init__.py
src/instructlab/eval/_version.py
src/instructlab/eval/evaluator.py
src/instructlab/eval/exceptions.py
src/instructlab/eval/mmlu.py
src/instructlab/eval/mt_bench.py
src/instructlab/eval/mt_bench_answers.py
src/instructlab/eval/mt_bench_branch_generator.py
src/instructlab/eval/mt_bench_common.py
src/instructlab/eval/mt_bench_judgment.py
src/instructlab/eval/data/mt_bench/judge_prompts.jsonl
src/instructlab/eval/data/mt_bench/question.jsonl
src/instructlab/eval/data/mt_bench/reference_answer/gpt-4.jsonl
src/instructlab/eval/data/mt_bench_branch/judge_prompts.jsonl
src/instructlab_eval.egg-info/PKG-INFO
src/instructlab_eval.egg-info/SOURCES.txt
src/instructlab_eval.egg-info/dependency_links.txt
src/instructlab_eval.egg-info/entry_points.txt
src/instructlab_eval.egg-info/requires.txt
src/instructlab_eval.egg-info/top_level.txt
tests/test_branch_gen_answers.py
tests/test_branch_judge_answers.py
tests/test_gen_answers.py
tests/test_judge_answers.py
tests/test_project.py