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
SQL Console for stanfordnlp/imdb
Retrieves 1000 samples from the train dataset where the label is 1, providing a basic subset of the data for initial inspection.
Negative Reviews Sample
Retrieves 1000 samples from the dataset where the label is 0, providing basic filtering but minimal analytical insight.
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.