hendrycks / math

The MATH Dataset (NeurIPS 2021)
MIT License
879 stars 85 forks source link

ModuleNotFoundError: No module named 'dataset.aops' #1

Closed crazysal closed 3 years ago

crazysal commented 3 years ago
Traceback (most recent call last):
  File "eval_math_gpt.py", line 36, in <module>
    from dataset.aops import AOPSMathDataset
ModuleNotFoundError: No module named 'dataset.aops'

Which file is this ??

hendrycks commented 3 years ago

That should have been the MATHDataset. I've updated the code.