-
Notifications
You must be signed in to change notification settings - Fork 265
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 ENEM Challenge Scenario & Maritaca AI model (Sabiá 7B) #3185
Adding ENEM Challenge Scenario & Maritaca AI model (Sabiá 7B) #3185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
def __init__(self): | ||
super().__init__() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: delete empty constructor
|
||
@pytest.mark.scenarios | ||
def test_enem_challenge_scenario(): | ||
enem_scenario = ENEMChallengeScenario(subset="test") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failing with:
src/helm/benchmark/scenarios/test_enem_challenge_scenario.py:10: error: Unexpected keyword argument "subset" for "ENEMChallengeScenario" [call-arg]
I think you just need to delete subset="test"
.
Thanks again! Note that I pushed a commit to your branch in order to fix the lint errors. |
Description
This pull request is intended to: