datasets icon indicating copy to clipboard operation
datasets copied to clipboard

Cannot access definite_pronoun_resolution dataset

Open akku779 opened this issue 3 years ago • 0 comments

I am trying to download the definite_pronoun_resolution dataset but I receive an error while trying to do so.

Here is the line of code I run to access the dataset. ds = tfds.load("definite_pronoun_resolution",data_dir=DATA_DIR)

It returns this error: /usr/local/lib/python3.7/dist-packages/tensorflow/python/lib/io/file_io.py in _preread_check(self) 77 "File isn't open for reading") 78 self._read_buf = _pywrap_file_io.BufferedInputStream( ---> 79 self.__name, 1024 * 512) 80 81 def _prewrite_check(self):

TypeError: init(): incompatible constructor arguments. The following argument types are supported: 1. tensorflow.python._pywrap_file_io.BufferedInputStream(arg0: str, arg1: int)

Invoked with: PosixGPath('gs://t5-model-data/data/downloads/s3_datas.huggi.co_defin_prono_resol_test.czxzwJeHVmls2Pm3PvVoTquipgwgxrBb9f4ZaynoVWdg.txt'), 524288

akku779 avatar Aug 08 '22 18:08 akku779