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

Fix Zeno Visualizer #2227

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Conversation

namtranase
Copy link
Contributor

@namtranase namtranase commented Aug 19, 2024

Hi team,
I raised this issue and updated the PR.
To verify the script:

lm_eval \
    --model hf \
    --model_args pretrained=/model/Phi-3-mini-4k-instruct
    --tasks openbookqa,wikitext,arc_easy,winogrande,hellaswag,arc_challenge,piqa,boolq\
    --batch_size auto \
    --log_samples \
    --output_path output/phi3 \
    --limit 2

Then run the Zeno script:

python scripts/zeno_visualize.py --data_path output/phi3 --project_name "Zeno Upload Test"

Everything works fine after the update.

@CLAassistant
Copy link

CLAassistant commented Aug 19, 2024

CLA assistant check
All committers have signed the CLA.

scripts/zeno_visualize.py Outdated Show resolved Hide resolved
@haileyschoelkopf haileyschoelkopf linked an issue Aug 20, 2024 that may be closed by this pull request
@haileyschoelkopf haileyschoelkopf changed the title fix: arguments data Fix Zeno Visualizer Aug 20, 2024
updated all output types
@baberabb
Copy link
Contributor

@namtranase Appreciate the PR! LGTM

@baberabb baberabb enabled auto-merge (squash) August 20, 2024 16:27
@baberabb baberabb merged commit b536f06 into EleutherAI:main Aug 20, 2024
9 checks passed
jmercat pushed a commit to TRI-ML/lm-evaluation-harness that referenced this pull request Sep 25, 2024
* fix: arguments data

* fix based on comment

* Update zeno_visualize.py

updated all output types

---------

Co-authored-by: Baber Abbasi <[email protected]>
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.

Fix the zeno_visualizer.py to work with Phi3 Model
3 participants