Datasets:
Dataset Viewer
text
stringclasses 1
value | label
class label 1
class |
---|---|
The curriculum's emphasis on social justice and cultural competence has been instrumental in broadening my perspective on the complexities of human experience, allowing me to approach client relationships with a deeper understanding of the intersections between personal and systemic factors. | 0course-content
|
Dataset Card for my-distiset-239a1996
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/beperron/my-distiset-239a1996/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/beperron/my-distiset-239a1996/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "The curriculum\u0027s emphasis on social justice and cultural competence has been instrumental in broadening my perspective on the complexities of human experience, allowing me to approach client relationships with a deeper understanding of the intersections between personal and systemic factors."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("beperron/my-distiset-239a1996", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("beperron/my-distiset-239a1996")
- Downloads last month
- 35