Skip to content

Commit

Permalink
Fix tfds super_glue version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 265528338
  • Loading branch information
Conchylicultor authored and copybara-github committed Aug 26, 2019
1 parent f53ab1b commit e9ab15b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tensorflow_datasets/text/super_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,9 @@ def __init__(self,
# 1.0.0: S3 (new shuffling, sharding and slicing mechanism).
# 0.0.2: Initial version.
super(SuperGlueConfig, self).__init__(
# Version 0.0.3 corresponds to the change from the pre-release trial
# Version 1.0.1 corresponds to the change from the pre-release trial
# version of SuperGLUE (v1.9) to the full release (v2.0).
version=tfds.core.Version("0.0.3"),
supported_versions=[
tfds.core.Version("1.0.0"),
],
version=tfds.core.Version("1.0.1"),
**kwargs)
self.features = features
self.label_classes = label_classes
Expand Down

0 comments on commit e9ab15b

Please sign in to comment.