simple-evals

(โ˜… 4,607)

No description available.

  • .gitignore
  • browsecomp_eval.py
  • common.py
  • drop_eval.py
  • gpqa_eval.py
  • healthbench_eval.py
  • healthbench_eval_test.py
  • healthbench_meta_eval.py
  • healthbench_meta_eval_test.py
  • humaneval_eval.py
  • LICENSE
  • math_eval.py
  • mgsm_eval.py
  • mmlu_eval.py
  • multilingual_mmlu_benchmark_results.md
  • README.md
  • run_multilingual_mmlu.py
  • simple_evals.py
  • simpleqa_eval.py
  • types.py

# Installation Guide

1. Get the code
git clone https://github.com/openai/simple-evals

Downloads the entire project code from GitHub to your computer.

cd simple-evals

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install openai

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install anthropic

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation