Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Banking Intent 50 Dataset

This dataset contains banking intent classification data with multiple CSV files for different use cases.

Dataset Description

The dataset includes:

  • examples-pool.csv - Pool of examples for labeling
  • examples-pool-ground-truth.csv - Ground truth labels
  • test.csv - Test set

Usage

import pandas as pd
from huggingface_hub import hf_hub_download

# Download a specific file
file_path = hf_hub_download(
    repo_id="Cleanlab/banking-intent-50",
    filename="examples-pool.csv",
    repo_type="dataset"
)
df = pd.read_csv(file_path)
print(df.head())

License

MIT License

Downloads last month
18