Dataset Viewer
Auto-converted to Parquet
text
stringclasses
10 values
label
class label
3 classes
I was very happy with my order, it arrived within 3 days from the date I placed it, much faster than expected.
2overall-satisfaction
I love shopping from this platform, the variety of products is amazing and the delivery is always on time.
2overall-satisfaction
I recently purchased a new smartphone from this website and was pleasantly surprised by the excellent packaging and fast shipping. However, the phone itself has a slight defect in the screen.
0product-quality
I recently purchased the new smartwatch from this website, and I'm extremely satisfied with its durability and functionality. However, the customer service was not very responsive to my inquiries about the return policy.
2overall-satisfaction
I'm very disappointed with the price of this product. It's overpriced and I expected more quality for the amount I paid.
2overall-satisfaction
The package arrived at my doorstep in a surprisingly short amount of time, considering it had to travel from the other side of the country. The box was well-packaged and the product inside was carefully wrapped. I'm extremely satisfied with the overall experience and will definitely be shopping here again.
2overall-satisfaction
The customer service team was very helpful in resolving my issue with a defective product. They provided excellent communication and ensured that the replacement product was delivered promptly.
3customer-service
I am extremely satisfied with the new smartphone I purchased from this website. The camera quality is exceptional and the battery life is amazing. I highly recommend this product to anyone looking for a great phone.
2overall-satisfaction
I'm really impressed with the durability of this product. The materials used are top-notch and it's clear that the manufacturer put a lot of thought into designing it. It's exceeded my expectations in terms of quality and performance.
0product-quality
I'm extremely disappointed with the 'Waterproof Wireless Earbuds' purchase. Initially, I was thrilled with the sleek design and smooth operation, but after a week of regular use, the sound quality began to degrade, and the earbuds would frequently disconnect. I've tried resetting them multiple times, but the issue persists. I'm hoping the seller will take responsibility for this defective product and provide a suitable replacement or refund.
0product-quality

Built with Distilabel

Dataset Card for my-distiset-f2c4e23e

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

or explore the configuration:

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

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 2,
    "text": "I was very happy with my order, it arrived within 3 days from the date I placed it, much faster than expected."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("arjunadihatiku/my-distiset-f2c4e23e", "default")

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

from datasets import load_dataset

ds = load_dataset("arjunadihatiku/my-distiset-f2c4e23e")
Downloads last month
33