Cleanlab/banking-intent-classification
Banking Intent Classification Dataset This dataset contains text samples for banking intent classification tasks. Dataset Description The dataset consists of customer queries/messages related to banking services, each labeled with an intent category. Usage import pandas as pd # Load the dataset df = pd.read_csv("hf://datasets/Cleanlab/banking-intent-classification/banking-intent-classification.csv") print(df.head()) License MIT… See the full description on the dataset page: https://huggingface.co/datasets/Cleanlab/banking-intent-classification.
030
