dvilasuero HF Staff commited on
Commit
bc9a980
·
1 Parent(s): a24486e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': activate_my_card
11
+ '1': age_limit
12
+ '2': apple_pay_or_google_pay
13
+ '3': atm_support
14
+ '4': automatic_top_up
15
+ '5': balance_not_updated_after_bank_transfer
16
+ '6': balance_not_updated_after_cheque_or_cash_deposit
17
+ '7': beneficiary_not_allowed
18
+ '8': cancel_transfer
19
+ '9': card_about_to_expire
20
+ '10': card_acceptance
21
+ '11': card_arrival
22
+ '12': card_delivery_estimate
23
+ '13': card_linking
24
+ '14': card_not_working
25
+ '15': card_payment_fee_charged
26
+ '16': card_payment_not_recognised
27
+ '17': card_payment_wrong_exchange_rate
28
+ '18': card_swallowed
29
+ '19': cash_withdrawal_charge
30
+ '20': cash_withdrawal_not_recognised
31
+ '21': change_pin
32
+ '22': compromised_card
33
+ '23': contactless_not_working
34
+ '24': country_support
35
+ '25': declined_card_payment
36
+ '26': declined_cash_withdrawal
37
+ '27': declined_transfer
38
+ '28': direct_debit_payment_not_recognised
39
+ '29': disposable_card_limits
40
+ '30': edit_personal_details
41
+ '31': exchange_charge
42
+ '32': exchange_rate
43
+ '33': exchange_via_app
44
+ '34': extra_charge_on_statement
45
+ '35': failed_transfer
46
+ '36': fiat_currency_support
47
+ '37': get_disposable_virtual_card
48
+ '38': get_physical_card
49
+ '39': getting_spare_card
50
+ '40': getting_virtual_card
51
+ '41': lost_or_stolen_card
52
+ '42': lost_or_stolen_phone
53
+ '43': order_physical_card
54
+ '44': passcode_forgotten
55
+ '45': pending_card_payment
56
+ '46': pending_cash_withdrawal
57
+ '47': pending_top_up
58
+ '48': pending_transfer
59
+ '49': pin_blocked
60
+ '50': receiving_money
61
+ '51': Refund_not_showing_up
62
+ '52': request_refund
63
+ '53': reverted_card_payment?
64
+ '54': supported_cards_and_currencies
65
+ '55': terminate_account
66
+ '56': top_up_by_bank_transfer_charge
67
+ '57': top_up_by_card_charge
68
+ '58': top_up_by_cash_or_cheque
69
+ '59': top_up_failed
70
+ '60': top_up_limits
71
+ '61': top_up_reverted
72
+ '62': topping_up_by_card
73
+ '63': transaction_charged_twice
74
+ '64': transfer_fee_charged
75
+ '65': transfer_into_account
76
+ '66': transfer_not_received_by_recipient
77
+ '67': transfer_timing
78
+ '68': unable_to_verify_identity
79
+ '69': verify_my_identity
80
+ '70': verify_source_of_funds
81
+ '71': verify_top_up
82
+ '72': virtual_card_not_working
83
+ '73': visa_or_mastercard
84
+ '74': why_verify_identity
85
+ '75': wrong_amount_of_cash_received
86
+ '76': wrong_exchange_rate_for_cash_withdrawal
87
+ - name: vectors
88
+ struct:
89
+ - name: openai-text-embedding-ada-002
90
+ sequence: float64
91
+ splits:
92
+ - name: test
93
+ num_bytes: 1235118
94
+ num_examples: 100
95
+ download_size: 1186634
96
+ dataset_size: 1235118
97
+ ---
98
+ # Dataset Card for "banking77_openai_embeddings"
99
+
100
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)