Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
008b447
1 Parent(s): 57ad526

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +133 -39
README.md CHANGED
@@ -31,44 +31,138 @@ train-eval-index:
31
  text: text
32
  label: target
33
  metrics:
34
- - type: accuracy
35
- name: Accuracy
36
- - type: f1
37
- name: F1 macro
38
- args:
39
- average: macro
40
- - type: f1
41
- name: F1 micro
42
- args:
43
- average: micro
44
- - type: f1
45
- name: F1 weighted
46
- args:
47
- average: weighted
48
- - type: precision
49
- name: Precision macro
50
- args:
51
- average: macro
52
- - type: precision
53
- name: Precision micro
54
- args:
55
- average: micro
56
- - type: precision
57
- name: Precision weighted
58
- args:
59
- average: weighted
60
- - type: recall
61
- name: Recall macro
62
- args:
63
- average: macro
64
- - type: recall
65
- name: Recall micro
66
- args:
67
- average: micro
68
- - type: recall
69
- name: Recall weighted
70
- args:
71
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ---
73
 
74
  # Dataset Card for BANKING77
@@ -301,4 +395,4 @@ Creative Commons Attribution 4.0 International
301
 
302
  ### Contributions
303
 
304
- Thanks to [@dkajtoch](https://github.com/dkajtoch) for adding this dataset.
 
31
  text: text
32
  label: target
33
  metrics:
34
+ - type: accuracy
35
+ name: Accuracy
36
+ - type: f1
37
+ name: F1 macro
38
+ args:
39
+ average: macro
40
+ - type: f1
41
+ name: F1 micro
42
+ args:
43
+ average: micro
44
+ - type: f1
45
+ name: F1 weighted
46
+ args:
47
+ average: weighted
48
+ - type: precision
49
+ name: Precision macro
50
+ args:
51
+ average: macro
52
+ - type: precision
53
+ name: Precision micro
54
+ args:
55
+ average: micro
56
+ - type: precision
57
+ name: Precision weighted
58
+ args:
59
+ average: weighted
60
+ - type: recall
61
+ name: Recall macro
62
+ args:
63
+ average: macro
64
+ - type: recall
65
+ name: Recall micro
66
+ args:
67
+ average: micro
68
+ - type: recall
69
+ name: Recall weighted
70
+ args:
71
+ average: weighted
72
+ dataset_info:
73
+ features:
74
+ - name: text
75
+ dtype: string
76
+ - name: label
77
+ dtype:
78
+ class_label:
79
+ names:
80
+ 0: activate_my_card
81
+ 1: age_limit
82
+ 2: apple_pay_or_google_pay
83
+ 3: atm_support
84
+ 4: automatic_top_up
85
+ 5: balance_not_updated_after_bank_transfer
86
+ 6: balance_not_updated_after_cheque_or_cash_deposit
87
+ 7: beneficiary_not_allowed
88
+ 8: cancel_transfer
89
+ 9: card_about_to_expire
90
+ 10: card_acceptance
91
+ 11: card_arrival
92
+ 12: card_delivery_estimate
93
+ 13: card_linking
94
+ 14: card_not_working
95
+ 15: card_payment_fee_charged
96
+ 16: card_payment_not_recognised
97
+ 17: card_payment_wrong_exchange_rate
98
+ 18: card_swallowed
99
+ 19: cash_withdrawal_charge
100
+ 20: cash_withdrawal_not_recognised
101
+ 21: change_pin
102
+ 22: compromised_card
103
+ 23: contactless_not_working
104
+ 24: country_support
105
+ 25: declined_card_payment
106
+ 26: declined_cash_withdrawal
107
+ 27: declined_transfer
108
+ 28: direct_debit_payment_not_recognised
109
+ 29: disposable_card_limits
110
+ 30: edit_personal_details
111
+ 31: exchange_charge
112
+ 32: exchange_rate
113
+ 33: exchange_via_app
114
+ 34: extra_charge_on_statement
115
+ 35: failed_transfer
116
+ 36: fiat_currency_support
117
+ 37: get_disposable_virtual_card
118
+ 38: get_physical_card
119
+ 39: getting_spare_card
120
+ 40: getting_virtual_card
121
+ 41: lost_or_stolen_card
122
+ 42: lost_or_stolen_phone
123
+ 43: order_physical_card
124
+ 44: passcode_forgotten
125
+ 45: pending_card_payment
126
+ 46: pending_cash_withdrawal
127
+ 47: pending_top_up
128
+ 48: pending_transfer
129
+ 49: pin_blocked
130
+ 50: receiving_money
131
+ 51: Refund_not_showing_up
132
+ 52: request_refund
133
+ 53: reverted_card_payment?
134
+ 54: supported_cards_and_currencies
135
+ 55: terminate_account
136
+ 56: top_up_by_bank_transfer_charge
137
+ 57: top_up_by_card_charge
138
+ 58: top_up_by_cash_or_cheque
139
+ 59: top_up_failed
140
+ 60: top_up_limits
141
+ 61: top_up_reverted
142
+ 62: topping_up_by_card
143
+ 63: transaction_charged_twice
144
+ 64: transfer_fee_charged
145
+ 65: transfer_into_account
146
+ 66: transfer_not_received_by_recipient
147
+ 67: transfer_timing
148
+ 68: unable_to_verify_identity
149
+ 69: verify_my_identity
150
+ 70: verify_source_of_funds
151
+ 71: verify_top_up
152
+ 72: virtual_card_not_working
153
+ 73: visa_or_mastercard
154
+ 74: why_verify_identity
155
+ 75: wrong_amount_of_cash_received
156
+ 76: wrong_exchange_rate_for_cash_withdrawal
157
+ splits:
158
+ - name: test
159
+ num_bytes: 204014
160
+ num_examples: 3080
161
+ - name: train
162
+ num_bytes: 715036
163
+ num_examples: 10003
164
+ download_size: 1079034
165
+ dataset_size: 919050
166
  ---
167
 
168
  # Dataset Card for BANKING77
 
395
 
396
  ### Contributions
397
 
398
+ Thanks to [@dkajtoch](https://github.com/dkajtoch) for adding this dataset.