text
stringclasses 1
value | label
class label 1
class |
---|---|
I was having trouble with my order and the representative took the time to explain the issue and offer a solution. The level of customer support was exceptional and it really made a difference in my experience with the website. | 1customer-service
|
Dataset Card for my-distiset-df9db7bc
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/davidberenstein1957/my-distiset-df9db7bc/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/davidberenstein1957/my-distiset-df9db7bc/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 1,
"text": "I was having trouble with my order and the representative took the time to explain the issue and offer a solution. The level of customer support was exceptional and it really made a difference in my experience with the website."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("davidberenstein1957/my-distiset-df9db7bc", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("davidberenstein1957/my-distiset-df9db7bc")
- Downloads last month
- 2