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

Final evaluation notebook #97

Closed
7 tasks done
menamerai opened this issue Mar 31, 2024 · 2 comments · Fixed by #98
Closed
7 tasks done

Final evaluation notebook #97

menamerai opened this issue Mar 31, 2024 · 2 comments · Fixed by #98
Assignees
Labels
eval vis visualizations

Comments

@menamerai
Copy link
Collaborator

menamerai commented Mar 31, 2024

  • Specify the model names (e.g. llama2_100k, llama2_200k,... or list with different checkpoints)
  • Load next logprobs data (for each of the model names)
    → for now we just load a slice of the dataset (to develop faster)
  • Specify the tokens we are interested (a sort of dynamic category)
    → using Rai’s GUI (need to be tested when integrate, just try to use the selected_ids as a dynamic variable and see how it turns out for now)
  • Compute the statistics from the plot (copy form end2end.ipynb , currently commented out)
    → these calculate the percentiles for a group of tokens (which should be arbitrary)
  • Plot: using function in delphi.eval.vis_per_token_model
  • Specify 2 models for comparison.
  • Get prompt examples (Rai’s notebook model_diff.ipynb)
@menamerai
Copy link
Collaborator Author

menamerai commented Mar 31, 2024

The notebook will be called eval_notebook.ipynb for now. Working on the first 2 bullet points today. I'll try to test this on Colab as well.

Post-note: did the first two bullets, also got started on third bullet. Unsure if it will work with the current ecosystem, to be tested when integrate with visualization functions.

@menamerai menamerai linked a pull request Mar 31, 2024 that will close this issue
@jettjaniak
Copy link
Contributor

we have a PR and a trello card, we don't need this issue

@jettjaniak jettjaniak closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eval vis visualizations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants