Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringclasses
10 values
label
class label
2 classes
I recently ordered a new plan from your company and I'm having trouble setting up the international roaming feature. I've tried following the instructions, but the settings keep disappearing when I restart my phone. Can you please help me troubleshoot the issue?
0customer-assistant
I've been with your company for over 10 years and I've never had a problem with my service until now. My phone bill is twice as high as last month's and I'm not sure why. Can you help me figure out what's going on?
0customer-assistant
I'm extremely dissatisfied with the current billing plan I have with your company. Every time I call in, I get different answers about the promotions and deals I'm eligible for. I've been a loyal customer for years and I'm fed up with the lack of consistency.
1rude-customer
I've been with this company for years and I've never had a problem with my bill until now. This month I received a $50 charge for a service I didn't sign up for. I want it removed immediately.
1rude-customer
I recently upgraded my phone plan to the premium package, but I'm still getting a terrible signal in my area. I've moved to a new apartment and the signal strength is still weak. Can you help me with this issue?
0customer-assistant
I've been with this company for years and I've never had any issues until now. My bill is $300 and I got a notification that I owe an additional $100 for some international calls I made. I understand I made the calls, but I specifically asked to be put on a plan that would prevent such charges. I'm extremely disappoint...
0customer-assistant
I've been with your company for 5 years and I'm extremely disappointed with the new data plan pricing. The current rate is not competitive with other carriers and the customer service has been subpar lately. I've tried to upgrade my plan multiple times but the online system keeps telling me that it's not available.
1rude-customer
I'm calling to report a problem with my internet service. My Wi-Fi is not working and I've tried restarting the router, but it's still not connecting. Can you help me troubleshoot or schedule a technician to come out to my house?
1rude-customer
I'm having trouble understanding the bill for my mobile plan, it says I've used 12 GB of data when I'm pretty sure I've only used 5 GB. I need someone to check this and clarify it for me.
1rude-customer
I've been with your company for years and have never had any issues until today. I was trying to pay my bill and the automated system hung up on me for the 3rd time. Can you help me?
1rude-customer

Built with Distilabel

Dataset Card for my-distiset-c8b1baa0

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/sakshidalvi/my-distiset-c8b1baa0/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/sakshidalvi/my-distiset-c8b1baa0/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 0,
    "text": "I recently ordered a new plan from your company and I\u0027m having trouble setting up the international roaming feature. I\u0027ve tried following the instructions, but the settings keep disappearing when I restart my phone. Can you please help me troubleshoot the issue?"
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("sakshidalvi/my-distiset-c8b1baa0", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("sakshidalvi/my-distiset-c8b1baa0")
Downloads last month
5