Update exebench.py
Browse files- exebench.py +1 -1
exebench.py
CHANGED
@@ -141,7 +141,7 @@ class ExeBench(datasets.GeneratorBasedBuilder):
|
|
141 |
def _split_generators(self, dl_manager):
|
142 |
"""Returns SplitGenerators."""
|
143 |
urls_to_download = {
|
144 |
-
"train_not_compilable": f"{_URL}
|
145 |
"train_synth_compilable": f"{_URL}train_synth_compilable.tar.gz",
|
146 |
"train_real_compilable": f"{_URL}train_real_compilable.tar.gz",
|
147 |
"train_synth_simple_io": f"{_URL}train_synth_simple_io.tar.gz",
|
|
|
141 |
def _split_generators(self, dl_manager):
|
142 |
"""Returns SplitGenerators."""
|
143 |
urls_to_download = {
|
144 |
+
"train_not_compilable": f"{_URL}train_no_compilable.tar.gz",
|
145 |
"train_synth_compilable": f"{_URL}train_synth_compilable.tar.gz",
|
146 |
"train_real_compilable": f"{_URL}train_real_compilable.tar.gz",
|
147 |
"train_synth_simple_io": f"{_URL}train_synth_simple_io.tar.gz",
|