Skip to content

KeyError: 'synthetic_math' #64

Description

@liyc-ai

Hi, thanks for your work.

I am running the data_preprocessing scripts in your code. However, in stage3, I encounterred an issue: KeyError: 'synthetic_math'. I tried to identify the root cause and found in the following code:

subsets = ["amc_aime"]  # TODO

rm_stat = {}

for subset in subsets:
    rm_stat[subset] = {}

It seems that 'synthetic_math' was not added in rm_stat, right? But I am not sure whether I can directly add it into subsets. Could you please help me fix this issue? Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions