Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
a087e01
1 Parent(s): 9c043e5

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -128
dataset_infos.json DELETED
@@ -1,128 +0,0 @@
1
- {
2
- "default": {
3
- "description": "BANKING77 dataset provides a very fine-grained set of intents in a banking domain.\nIt comprises 13,083 customer service queries labeled with 77 intents.\nIt focuses on fine-grained single-domain intent detection.\n",
4
- "citation": "\\\n@inproceedings{Casanueva2020,\n author = {I{\\~{n}}igo Casanueva and Tadas Temcinas and Daniela Gerz and Matthew Henderson and Ivan Vulic},\n title = {Efficient Intent Detection with Dual Sentence Encoders},\n year = {2020},\n month = {mar},\n note = {Data available at https://github.com/PolyAI-LDN/task-specific-datasets},\n url = {https://arxiv.org/abs/2003.04807},\n booktitle = {Proceedings of the 2nd Workshop on NLP for ConvAI - ACL 2020}\n}\n",
5
- "homepage": "https://github.com/PolyAI-LDN/task-specific-datasets",
6
- "license": "Creative Commons Attribution 4.0 International",
7
- "features": {
8
- "text": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "label": {
13
- "names": [
14
- "activate_my_card",
15
- "age_limit",
16
- "apple_pay_or_google_pay",
17
- "atm_support",
18
- "automatic_top_up",
19
- "balance_not_updated_after_bank_transfer",
20
- "balance_not_updated_after_cheque_or_cash_deposit",
21
- "beneficiary_not_allowed",
22
- "cancel_transfer",
23
- "card_about_to_expire",
24
- "card_acceptance",
25
- "card_arrival",
26
- "card_delivery_estimate",
27
- "card_linking",
28
- "card_not_working",
29
- "card_payment_fee_charged",
30
- "card_payment_not_recognised",
31
- "card_payment_wrong_exchange_rate",
32
- "card_swallowed",
33
- "cash_withdrawal_charge",
34
- "cash_withdrawal_not_recognised",
35
- "change_pin",
36
- "compromised_card",
37
- "contactless_not_working",
38
- "country_support",
39
- "declined_card_payment",
40
- "declined_cash_withdrawal",
41
- "declined_transfer",
42
- "direct_debit_payment_not_recognised",
43
- "disposable_card_limits",
44
- "edit_personal_details",
45
- "exchange_charge",
46
- "exchange_rate",
47
- "exchange_via_app",
48
- "extra_charge_on_statement",
49
- "failed_transfer",
50
- "fiat_currency_support",
51
- "get_disposable_virtual_card",
52
- "get_physical_card",
53
- "getting_spare_card",
54
- "getting_virtual_card",
55
- "lost_or_stolen_card",
56
- "lost_or_stolen_phone",
57
- "order_physical_card",
58
- "passcode_forgotten",
59
- "pending_card_payment",
60
- "pending_cash_withdrawal",
61
- "pending_top_up",
62
- "pending_transfer",
63
- "pin_blocked",
64
- "receiving_money",
65
- "Refund_not_showing_up",
66
- "request_refund",
67
- "reverted_card_payment?",
68
- "supported_cards_and_currencies",
69
- "terminate_account",
70
- "top_up_by_bank_transfer_charge",
71
- "top_up_by_card_charge",
72
- "top_up_by_cash_or_cheque",
73
- "top_up_failed",
74
- "top_up_limits",
75
- "top_up_reverted",
76
- "topping_up_by_card",
77
- "transaction_charged_twice",
78
- "transfer_fee_charged",
79
- "transfer_into_account",
80
- "transfer_not_received_by_recipient",
81
- "transfer_timing",
82
- "unable_to_verify_identity",
83
- "verify_my_identity",
84
- "verify_source_of_funds",
85
- "verify_top_up",
86
- "virtual_card_not_working",
87
- "visa_or_mastercard",
88
- "why_verify_identity",
89
- "wrong_amount_of_cash_received",
90
- "wrong_exchange_rate_for_cash_withdrawal"
91
- ],
92
- "_type": "ClassLabel"
93
- }
94
- },
95
- "task_templates": [
96
- {
97
- "task": "text-classification",
98
- "label_column": "label"
99
- }
100
- ],
101
- "builder_name": "banking77",
102
- "dataset_name": "banking77",
103
- "config_name": "default",
104
- "version": {
105
- "version_str": "1.1.0",
106
- "major": 1,
107
- "minor": 1,
108
- "patch": 0
109
- },
110
- "splits": {
111
- "train": {
112
- "name": "train",
113
- "num_bytes": 715028,
114
- "num_examples": 10003,
115
- "dataset_name": null
116
- },
117
- "test": {
118
- "name": "test",
119
- "num_bytes": 204010,
120
- "num_examples": 3080,
121
- "dataset_name": null
122
- }
123
- },
124
- "download_size": 392040,
125
- "dataset_size": 919038,
126
- "size_in_bytes": 1311078
127
- }
128
- }