Skip to content

Commit

Permalink
WIP: trying out different models
Browse files Browse the repository at this point in the history
  • Loading branch information
NickyHavoc authored and SebastianNiehusTNG committed Apr 3, 2024
1 parent 4d0dc03 commit 169969a
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 691 deletions.
204 changes: 96 additions & 108 deletions src/examples/data/classify_examples.json
Original file line number Diff line number Diff line change
@@ -1,110 +1,98 @@
[
{
"label": "Finance",
"message": "I just traveled to Paris for a conference, where can I get the train ride refunded?"
},
{
"label": "Customer",
"message": "Hello, we would like to get in contact with your sales team, because we are interested in your solution."
},
{
"label": "Communication Department",
"message": "We are working on a documentation on AI and would like to film a piece about you. Would you be interested?"
},
{
"label": "Research",
"message": "I am working with Stanford and was hoping to win you over for a research collaboration."
},
{
"label": "IT Support",
"message": "My laptop is broken"
},
{
"label": "Communications",
"message": "I already tried to call many times. Can I get a meeting with Jonas?"
},
{
"label": "Communications",
"message": "Can you send your models via email?"
},
{
"label": "Research",
"message": "We should do a research collaboration."
},
{
"label": "Research",
"message": "H100 cluster available right now. Would you like to procure at low prices?"
},
{
"label": "Research",
"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."
},
{
"label": "People & Culture",
"message": "Full stack developer in your area available now."
},
{
"label": "Product",
"message": "Hi,\n\nI am having trouble running your docker container in my environment. It fails to start. Can you help?"
},
{
"label": "Product",
"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?"
},
{
"label": "Customer",
"message": "Can you show me a demo of different use cases your product can solve?"
},
{
"label": "People & Culture",
"message": "Hey, I did not get a t-shirt in the onboarding. Could I still get one?"
},
{
"label": "Customer",
"message": "Hi, can you name me a couple of timeslots for a first call? Would be really interested in learning more about the product?"
},
{
"label": "Product",
"message": "Hi Jan, is your tool ISO 37301 compliant?"
},
{
"label": "I can’t login to Mattermost or Sharepoint, how can I gain access?",
"message": "IT Support"
},
{
"label": "Ignore",
"message": "Hi, Jonas here. I need something really urgently right now. Could you share your number with me?"
},
{
"label": "Finance",
"message": "I did not get paid last month, when do I get paid? What is going on?"
},
{
"label": "Security",
"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. "
},
{
"label": "Marketing",
"message": "Let us celebrate AI day in style, we want to invite you and the CEO to join us."
},
{
"label": "Sales",
"message": "Jonas, we have met each other at the event in Nürnberg, can we meet for a follow up in your Office in Heidelberg?"
},
{
"label": "Security",
"message": "Your hTTPs Certificate is not valid on your www.aleph-alpha.de"
},
{
"label": "HR",
"message": "I want to take a week off immediatly"
},
{
"label": "HR",
"message": "I want to take a sabbatical"
},
{
"label": "HR",
"message": "How can I work more, I want to work weekends, can I get paid overtime?"
}
{
"label": "Finance",
"message": "I just traveled to Paris for a conference, where can I get the train ride refunded?"
},
{
"label": "Sales",
"message": "Hello, we would like to get in contact with your sales team, because we are interested in your solution."
},
{
"label": "Communications",
"message": "We are working on a documentation on AI and would like to film a piece about you. Would you be interested?"
},
{
"label": "Research",
"message": "I am working with Stanford and was hoping to win you over for a research collaboration."
},
{
"label": "IT Support",
"message": "My laptop is broken"
},
{
"label": "Communications",
"message": "Can you send your models via email?"
},
{
"label": "Research",
"message": "We should do a research collaboration."
},
{
"label": "Research",
"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."
},
{
"label": "Human Resources",
"message": "Full stack developer in your area available now."
},
{
"label": "Product",
"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?"
},
{
"label": "Product",
"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?"
},
{
"label": "Product",
"message": "Can you show me a demo of different use cases your offering can solve?"
},
{
"label": "Human Resources",
"message": "Hey, I did not get a t-shirt in the onboarding. Could I still get one?"
},
{
"label": "Customer",
"message": "Hi, can you name me a couple of timeslots for a first call? Would be really interested in learning more about the product?"
},
{
"label": "Product",
"message": "Hi Jan, is your product ISO 37301 compliant?"
},
{
"label": "IT Support",
"message": "I can\u2019t login to Mattermost or Sharepoint, how can I gain access?"
},
{
"label": "Finance",
"message": "I did not get paid last month, when do I get paid? What is going on?"
},
{
"label": "Security",
"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. "
},
{
"label": "Marketing",
"message": "I have a question concerning your marketing strategy, would you have time to hop on a call?"
},
{
"label": "CEO Office",
"message": "Dear Jonas Andrulis,\n\nWe have met each other at the event in N\u00fcrnberg, can we meet for a follow up in your Office in Heidelberg?"
},
{
"label": "Security",
"message": "Your hTTPs Certificate is not valid on your www.aleph-alpha.de"
},
{
"label": "Human Resources",
"message": "I want to take a week off immediatly"
},
{
"label": "Human Resources",
"message": "I want to take a sabbatical"
},
{
"label": "Human Resources",
"message": "How can I work more, I want to work weekends, can I get paid overtime?"
}
]
Loading

0 comments on commit 169969a

Please sign in to comment.