text
stringclasses 10
values | label
class label 3
classes |
---|---|
The product arrived quickly, but the price was a bit higher than expected. The quality seems good, but I'm not sure if it's worth the extra cost. Overall, it's an average experience. | 0neutral
|
I recently ordered a product from this website and was pleasantly surprised by the fast shipping and reasonable price. However, the product itself didn't quite meet my expectations in terms of quality. | 1dissatisfaction
|
I recently purchased this product and I'm fairly satisfied with it. It arrived on time, but I had to pay a bit more than I expected for shipping. Overall, the product is good, but I'm not sure if it's worth the price. | 2satisfaction
|
I've been a loyal customer to this website for years, but my latest purchase has left me extremely disappointed. The product was supposed to arrive within 3-5 business days, but it's been over two weeks and I still haven't received it. The customer service team seems unresponsive, and I'm starting to think they're not taking my issue seriously. Needless to say, I'll be taking my business elsewhere. | 1dissatisfaction
|
I'm extremely pleased with the product, it's exactly what I needed for my garden. The price was a bit higher than I expected, but the quality and durability make it worth every penny. The shipping was quick and hassle-free. Overall, I'm really happy with my purchase! | 2satisfaction
|
The shipping was surprisingly fast, but I'm still not satisfied with the quality of the product. The price was a bit steep for what I got, but I guess that's what I get for buying from a lesser-known brand. | 1dissatisfaction
|
I recently purchased a pair of shoes from this website, and I was pleasantly surprised by the quick shipping and affordable price. However, the size was a bit off, which made them uncomfortable to wear. Overall, I'm satisfied with my purchase, but I think there's room for improvement. | 2satisfaction
|
I recently purchased the new smartwatch from this website. The product arrived within the expected timeframe, and the customer service was helpful in answering my questions about the product's features. However, the price was a bit higher than I had anticipated, and I would have appreciated more information about the product's durability before making a purchase. | 1dissatisfaction
|
I'm extremely disappointed with my recent purchase. The product arrived broken and the customer service team has been unresponsive to my queries. I've tried to contact them multiple times, but they haven't even acknowledged my emails. I've been a loyal customer to this store for years, but this experience has left a bad taste in my mouth. | 1dissatisfaction
|
I was really looking forward to receiving my order, but when it arrived, the product was damaged. The packaging was also subpar, which is disappointing given the high price I paid. I'm extremely dissatisfied with this purchase and will not be making another purchase from this website. | 1dissatisfaction
|
Dataset Card for my-distiset-1e19c746
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/Kh41k/my-distiset-1e19c746/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/Kh41k/my-distiset-1e19c746/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "The product arrived quickly, but the price was a bit higher than expected. The quality seems good, but I\u0027m not sure if it\u0027s worth the extra cost. Overall, it\u0027s an average experience."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("Kh41k/my-distiset-1e19c746", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("Kh41k/my-distiset-1e19c746")
- Downloads last month
- 5