fehzan
March 25, 2023, 11:20pm
1
I submitted for the waitlist on March 14th, but I’m itching to gain access to the API so I can use it for some live projects. I’m not sure if there is any other step I can take to gain access - I am already a ChatGPT Plus member and a paying OpenAI user already utilizing GPT3.5-Turbo for scripts I’m writing to test the waters.
Thanks in advance!
I’ve heard they’re looking for people to help with evals.
# Evals
Evals is a framework for evaluating OpenAI models and an open-source registry of benchmarks.
You can use Evals to create and run evaluations that:
- use datasets to generate prompts,
- measure the quality of completions provided by an OpenAI model, and
- compare performance across different datasets and models.
With Evals, we aim to make it as simple as possible to build an eval while writing as little code as possible. To get started, we recommend that you follow these steps **in order**:
1. Read through this doc and follow the [setup instructions below](README.md#Setup).
2. Learn how to run existing evals: [run-evals.md](docs/run-evals.md).
3. Familiarize yourself with the existing eval templates: [eval-templates.md](docs/eval-templates.md).
4. Walk through the process for building an eval: [build-eval.md](docs/build-eval.md)
5. See an example of implementing custom eval logic: [custom-eval.md](docs/custom-eval.md).
If you think you have an interesting eval, please open a PR with your contribution. OpenAI staff actively review these evals when considering improvements to upcoming models.
____________________
🚨 For a limited time, we will be granting GPT-4 access to those who contribute high quality evals. Please follow the instructions mentioned above and note that spam or low quality submissions will be ignored❗️
This file has been truncated. show original
Good luck…
1 Like