The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
Subsets and Splits
Combine IMDB Train and Test Sets
The query combines two datasets into one, which is a basic operation that helps in viewing the data together but doesn't provide much analytical insight.
Sample IMDB Positive & Negative Reviews
Returns a small sample of text entries from two different labels in the dataset, providing basic examples of each label.
Short IMDB Reviews
Retrieves a sample of 3500 texts from the 'train' dataset where the text length is less than 512 characters, providing basic filtering.
Top Word-Counts in Movie Reviews
Retrieves the texts with the highest word count, providing a basic insight into the range of text lengths.