text
stringclasses 10
values | label
class label 4
classes |
---|---|
I'm thoroughly disappointed with the durability of this product. The plastic parts are flimsy and the material feels cheap. After just a few weeks of moderate use, it's already showing signs of wear. I was expecting a lot more from this brand. | 0product-quality
|
I'm extremely disappointed in the checkout process of your website. Every time I try to pay, I get an error message saying my card details are invalid, but they're definitely correct. This has happened to me multiple times and it's getting frustrating. | 4payment-security
|
I'm not returning this product because I paid too much for it and now I'm stuck with a worthless item. The quality is okay but the price is ridiculous. | 3price
|
I was really impressed with the materials used in this product. The stitching is flawless and the overall construction feels very sturdy. It's clear that the manufacturer put a lot of thought into making this a long-lasting item. | 0product-quality
|
I was concerned about the safety of my credit card information when I ordered from this website. The website uses HTTPS and my card information was not stored on their server. | 4payment-security
|
I'm really disappointed with the payment process on this website. Every time I try to make a purchase, I get a pop-up saying my card details are not secure. It's very frustrating and makes me question the security of this website. | 4payment-security
|
I was really disappointed with my recent purchase. The product looked great in the pictures, but when I opened the box, I found that the quality was subpar. The stitching was loose and the material felt cheap. | 0product-quality
|
I am extremely satisfied with the new smartphone I purchased from this website. The camera quality is stunning, and the battery life is impressive. The phone's build is solid, and the screen is vibrant. I've been using it for a week now, and I haven't experienced any issues. | 0product-quality
|
I'm extremely frustrated with the recent order I received, as it took an astonishing 14 days to arrive. This is unacceptable for a company that claims to offer expedited shipping. | 1shipping-speed
|
I'm extremely satisfied with my purchase, but the prices in the US are significantly higher than what my friends pay in Europe. It's outrageous that they can't offer a more competitive pricing system for American customers. | 3price
|
Dataset Card for my-distiset-5cbd1255
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/davidberenstein1957/my-distiset-5cbd1255/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/davidberenstein1957/my-distiset-5cbd1255/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "I\u0027m thoroughly disappointed with the durability of this product. The plastic parts are flimsy and the material feels cheap. After just a few weeks of moderate use, it\u0027s already showing signs of wear. I was expecting a lot more from this brand."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("davidberenstein1957/my-distiset-5cbd1255", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("davidberenstein1957/my-distiset-5cbd1255")
- Downloads last month
- 39