Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to evaluate GPT models #542

Open
qrdlgit opened this issue Apr 1, 2023 · 0 comments
Open

A way to evaluate GPT models #542

qrdlgit opened this issue Apr 1, 2023 · 0 comments

Comments

@qrdlgit
Copy link
Contributor

qrdlgit commented Apr 1, 2023

One of the things that's interesting to me is how well GPT can autonomously improve AI code.

I created this example here https://github.com/qrdlgit/gpt and it gets to about 0.972 in classifier accuracy after about 5 runs.

The ML problem is fairly basic, but it's just used as an example here. More sophisticated problems can be used, though some attention to the max context needs to be made.

Also, using problems which are unique and not easily solved via training data would be required for fair evaluation. Ideally a broad cross section of different problems would be useful to capture a more accurate assessment.

One of the next things I'm going to work on is pushing this up into RLHF (RLCF?) by defining a reward model specific to this domain.. Ie, does the response compile and run, provide intelligible metrics, was there an improvement, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant