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 Data and Encode Labels
The query consolidates text and label data from both training and test sets and encodes labels for consistency, making it easier to work with the data numerically.
Map Labels to Integers
Maps label strings to integer values for the test dataset, useful for preprocessing data but does not provide deep insights.
Map Labels to Integers
This query converts categorical labels to integer labels but primarily returns the raw text and its corresponding integer label, providing limited analytical insight.
Map Labels to Integers
Assigns an integer to each unique label in the training dataset, which facilitates numerical processing but does not provide deep analysis or insights.