Dataset 'imdb' doesn't exist on the Hub or cannot be accessed at revision 'tmp-fix-imdb'

Hi! the dataset lives here now: stanfordnlp/imdb · Datasets at Hugging Face

you can load it with

dataset = load_dataset("stanfordnlp/imdb")
1 Like