Commit ·
17f9f60
1
Parent(s): c714223
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ This is intent classification for customer order service,
|
|
| 16 |
|
| 17 |
Features such as placing, Tracking and managment of orders, -
|
| 18 |
Handles payment issues such as making and refund of payment -
|
| 19 |
-
Options for delivery , address for shipping and also account management like
|
| 20 |
Options for contacting human agent -
|
| 21 |
|
| 22 |
You can also sends complaints here -
|
|
@@ -31,33 +31,33 @@ It achieves the following results on the evaluation set:
|
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
Enter intent , you will get the label number depicting the intent
|
| 34 |
-
'get_refund': 0,
|
| 35 |
-
'change_order': 1,
|
| 36 |
-
'contact_customer_service': 2,
|
| 37 |
-
'recover_password': 3,
|
| 38 |
-
'create_account': 4,
|
| 39 |
-
'check_invoices': 5,
|
| 40 |
-
'payment_issue': 6,
|
| 41 |
-
'place_order': 7,
|
| 42 |
-
'delete_account': 8,
|
| 43 |
-
'set_up_shipping_address': 9,
|
| 44 |
-
'delivery_options': 10,
|
| 45 |
-
'track_order': 11,
|
| 46 |
-
'change_shipping_address': 12,
|
| 47 |
-
'track_refund': 13,
|
| 48 |
-
'check_refund_policy': 14,
|
| 49 |
-
'review': 15,
|
| 50 |
-
'contact_human_agent': 16,
|
| 51 |
-
'delivery_period': 17,
|
| 52 |
-
'edit_account': 18,
|
| 53 |
-
'registration_problems': 19,
|
| 54 |
-
'get_invoice': 20,
|
| 55 |
-
'switch_account': 21,
|
| 56 |
-
'cancel_order': 22,
|
| 57 |
-
'check_payment_methods': 23,
|
| 58 |
-
'check_cancellation_fee': 24,
|
| 59 |
-
'newsletter_subscription': 25,
|
| 60 |
-
'complaint': 26
|
| 61 |
|
| 62 |
|
| 63 |
|
|
|
|
| 16 |
|
| 17 |
Features such as placing, Tracking and managment of orders, -
|
| 18 |
Handles payment issues such as making and refund of payment -
|
| 19 |
+
Options for delivery , address for shipping and also account management like editing, update account and delete account - -
|
| 20 |
Options for contacting human agent -
|
| 21 |
|
| 22 |
You can also sends complaints here -
|
|
|
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
Enter intent , you will get the label number depicting the intent
|
| 34 |
+
- 'get_refund': 0,
|
| 35 |
+
- 'change_order': 1,
|
| 36 |
+
- 'contact_customer_service': 2,
|
| 37 |
+
- 'recover_password': 3,
|
| 38 |
+
- 'create_account': 4,
|
| 39 |
+
- 'check_invoices': 5,
|
| 40 |
+
- 'payment_issue': 6,
|
| 41 |
+
- 'place_order': 7,
|
| 42 |
+
- 'delete_account': 8,
|
| 43 |
+
- 'set_up_shipping_address': 9,
|
| 44 |
+
- 'delivery_options': 10,
|
| 45 |
+
- 'track_order': 11,
|
| 46 |
+
- 'change_shipping_address': 12,
|
| 47 |
+
- 'track_refund': 13,
|
| 48 |
+
- 'check_refund_policy': 14,
|
| 49 |
+
- 'review': 15,
|
| 50 |
+
- 'contact_human_agent': 16,
|
| 51 |
+
- 'delivery_period': 17,
|
| 52 |
+
- 'edit_account': 18,
|
| 53 |
+
- 'registration_problems': 19,
|
| 54 |
+
- 'get_invoice': 20,
|
| 55 |
+
- 'switch_account': 21,
|
| 56 |
+
- 'cancel_order': 22,
|
| 57 |
+
- 'check_payment_methods': 23,
|
| 58 |
+
- 'check_cancellation_fee': 24,
|
| 59 |
+
- 'newsletter_subscription': 25,
|
| 60 |
+
- 'complaint': 26
|
| 61 |
|
| 62 |
|
| 63 |
|