text
stringclasses
2 values
label
class label
1 class
I recently purchased a laptop from this website and was pleasantly surprised by the quick shipping and excellent customer service. The representative was patient and helpful in resolving my issue with the product.
1customer-service
I called the customer service number multiple times and each time I was on hold for over 30 minutes, it was frustrating.
1customer-service

Built with Distilabel

Dataset Card for my-distiset-f45eb6b333

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/airabbitX/my-distiset-f45eb6b333/raw/main/pipeline.yaml"

or explore the configuration:

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

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 1,
    "text": "I recently purchased a laptop from this website and was pleasantly surprised by the quick shipping and excellent customer service. The representative was patient and helpful in resolving my issue with the product."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("airabbitX/my-distiset-f45eb6b333", "default")

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

from datasets import load_dataset

ds = load_dataset("airabbitX/my-distiset-f45eb6b333")
Downloads last month
11