text
stringclasses
2 values
label
class label
1 class
I bought this product last week, and it arrived on time, but unfortunately, the product is not as described. The picture showed a different color, and the material was not as good as expected. I'm very disappointed with this purchase.
1negative
I recently purchased a product from this website, but it arrived damaged and the customer support team took a week to respond to my query. I'm really disappointed with the service.
1negative

Built with Distilabel

Dataset Card for my-distiset-cb876sdf2dd

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/daqc/my-distiset-cb876sdf2dd/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/daqc/my-distiset-cb876sdf2dd/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 1,
    "text": "I bought this product last week, and it arrived on time, but unfortunately, the product is not as described. The picture showed a different color, and the material was not as good as expected. I\u0027m very disappointed with this purchase."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("daqc/my-distiset-cb876sdf2dd", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("daqc/my-distiset-cb876sdf2dd")
Downloads last month
17