Hi, I am trying to download the imdb dataset but getting the following error:
huggingface_hub.errors.HfHubHTTPError: Client error '404 Not Found' for url 'https://huggingface.co/api/datasets/imdb/revision/e6281661ce1c48d982bc483cf8a173c1bbeb5d31'
Here is my code for reference:
from datasets import load_dataset
imdb_dataset = load_dataset("imdb")
thanks