You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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