Commit
•
7e5b6b2
1
Parent(s):
9837c13
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +105 -0
argilla.yaml
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
allow_extra_metadata: true
|
2 |
+
fields:
|
3 |
+
- name: text
|
4 |
+
required: true
|
5 |
+
title: Text
|
6 |
+
type: text
|
7 |
+
use_markdown: false
|
8 |
+
guidelines: null
|
9 |
+
metadata_properties: null
|
10 |
+
questions:
|
11 |
+
- description: null
|
12 |
+
labels:
|
13 |
+
- activate_my_card
|
14 |
+
- age_limit
|
15 |
+
- apple_pay_or_google_pay
|
16 |
+
- atm_support
|
17 |
+
- automatic_top_up
|
18 |
+
- balance_not_updated_after_bank_transfer
|
19 |
+
- balance_not_updated_after_cheque_or_cash_deposit
|
20 |
+
- beneficiary_not_allowed
|
21 |
+
- cancel_transfer
|
22 |
+
- card_about_to_expire
|
23 |
+
- card_acceptance
|
24 |
+
- card_arrival
|
25 |
+
- card_delivery_estimate
|
26 |
+
- card_linking
|
27 |
+
- card_not_working
|
28 |
+
- card_payment_fee_charged
|
29 |
+
- card_payment_not_recognised
|
30 |
+
- card_payment_wrong_exchange_rate
|
31 |
+
- card_swallowed
|
32 |
+
- cash_withdrawal_charge
|
33 |
+
- cash_withdrawal_not_recognised
|
34 |
+
- change_pin
|
35 |
+
- compromised_card
|
36 |
+
- contactless_not_working
|
37 |
+
- country_support
|
38 |
+
- declined_card_payment
|
39 |
+
- declined_cash_withdrawal
|
40 |
+
- declined_transfer
|
41 |
+
- direct_debit_payment_not_recognised
|
42 |
+
- disposable_card_limits
|
43 |
+
- edit_personal_details
|
44 |
+
- exchange_charge
|
45 |
+
- exchange_rate
|
46 |
+
- exchange_via_app
|
47 |
+
- extra_charge_on_statement
|
48 |
+
- failed_transfer
|
49 |
+
- fiat_currency_support
|
50 |
+
- get_disposable_virtual_card
|
51 |
+
- get_physical_card
|
52 |
+
- getting_spare_card
|
53 |
+
- getting_virtual_card
|
54 |
+
- lost_or_stolen_card
|
55 |
+
- lost_or_stolen_phone
|
56 |
+
- order_physical_card
|
57 |
+
- passcode_forgotten
|
58 |
+
- pending_card_payment
|
59 |
+
- pending_cash_withdrawal
|
60 |
+
- pending_top_up
|
61 |
+
- pending_transfer
|
62 |
+
- pin_blocked
|
63 |
+
- receiving_money
|
64 |
+
- Refund_not_showing_up
|
65 |
+
- request_refund
|
66 |
+
- reverted_card_payment?
|
67 |
+
- supported_cards_and_currencies
|
68 |
+
- terminate_account
|
69 |
+
- top_up_by_bank_transfer_charge
|
70 |
+
- top_up_by_card_charge
|
71 |
+
- top_up_by_cash_or_cheque
|
72 |
+
- top_up_failed
|
73 |
+
- top_up_limits
|
74 |
+
- top_up_reverted
|
75 |
+
- topping_up_by_card
|
76 |
+
- transaction_charged_twice
|
77 |
+
- transfer_fee_charged
|
78 |
+
- transfer_into_account
|
79 |
+
- transfer_not_received_by_recipient
|
80 |
+
- transfer_timing
|
81 |
+
- unable_to_verify_identity
|
82 |
+
- verify_my_identity
|
83 |
+
- verify_source_of_funds
|
84 |
+
- verify_top_up
|
85 |
+
- virtual_card_not_working
|
86 |
+
- visa_or_mastercard
|
87 |
+
- why_verify_identity
|
88 |
+
- wrong_amount_of_cash_received
|
89 |
+
- wrong_exchange_rate_for_cash_withdrawal
|
90 |
+
name: topics
|
91 |
+
required: true
|
92 |
+
title: Select the topic(s) of the request
|
93 |
+
type: multi_label_selection
|
94 |
+
visible_labels: 10
|
95 |
+
- description: null
|
96 |
+
labels:
|
97 |
+
- positive
|
98 |
+
- neutral
|
99 |
+
- negative
|
100 |
+
name: sentiment
|
101 |
+
required: true
|
102 |
+
title: What is the sentiment of the message?
|
103 |
+
type: label_selection
|
104 |
+
visible_labels: null
|
105 |
+
vectors_settings: null
|