Traceback (most recent call last):
File "eval_math_gpt.py", line 37, in <module>
from dataset.deepmind import DeepMindMathDataset
ModuleNotFoundError: No module named 'dataset.deepmind'
On commenting out the same next error :
Traceback (most recent call last):
File "eval_math_gpt.py", line 360, in <module>
parser.add_argument('--arch', default='gpt2', choices=transformers.GPT2_PRETRAINED_MODEL_ARCHIVE_LIST)
AttributeError: module 'transformers' has no attribute 'GPT2_PRETRAINED_MODEL_ARCHIVE_LIST'
Hi, similar to previous :
On commenting out the same next error :