Imdb reviews dataset downloading problem

I have tried many times to load imdb reviews or subword data but it’s not working.

imdb, info = tfds.load(“imdb_reviews”, with_info=True, as_supervised=True)

Error:
ConnectionError: HTTPConnectionPool(host=‘ai.stanford.edu’, port=80): Max retries exceeded with url: /~amaas/data/sentiment/aclImdb_v1.tar.gz (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7fdba411c1d0>: Failed to establish a new connection: [Errno 110] Connection timed out’))

I also tried to download the data from the Standford link but also in vain.

Please search the forum before creating a thread. Here’s another thread started much earlier than yours, discussing the same topic. Consider voting the thread while waiting for an update.