ulyatkch commited on
Commit
c117205
·
verified ·
1 Parent(s): 2f2ece3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - text-classification
7
+ - intent-classification
8
+ - banking
9
+ - nlp
10
+ - data-centric-ai
11
+ ---
12
+
13
+ # Banking Intent Classification Dataset
14
+
15
+ This dataset contains text samples for banking intent classification tasks.
16
+
17
+ ## Dataset Description
18
+
19
+ The dataset consists of customer queries/messages related to banking services, each labeled with an intent category.
20
+
21
+ ## Usage
22
+
23
+ ```python
24
+ import pandas as pd
25
+
26
+ # Load the dataset
27
+ df = pd.read_csv("hf://datasets/Cleanlab/banking-intent-classification/banking-intent-classification.csv")
28
+ print(df.head())
29
+ ```
30
+
31
+ ## License
32
+
33
+ MIT License