Sarthak279 commited on
Commit
4ab24d1
1 Parent(s): a9f0be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -9
README.md CHANGED
@@ -22,18 +22,37 @@ It achieves the following results on the evaluation set:
22
  - Epoch: 1
23
 
24
  ## Model description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- More information needed
27
 
28
- ## Intended uses & limitations
29
 
30
- More information needed
31
-
32
- ## Training and evaluation data
33
-
34
- More information needed
35
-
36
- ## Training procedure
37
 
38
  ### Training hyperparameters
39
 
 
22
  - Epoch: 1
23
 
24
  ## Model description
25
+ Enter intent , you will get the label number depicting the intent
26
+ 'get_refund': 0,
27
+ 'change_order': 1,
28
+ 'contact_customer_service': 2,
29
+ 'recover_password': 3,
30
+ 'create_account': 4,
31
+ 'check_invoices': 5,
32
+ 'payment_issue': 6,
33
+ 'place_order': 7,
34
+ 'delete_account': 8,
35
+ 'set_up_shipping_address': 9,
36
+ 'delivery_options': 10,
37
+ 'track_order': 11,
38
+ 'change_shipping_address': 12,
39
+ 'track_refund': 13,
40
+ 'check_refund_policy': 14,
41
+ 'review': 15,
42
+ 'contact_human_agent': 16,
43
+ 'delivery_period': 17,
44
+ 'edit_account': 18,
45
+ 'registration_problems': 19,
46
+ 'get_invoice': 20,
47
+ 'switch_account': 21,
48
+ 'cancel_order': 22,
49
+ 'check_payment_methods': 23,
50
+ 'check_cancellation_fee': 24,
51
+ 'newsletter_subscription': 25,
52
+ 'complaint': 26
53
 
 
54
 
 
55
 
 
 
 
 
 
 
 
56
 
57
  ### Training hyperparameters
58