Update icl_consistency_test.py
Browse files- icl_consistency_test.py +1 -1
icl_consistency_test.py
CHANGED
@@ -106,7 +106,7 @@ class ICLConsistencyTest(datasets.GeneratorBasedBuilder):
|
|
106 |
return [
|
107 |
datasets.SplitGenerator(
|
108 |
name=datasets.Split.TEST,
|
109 |
-
gen_kwargs={"filepath": data_dir
|
110 |
"split": "test"},
|
111 |
),
|
112 |
]
|
|
|
106 |
return [
|
107 |
datasets.SplitGenerator(
|
108 |
name=datasets.Split.TEST,
|
109 |
+
gen_kwargs={"filepath": data_dir,
|
110 |
"split": "test"},
|
111 |
),
|
112 |
]
|