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
The following error is thrown while loading from HuggingFace Datasets,
from datasets import load_dataset
raw_dataset = load_dataset('jdepoix/junit_test_completion', 'raw')
FileNotFoundError: Couldn't find file locally at /content/jdepoix/junit_test_completion/junit_test_completion.py, or remotely at https://huggingface.co/datasets/jdepoix/junit_test_completion/resolve/main/junit_test_completion.py. Please provide a valid dataset name.
Turns out the dataset should be committed to main branch. While the existing version seems to be in develop branch.
Thanks.
The text was updated successfully, but these errors were encountered:
The following error is thrown while loading from HuggingFace Datasets,
FileNotFoundError: Couldn't find file locally at /content/jdepoix/junit_test_completion/junit_test_completion.py, or remotely at https://huggingface.co/datasets/jdepoix/junit_test_completion/resolve/main/junit_test_completion.py. Please provide a valid dataset name.
Turns out the dataset should be committed to main branch. While the existing version seems to be in develop branch.
Thanks.
The text was updated successfully, but these errors were encountered: