Heads up This site is currently under heavy development.
← all datasets
◆ Evals & benchmarks

HumanEval

MIT

164 hand-written Python problems with unit tests. Old and heavily contaminated — a smoke test, not a benchmark.

Summary

This is an evaluation harness for the HumanEval problem solving dataset described in the paper "Evaluating Large Language Models Trained on Code".
from the project README
Formats
jsonl
License
MIT
Added
2026-09-10

Get it

From the project’s own instructions where it documents any; otherwise a plain clone.

  1. shell
    $ git clone https://github.com/openai/human-eval
  2. shell
    $ pip install -e human-eval

    Python 3.7 or later.

Contents

12 files 48 KB repository

  • .py 6
  • .jsonl 2
  • .gz 1
  • .md 1
  • (no ext) 1
  • .txt 1

Use it with

Commands are curated, not yet run by us.

jq — Stream the records one per line to see their shape.

sample.jsonl
$ jq -c . sample.jsonl

DuckDB — Query the file in place with SQL — DuckDB detects CSV, JSON and JSONL by extension.

sample.jsonl
$ duckdb -c 'SELECT * FROM '\''sample.jsonl'\'' LIMIT 10'
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →

    Send us feedback