Closed stevewalker-de closed 3 years ago
Thanks for the report.
There seems to be a transient problem with the SST2 dataset in TensorFlow Dataset.
The owners have been alerted. I'll update this issue once resolved.
The nightly version of TensorFlow Datasets does not have this issues. The colab has been updated with this temporary fix.
Existing codes can be updated by running the following commands before importing tensorflow_datasets
:
!pip install tfds-nightly -U --quiet
import tensorflow_datasets as tfds
all_ds = tfds.load("glue/sst2")