wolfgang1717 commited on
Commit
542bcfc
1 Parent(s): 0e3b160

Create ticket-classification-updated-hf-20230203

Browse files
ticket-classification-updated-hf-20230203 ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [{'label': 'Finance',
2
+ 'message': 'I just traveled to Paris for a conference, where can I get the train ride refunded?'},
3
+ {'label': 'Sales',
4
+ 'message': 'Hello, we would like to get in contact with your sales team, because we are interested in your solution.'},
5
+ {'label': 'Communications',
6
+ 'message': 'We are working on a documentation on AI and would like to film a piece about you. Would you be interested?'},
7
+ {'label': 'Research',
8
+ 'message': 'I am working with Stanford and was hoping to win you over for a research collaboration.'},
9
+ {'label': 'IT Support', 'message': 'My laptop is broken'},
10
+ {'label': 'Communications', 'message': 'Can you send your models via email?'},
11
+ {'label': 'Research', 'message': 'We should do a research collaboration.'},
12
+ {'label': 'Research',
13
+ 'message': 'My company has been working on time series and signal processing for a long time. It would make sense to define a joint go to market and research strategy.'},
14
+ {'label': 'Human Resources',
15
+ 'message': 'Full stack developer in your area available now.'},
16
+ {'label': 'Product',
17
+ 'message': 'Hi,\n\nI recently bought your offering. I am having trouble running your docker container in my environment. It fails to start. Can you help?'},
18
+ {'label': 'Product',
19
+ 'message': 'Hello,\n\nI am getting strange errors from your API. It is saying the queue is full, but I am only sending one task at a time. Why is this happening?'},
20
+ {'label': 'Product',
21
+ 'message': 'Can you show me a demo of different use cases your offering can solve?'},
22
+ {'label': 'Human Resources',
23
+ 'message': 'Hey, I did not get a t-shirt in the onboarding. Could I still get one?'},
24
+ {'label': 'Customer',
25
+ 'message': 'Hi, can you name me a couple of timeslots for a first call? Would be really interested in learning more about the product?'},
26
+ {'label': 'Product',
27
+ 'message': 'Hi Jan, is your product ISO 37301 compliant?'},
28
+ {'message': 'I can’t login to Mattermost or Sharepoint, how can I gain access?',
29
+ 'label': 'IT Support'},
30
+ {'label': 'Finance',
31
+ 'message': 'I did not get paid last month, when do I get paid? What is going on?'},
32
+ {'label': 'Security',
33
+ 'message': 'Hi, I want to get a new badge, the photo of me looks ugly and I just got new glasses so it does not look like me. '},
34
+ {'label': 'Marketing',
35
+ 'message': 'I have a question concerning your marketing strategy, would you have time to hop on a call?'},
36
+ {'label': 'CEO Office',
37
+ 'message': 'Dear Jonas Andrulis,\n\nWe have met each other at the event in Nürnberg, can we meet for a follow up in your Office in Heidelberg?'},
38
+ {'label': 'Security',
39
+ 'message': 'Your hTTPs Certificate is not valid on your www.aleph-alpha.de'},
40
+ {'label': 'Human Resources',
41
+ 'message': 'I want to take a week off immediatly'},
42
+ {'label': 'Human Resources', 'message': 'I want to take a sabbatical'},
43
+ {'label': 'Human Resources',
44
+ 'message': 'How can I work more, I want to work weekends, can I get paid overtime?'}]