Skip to content

Commit 41d2ba1

Browse files
adarobcopybara-github
authored andcommitted
Support wikipedia version 0.0.3.
PiperOrigin-RevId: 282456277
1 parent fe87200 commit 41d2ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_datasets/text/wikipedia.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ class Wikipedia(tfds.core.BeamBasedBuilder):
117117
WikipediaConfig( # pylint:disable=g-complex-comprehension
118118
version=tfds.core.Version(
119119
"0.0.4", experiments={tfds.core.Experiment.S3: False}),
120+
supported_versions=[
121+
tfds.core.Version(
122+
"0.0.3", experiments={tfds.core.Experiment.S3: False})
123+
],
120124
language=lang,
121125
date="20190301",
122126
) for lang in WIKIPEDIA_LANGUAGES

0 commit comments

Comments
 (0)