banking-clinc-oos / README.md
Dref360's picture
Upload README.md with huggingface_hub
ecdaba8 verified
metadata
dataset_info:
  - config_name: imbalanced
    features:
      - name: text
        dtype: string
      - name: intent
        dtype:
          class_label:
            names:
              '0': account_blocked
              '1': interest_rate
              '2': report_lost_card
              '3': freeze_account
              '4': bill_balance
              '5': improve_credit_score
              '6': balance
              '7': exchange_rate
              '8': credit_limit
              '9': oos
              '10': card_declined
              '11': rewards_balance
              '12': bill_due
              '13': damaged_card
              '14': pin_change
              '15': replacement_card_duration
              '16': new_card
              '17': income
              '18': taxes
              '19': rollover_401k
              '20': direct_deposit
              '21': credit_limit_change
              '22': pay_bill
              '23': order_checks
              '24': transfer
              '25': international_fees
              '26': min_payment
    splits:
      - name: test
        num_bytes: 286966
        num_examples: 5500
      - name: train
        num_bytes: 546901
        num_examples: 10625
      - name: validation
        num_bytes: 160298
        num_examples: 3100
    download_size: 426123
    dataset_size: 994165
  - config_name: plus
    features:
      - name: text
        dtype: string
      - name: intent
        dtype:
          class_label:
            names:
              '0': account_blocked
              '1': interest_rate
              '2': report_lost_card
              '3': freeze_account
              '4': bill_balance
              '5': improve_credit_score
              '6': balance
              '7': exchange_rate
              '8': credit_limit
              '9': oos
              '10': card_declined
              '11': rewards_balance
              '12': bill_due
              '13': damaged_card
              '14': pin_change
              '15': replacement_card_duration
              '16': new_card
              '17': income
              '18': taxes
              '19': rollover_401k
              '20': direct_deposit
              '21': credit_limit_change
              '22': pay_bill
              '23': order_checks
              '24': transfer
              '25': international_fees
              '26': min_payment
    splits:
      - name: test
        num_bytes: 286966
        num_examples: 5500
      - name: train
        num_bytes: 791247
        num_examples: 15250
      - name: validation
        num_bytes: 160298
        num_examples: 3100
    download_size: 509960
    dataset_size: 1238511
  - config_name: small
    features:
      - name: text
        dtype: string
      - name: intent
        dtype:
          class_label:
            names:
              '0': account_blocked
              '1': interest_rate
              '2': report_lost_card
              '3': freeze_account
              '4': bill_balance
              '5': improve_credit_score
              '6': balance
              '7': exchange_rate
              '8': credit_limit
              '9': oos
              '10': card_declined
              '11': rewards_balance
              '12': bill_due
              '13': damaged_card
              '14': pin_change
              '15': replacement_card_duration
              '16': new_card
              '17': income
              '18': taxes
              '19': rollover_401k
              '20': direct_deposit
              '21': credit_limit_change
              '22': pay_bill
              '23': order_checks
              '24': transfer
              '25': international_fees
              '26': min_payment
    splits:
      - name: test
        num_bytes: 286966
        num_examples: 5500
      - name: train
        num_bytes: 394124
        num_examples: 7600
      - name: validation
        num_bytes: 160298
        num_examples: 3100
    download_size: 369492
    dataset_size: 841388
configs:
  - config_name: imbalanced
    data_files:
      - split: test
        path: imbalanced/test-*
      - split: train
        path: imbalanced/train-*
      - split: validation
        path: imbalanced/validation-*
  - config_name: plus
    data_files:
      - split: test
        path: plus/test-*
      - split: train
        path: plus/train-*
      - split: validation
        path: plus/validation-*
  - config_name: small
    data_files:
      - split: test
        path: small/test-*
      - split: train
        path: small/train-*
      - split: validation
        path: small/validation-*

Dataset Card for "banking-clinc-oos"

More Information needed