Yiwei98 / TDG

21 stars 1 forks source link

MATH.dataset_zf #1

Closed hedy881028 closed 8 months ago

hedy881028 commented 8 months ago

Description

Error: ModuleNotFoundError: No module named 'MATH' when executing finetune.py.

To Reproduce

I tried to reproduce your code. But when I executed bash run_neg.sh, it said that ModuleNotFoundError: No module named 'MATH'. I found that the problem was due to from MATH.dataset_zf import MATHCHATFILEDataset in finetune.py. However, I couldn't find any file or module named MATH in the directory. Did the file be replaced with GPT3.5-turbo-MATH or anything else?

Looking forward to your reply. Thank you.

Yiwei98 commented 8 months ago

Thank you so much for bringing up the relevant issue! We have added and corrected the related code. If there are any further issues, please feel free to contact us.

hedy881028 commented 8 months ago

Thank you for the reply!