simple-evals icon indicating copy to clipboard operation
simple-evals copied to clipboard

fix typo

Open dongZheX opened this issue 1 year ago • 1 comments

This PR fix typo in humaneval_eval.py

Before fix:

sampler._pack_mesage(role="user", content=instruction + sample["prompt"])

after fix:

sampler._pack_message(role="user", content=instruction + sample["prompt"])

dongZheX avatar May 20 '24 10:05 dongZheX

Closed in https://github.com/openai/simple-evals/commit/ffe057f4664c7817e7830d7e4f85c4b1de0a26b2

elibroftw avatar May 06 '25 16:05 elibroftw