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

Adding David's Eval scripts #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Adding David's Eval scripts #6

wants to merge 8 commits into from

Conversation

kyleclo
Copy link
Contributor

@kyleclo kyleclo commented Feb 13, 2025

No description provided.

@davidheineman
Copy link
Contributor

davidheineman commented Feb 26, 2025

Command to run (where s3-prefix is path(s) to the eval results in s3):

pip install -e ".[all]"

# Download and process evaluation results
olmo-cookbook-analysis download \
  --bucket-name "ai2-llm" \
  --s3-prefix "evaluation/peteish32" \
  --local-results-path "peteish32"

# Run paired permutation test
olmo-cookbook-analysis run \
  --type instances \
  --local-results-path "peteish32"

# Compare evaluation to external models
olmo-cookbook-analysis run \
  --type benchmarks \
  --local-results-path "peteish32"

The first command should produce graphs like this:
Screenshot 2025-02-26 at 4 24 51 PM

The second command should produce graphs like this:
Screenshot 2025-02-26 at 4 25 23 PM

Currently this just dumps figures in the img/ folder. I'm still not sure if this is the right form-factor?

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.

2 participants