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

Update gauntlet v0.2 to reflect results of calibration #791

Merged
merged 3 commits into from
Dec 9, 2023

Conversation

bmosaicml
Copy link
Contributor

@bmosaicml bmosaicml commented Dec 8, 2023

In order to filter out noisy tasks and set appropriate number of few shot per task, we used the following methodology:

  1. Evaluate each benchmark on several 3B models trained for [20x, 50x, 100x, 250x, 500x] chinchilla token duration for num_fewshot=[0, 1, 3, 5, 10]
  2. Determine which num_fewshot settings the models have monotonically increasing performance. If multiple num_fewshot have monotonically increasing performance we broke ties by choosing the industry standard if there is one, or 3.
  3. For benchmarks which were scoring 0 (and therefore not monotonic), we excluded them unless they are known to show good scaling at larger model scales. These tasks will average in as 0 in expectation, but they will introduce slight variance.

Later versions of this experiment will estimate the exact confidence intervals of the gauntlet sub-scores + overall average.

image

Google sheet

Copy link
Member

@abhi-mosaic abhi-mosaic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comment, but otherwise looks good to me! I spot checked the most important ICLs and the k-shots look like what was discussed.

scripts/eval/yamls/eval_gauntlet_v0.2.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@dakinggg dakinggg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from my perspective. Please wait for whoever you want to take a look from research.

Copy link
Contributor

@tbarton16 tbarton16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@sashaDoubov sashaDoubov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@bmosaicml bmosaicml enabled auto-merge (squash) December 9, 2023 00:48
@bmosaicml bmosaicml merged commit 8d96f9d into main Dec 9, 2023
8 checks passed
@bmosaicml bmosaicml deleted the calibrated_gauntlet branch December 9, 2023 20:17
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

Successfully merging this pull request may close these issues.

None yet

6 participants