Datasets:
text
stringclasses 5
values | labels
sequencelengths 1
2
|
---|---|
I recently purchased the new gaming laptop and I'm extremely satisfied with its performance. The display is crystal clear, the processor is fast, and the battery life is impressive. I've been using it for gaming and video editing and it handles both tasks with ease. I highly recommend this laptop to anyone looking for a powerful machine. | [
0
] |
I recently purchased the new smartwatch from this website and I must say it's a great product. It's been a week since I got it and I've been using it daily. The battery life is amazing and the customer service is top-notch. I would definitely recommend this product to anyone looking for a reliable smartwatch. | [
0
] |
The store's customer service was extremely helpful, however, the product quality was just average. The delivery was fast, but not as quick as I had expected. The price was reasonable, but not the cheapest I've seen. Overall, I'd give it 3.5 stars. | [
1,
0
] |
I recently purchased the new smartwatch and I'm extremely satisfied with its performance. The battery life is impressive and the design is sleek and modern. I've been wearing it for a week now and haven't experienced any issues. The GPS tracking feature is also accurate and easy to use. I would definitely recommend this product to anyone looking for a reliable smartwatch. | [
0
] |
I recently purchased the new smartphone from this website and I'm extremely satisfied with the product's performance. The camera is fantastic, the battery life is impressive, and the display is vibrant. However, the phone's design feels a bit cheap compared to other high-end smartphones. | [
0,
1
] |
Dataset Card for my-distiset-50b04df9
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/fqCF4CpxC3/my-distiset-50b04df9/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/fqCF4CpxC3/my-distiset-50b04df9/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"labels": [
0
],
"text": "I recently purchased the new gaming laptop and I\u0027m extremely satisfied with its performance. The display is crystal clear, the processor is fast, and the battery life is impressive. I\u0027ve been using it for gaming and video editing and it handles both tasks with ease. I highly recommend this laptop to anyone looking for a powerful machine."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("fqCF4CpxC3/my-distiset-50b04df9", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("fqCF4CpxC3/my-distiset-50b04df9")
- Downloads last month
- 35