Update cc-100-01-percent.py
Browse files- cc-100-01-percent.py +1 -1
cc-100-01-percent.py
CHANGED
@@ -733,7 +733,7 @@ class MyDataset(datasets.GeneratorBasedBuilder):
|
|
733 |
gen_kwargs={"filepath": test_path},
|
734 |
),
|
735 |
datasets.SplitGenerator(
|
736 |
-
name=datasets.Split.
|
737 |
gen_kwargs={"filepath": valid_path},
|
738 |
),
|
739 |
]
|
|
|
733 |
gen_kwargs={"filepath": test_path},
|
734 |
),
|
735 |
datasets.SplitGenerator(
|
736 |
+
name=datasets.Split.VALIDATION,
|
737 |
gen_kwargs={"filepath": valid_path},
|
738 |
),
|
739 |
]
|