Datasets:
Fix?
Browse files- dataset_infos.json +0 -0
- multipl_e.py +1 -1
dataset_infos.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
multipl_e.py
CHANGED
|
@@ -85,7 +85,7 @@ class MultiPLE(datasets.GeneratorBasedBuilder):
|
|
| 85 |
|
| 86 |
def _split_generators(self, dl_manager: datasets.DownloadManager):
|
| 87 |
files = dl_manager.download(
|
| 88 |
-
f"https://huggingface.co/datasets/nuprl/MultiPL-E/
|
| 89 |
return [
|
| 90 |
datasets.SplitGenerator(
|
| 91 |
name=datasets.Split.TEST,
|
|
|
|
| 85 |
|
| 86 |
def _split_generators(self, dl_manager: datasets.DownloadManager):
|
| 87 |
files = dl_manager.download(
|
| 88 |
+
f"https://huggingface.co/datasets/nuprl/MultiPL-E/resolve/aa5a052b03ef86b25a092752dbbab0bce6a676c8/data/{self.config.name}.json")
|
| 89 |
return [
|
| 90 |
datasets.SplitGenerator(
|
| 91 |
name=datasets.Split.TEST,
|