jordiae commited on
Commit
98b4d19
·
1 Parent(s): 74e8192

Update exebench.py

Browse files
Files changed (1) hide show
  1. 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}train_not_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",
 
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",