MMlu problem #149
Unanswered
Thewildcatofideas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While running the mmlu I get this warning in cell 4
FileNotFoundError Traceback (most recent call last)
Cell In[8], line 2
1 import yaml
----> 2 subjects = sorted([f.split("_test.csv")[0] for f in os.listdir(os.path.join(data_pth, "test")) if "_test.csv" in f])
4 registry_yaml = {}
6 for subject in subjects:
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'data\test'
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions