kubrabuzlu commited on
Commit
df1c03b
·
verified ·
1 Parent(s): 2965bf9

Delete data

Browse files
Files changed (2) hide show
  1. data/data.json +0 -23
  2. data/possible_labels.json +0 -4
data/data.json DELETED
@@ -1,23 +0,0 @@
1
- [
2
- {"text": "Hello! Thank you for reaching out to our customer service. How can I assist you today?"},
3
- {"text": "Hi! I'm interested in purchasing the new iPhone 14."},
4
- {"text": "That's fantastic to hear! The iPhone 14 is a great choice. Which specific model are you considering?"},
5
- {"text": "I'm looking at the iPhone 14 Pro Max with the highest storage capacity."},
6
- {"text": "Excellent choice! Would you like to buy it outright or explore our payment plan options?"},
7
- {"text": "I'd like to explore the payment plan options, please."},
8
- {"text": "Of course. We offer several flexible payment plans. Could you please provide your information so I can assist you further?"},
9
- {"text": "Sure, I'm ready."},
10
- {"text": "Firstly, may I have your full name and email address?"},
11
- {"text": "My name is John Doe and my email address is johndoe@example.com."},
12
- {"text": "Thank you, John. Now, would you prefer a 12-month or 24-month payment plan?"},
13
- {"text": "I think a 24-month plan would be more manageable for me."},
14
- {"text": "Understood. Do you have any devices you'd like to trade in towards your purchase?"},
15
- {"text": "Yes, I have an iPhone 12 Pro that I'd like to trade in."},
16
- {"text": "I see. Let me check our current offers and see if we have any promotions that would benefit you."},
17
- {"text": "Based on the condition of your iPhone 12 Pro, I'm sorry to say that we can't offer much for a trade-in value."},
18
- {"text": "That's disappointing to hear."},
19
- {"text": "I understand your frustration. Is there anything else I can assist you with?"},
20
- {"text": "No, that's all for now. Thank you!"},
21
- {"text": "You're welcome! If you have any further questions, feel free to reach out to us anytime. Have a great day!"}
22
- ]
23
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/possible_labels.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "sentiment_labels": ["Positive", "Negative", "Neutral"],
3
- "intention_labels": ["Inquire", "Inform", "Payment", "Price", "Trade In", "Discount", "Complaint", "Approve", "Selling", "Confusion", "Change Package", "Upgrade", "Purchase", "Help"]
4
- }