Datasets:
Muennighoff
commited on
Commit
•
e033a69
1
Parent(s):
2b3f85c
Swap to train split
Browse files- xP3x-sample.py +1 -1
xP3x-sample.py
CHANGED
@@ -94,7 +94,7 @@ class xP3x_sample(datasets.GeneratorBasedBuilder):
|
|
94 |
downloaded_files = dl_manager.download(_URL.format(ds=self.config.name))
|
95 |
return [
|
96 |
datasets.SplitGenerator(
|
97 |
-
name=datasets.Split.
|
98 |
gen_kwargs={'filepath': downloaded_files}
|
99 |
)
|
100 |
]
|
|
|
94 |
downloaded_files = dl_manager.download(_URL.format(ds=self.config.name))
|
95 |
return [
|
96 |
datasets.SplitGenerator(
|
97 |
+
name=datasets.Split.TRAIN,
|
98 |
gen_kwargs={'filepath': downloaded_files}
|
99 |
)
|
100 |
]
|