raghavdw commited on
Commit
d3f318f
·
verified ·
1 Parent(s): 6b69d9f

Upload label_maps.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_maps.json +48 -1
label_maps.json CHANGED
@@ -1 +1,48 @@
1
- {"Predicted_Intent": {"AccountAccess": 0, "BaggageClaim": 1, "CancelFlight": 2, "ChangeFlight": 3, "CheckFlightStatus": 4, "Complaint": 5, "CreditCardInquiry": 6, "GeneralInquiry": 7, "GetRefund": 8, "InFlightEntertainment": 9, "MileageInquiry": 10, "Other": 11, "PetTravel": 12, "ProvideInformation": 13, "RequestAssistance": 14, "UpgradeRequest": 15}, "Topic_Name": {"Account Access": 0, "Baggage Claim": 1, "Cancel Flight": 2, "Change Flight": 3, "Check Flight Status": 4, "Complaint": 5, "Credit Card Inquiry": 6, "General Inquiry": 7, "Get Refund": 8, "In-Flight Entertainment": 9, "Mileage Inquiry": 10, "Other": 11, "Pet Travel": 12, "Provide Information": 13, "Request Assistance": 14, "Upgrade Request": 15}, "Sentiment": {"NEGATIVE": 0, "POSITIVE": 1}, "fallback_type": {"intent mismatch": 0, "no fallback": 1, "other fallback": 2, "unknown query": 3}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Predicted_Intent": {
3
+ "AccountAccess": 0,
4
+ "BaggageClaim": 1,
5
+ "CancelFlight": 2,
6
+ "ChangeFlight": 3,
7
+ "CheckFlightStatus": 4,
8
+ "Complaint": 5,
9
+ "CreditCardInquiry": 6,
10
+ "GeneralInquiry": 7,
11
+ "GetRefund": 8,
12
+ "InFlightEntertainment": 9,
13
+ "MileageInquiry": 10,
14
+ "Other": 11,
15
+ "PetTravel": 12,
16
+ "ProvideInformation": 13,
17
+ "RequestAssistance": 14,
18
+ "UpgradeRequest": 15
19
+ },
20
+ "Topic_Name": {
21
+ "Account Access": 0,
22
+ "Baggage Claim": 1,
23
+ "Cancel Flight": 2,
24
+ "Change Flight": 3,
25
+ "Check Flight Status": 4,
26
+ "Complaint": 5,
27
+ "Credit Card Inquiry": 6,
28
+ "General Inquiry": 7,
29
+ "Get Refund": 8,
30
+ "In-Flight Entertainment": 9,
31
+ "Mileage Inquiry": 10,
32
+ "Other": 11,
33
+ "Pet Travel": 12,
34
+ "Provide Information": 13,
35
+ "Request Assistance": 14,
36
+ "Upgrade Request": 15
37
+ },
38
+ "Sentiment": {
39
+ "NEGATIVE": 0,
40
+ "POSITIVE": 1
41
+ },
42
+ "fallback_type": {
43
+ "intent mismatch": 0,
44
+ "no fallback": 1,
45
+ "other fallback": 2,
46
+ "unknown query": 3
47
+ }
48
+ }