Skip to content

Runs gpt-4 or any other OpenAI model on HumanEval. Kinda expensive (~$3)

License

Notifications You must be signed in to change notification settings

daniel442li/gpt-human-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HumanEval for GPT-3.5/GPT-4

Forked from OpenAI's repo. Should run out of the box with python 3.11 (as of 11/23)

To generate the completions (after pip installing the requirements), run:

mkdir results
python run.py

Then to evaluate the completion results, run

python human_eval/evaluate_functional_correctness "YOUR RESULTS FILE.jsonl"

About

Runs gpt-4 or any other OpenAI model on HumanEval. Kinda expensive (~$3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages