File size: 620 Bytes
c117205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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