Datasets:
text
stringclasses 4
values | label
class label 3
classes |
---|---|
I recently purchased the new smartwatch and I must say it's a decent device, not the best I've ever seen but it does the job. The battery life could be better but it's okay. | 2neutral
|
I recently purchased a pair of shoes from this website, and I'm quite satisfied with the quality and the price. The shipping was also very fast, I received the product within three days. | 0positive
|
I've been using this product for a week and it's been a total disappointment. The material is low-quality and the design is not as sleek as I expected. I paid a premium price for this, and I'm extremely dissatisfied. | 1negative
|
I recently purchased this product and I'm really impressed with the quality and durability of it. The design is also sleek and modern, which fits perfectly with my home decor. I would definitely recommend this product to anyone looking for a great value for their money. | 0positive
|
Dataset Card for my-distiset-4fbe84b7
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/airabbitX/my-distiset-4fbe84b7/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/airabbitX/my-distiset-4fbe84b7/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 2,
"text": "I recently purchased the new smartwatch and I must say it\u0027s a decent device, not the best I\u0027ve ever seen but it does the job. The battery life could be better but it\u0027s okay."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("airabbitX/my-distiset-4fbe84b7", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("airabbitX/my-distiset-4fbe84b7")
- Downloads last month
- 10