Update RefRef_test.py
Browse files- RefRef_test.py +1 -1
RefRef_test.py
CHANGED
@@ -75,7 +75,7 @@ class RefRef_test(datasets.GeneratorBasedBuilder):
|
|
75 |
datasets.SplitGenerator(
|
76 |
name=split,
|
77 |
gen_kwargs={
|
78 |
-
"filepaths": os.path.join("https://huggingface.co/datasets/eztao/RefRef_test/resolve/main/
|
79 |
"split": split
|
80 |
},
|
81 |
) for split in ["train", "val", "test"]
|
|
|
75 |
datasets.SplitGenerator(
|
76 |
name=split,
|
77 |
gen_kwargs={
|
78 |
+
"filepaths": os.path.join(f"https://huggingface.co/datasets/eztao/RefRef_test/resolve/main/{self.config.name}/", f"transforms_{split}.json"),
|
79 |
"split": split
|
80 |
},
|
81 |
) for split in ["train", "val", "test"]
|