Datasets:
Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
- super_glue.py +1 -1
super_glue.py
CHANGED
@@ -474,7 +474,7 @@ class SuperGlue(datasets.GeneratorBasedBuilder):
|
|
474 |
datasets.SplitGenerator(
|
475 |
name=datasets.Split.TEST,
|
476 |
gen_kwargs={
|
477 |
-
"data_file": os.path.join(dl_dir, "{}.jsonl"
|
478 |
"split": datasets.Split.TEST,
|
479 |
},
|
480 |
),
|
|
|
474 |
datasets.SplitGenerator(
|
475 |
name=datasets.Split.TEST,
|
476 |
gen_kwargs={
|
477 |
+
"data_file": os.path.join(dl_dir, f"{task_name}.jsonl"),
|
478 |
"split": datasets.Split.TEST,
|
479 |
},
|
480 |
),
|