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

Add subsets for lcb #587

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

Add subsets for lcb #587

wants to merge 5 commits into from

Conversation

plaguss
Copy link
Contributor

@plaguss plaguss commented Feb 25, 2025

Description

Adds subsets to lcb:

The previous subset v4_v5 keeps with the same name to avoid confusion, but now 2 more subsets are included:

MODEL_ARGS=...
lighteval vllm \
    $MODEL_ARGS \
    "extended|lcb:codegeneration_v4|0|0" \
    --use-chat-template

and

lighteval vllm \
    $MODEL_ARGS \
    "extended|lcb:codegeneration_v5|0|0" \
    --use-chat-template

@edbeeching, @lewtun, @NathanHB

@HuggingFaceDocBuilderDev
Copy link
Collaborator

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Member

@lewtun lewtun left a comment

Choose a reason for hiding this comment

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

Thanks for the additional subsets! LGTM if @NathanHB also approves

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.

3 participants