simple-evals
No description available.
File Explorer
Download Latest Version (.zip)- healthbench_analysis.ipynb
- chat_completion_sampler.py
- claude_sampler.py
- o_chat_completion_sampler.py
- responses_sampler.py
- .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 RecommendedPrerequisites
- 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
Was this content helpful?
(0 ratings)
