Closed ShushanArakelyan closed 3 months ago
Hello!
Loading any section of the dataset like this:
from datasets import load_dataset d = load_dataset('nuprl/MultiPL-E', 'humaneval-lua', download_mode='force_redownload')
results in ExpectedMoreDownloadedFiles error, but using revision number from your completions.py works:
d = load_dataset('nuprl/MultiPL-E', 'humaneval-lua', download_mode='force_redownload', revision = "bf4f3c31a1e0a164b7886c9eb04f82534edf4ce9")
is this intended?
thanks a lot in advance!
Odd. This is not intended. We'll take a look soon.
This should now be fixed.
Hello!
Loading any section of the dataset like this:
results in ExpectedMoreDownloadedFiles error, but using revision number from your completions.py works:
is this intended?
thanks a lot in advance!