Dataset does not load: FileNotFoundError
#1
by
albertvillanova
HF staff
- opened
When trying to load this dataset, an error is raised:
FileNotFoundError: Unable to resolve any data file that matches '['**']'
The cause of this is that datasets
library does not find the Python loading script because the name of the script logiqa
foes not match the name of this dataset repository logiqa-zh
. You should rename either the Python script file or the dataset repository, so that both have the same name.
You can find more details in our docs: Create a dataset loading script
A dataset loading script should have the same name as a dataset repository or directory. For example, a repository named my_dataset should contain my_dataset.py script.