C3_W2_Lab_1_imdb, How to load in dataset?

After multiple failures of attempting to download the data set with the code, I downloaded it from the official website. However, after that, how do I load in the data? I’ve extracted the dataset into tensorflow_datasets/imdb_reviews/plain_text/1.0.0.incomplete3VK6JT , however tfds.load doesn’t seem to detect and load it. How should I solve this problem? Thx.

Your file path says that the download is incomplete. How do you expect to load the dataset?
What issue(s) are you facing when trying to download the dataset via tensorflow_datasets library?

Nevermind, I thought the tfds.load didn’t work because it said 0% until it was 100% downloaded. :sweat_smile: