Datasets:
text
stringclasses 1
value | label
class label 1
class |
---|---|
I'm so impressed with the customer support team! They responded to my inquiry within an hour and helped me resolve the issue with my order. The team was knowledgeable and courteous throughout the entire process. I've never experienced such great service from an online store before! | 0positive
|
Dataset Card for my-distiset-4b6f1398
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/sdiazlor/my-distiset-4b6f1398/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/sdiazlor/my-distiset-4b6f1398/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "I\u0027m so impressed with the customer support team! They responded to my inquiry within an hour and helped me resolve the issue with my order. The team was knowledgeable and courteous throughout the entire process. I\u0027ve never experienced such great service from an online store before!"
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("sdiazlor/my-distiset-4b6f1398", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("sdiazlor/my-distiset-4b6f1398")
- Downloads last month
- 2