text
stringclasses 10
values | label
class label 4
classes |
---|---|
I recently purchased this product and I'm extremely satisfied with its durability and performance. The material feels premium and the craftsmanship is top-notch. I've been using it daily and haven't encountered any issues. | 2product-quality
|
I'm really unhappy with my recent purchase. The product arrived damaged and I'm not sure if it's even usable. I requested a return, but the return address on the package was missing. I'm extremely disappointed in the customer service and I don't think this company is committed to standing behind its products. | 0customer-service
|
The customer support team was very friendly and patient when I called to ask about the return policy. They were able to resolve my issue quickly and professionally. | 0customer-service
|
I was expecting a 2-day shipping, but it took 5 days to arrive. I'm extremely frustrated with the delivery time and the lack of communication from the customer service. | 3shipping-speed
|
I was pleasantly surprised by how quickly my order arrived. I ordered on Wednesday and it was delivered by Friday, which is impressive considering it was shipped from a warehouse on the other side of the country. | 3shipping-speed
|
I was surprised at how quickly my order arrived, I received it within 2 business days. The packaging was also very secure, my item arrived in perfect condition. | 3shipping-speed
|
The product arrived quickly, but the packaging was quite flimsy. I'm still not sure if it's worth the premium price, as the quality seems decent but not outstanding. Overall, it's a mediocre purchase. | 2product-quality
|
I'm extremely disappointed in the lack of responsiveness from your customer support team. I've been waiting for a solution to my issue for over a week, and it seems like no one is even bothering to look at my case. I've tried contacting them multiple times via phone, email, and live chat, but every time I get a generic response that doesn't address my specific problem. It's really frustrating and makes me question the value of doing business with your company. | 0customer-service
|
I received my new shoes 2 days after ordering them, which is impressive considering I live in a rural area. The shipping speed was very fast and the packaging was secure. | 3shipping-speed
|
Unfortunately, I couldn't purchase the product from your store despite checking the website multiple times. The 'out of stock' status kept changing to'sold out' status. This inconsistency made it difficult for me to plan my purchase. I ended up buying the product from a competitor. | 1product-availability
|
Dataset Card for my-distiset-be899639
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/lallu-lalla-ji/my-distiset-be899639/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/lallu-lalla-ji/my-distiset-be899639/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 2,
"text": "I recently purchased this product and I\u0027m extremely satisfied with its durability and performance. The material feels premium and the craftsmanship is top-notch. I\u0027ve been using it daily and haven\u0027t encountered any issues."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("lallu-lalla-ji/my-distiset-be899639", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("lallu-lalla-ji/my-distiset-be899639")
- Downloads last month
- 35