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 basic arithmetic task #495

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Add basic arithmetic task #495

merged 2 commits into from
Mar 9, 2024

Conversation

yulinggu-cs
Copy link
Contributor

Added basic_arithmetic as downstream evaluation task, example instance:

 {"id": "q85_1d1d_max1d_plus", "question": "Calculate 2 + 5 =",
    "choices": {"text": ["8", "7", "6", "17"], "label": ["A", "B", "C", "D"]},
    "answerKey": "B", "type_tag": "easy"}

To include in a training config, use:

  - label: basic_arithmetic
    type: downstream

@yulinggu-cs yulinggu-cs requested a review from epwalsh March 9, 2024 01:14
@yulinggu-cs yulinggu-cs merged commit ad8198e into main Mar 9, 2024
11 checks passed
@yulinggu-cs yulinggu-cs deleted the add-basic-math branch March 9, 2024 01:34
@yulinggu-cs yulinggu-cs removed the request for review from epwalsh March 9, 2024 01:35
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.

1 participant