ulyatkch's picture
Upload README.md with huggingface_hub
c117205 verified
---
license: mit
task_categories:
- text-classification
tags:
- text-classification
- intent-classification
- banking
- nlp
- data-centric-ai
---
# 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
```python
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 License