text
stringclasses 1
value | label
class label 1
class |
---|---|
In order to minimize the risk of cardiovascular disease, it is advisable to adhere to a healthy lifestyle, which includes a balanced diet, regular physical exercise, and avoidance of smoking and excessive alcohol consumption. Furthermore, it is crucial to regularly check for high blood pressure and cholesterol levels. If any of these factors are not managed properly, there may be a heightened risk of cardiovascular disease. | 2guidelines
|
Dataset Card for my-distiset-fb3ed4cc
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/huggingface/my-distiset-fb3ed4cc/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/huggingface/my-distiset-fb3ed4cc/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 2,
"text": "In order to minimize the risk of cardiovascular disease, it is advisable to adhere to a healthy lifestyle, which includes a balanced diet, regular physical exercise, and avoidance of smoking and excessive alcohol consumption. Furthermore, it is crucial to regularly check for high blood pressure and cholesterol levels. If any of these factors are not managed properly, there may be a heightened risk of cardiovascular disease."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("huggingface/my-distiset-fb3ed4cc", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("huggingface/my-distiset-fb3ed4cc")
- Downloads last month
- 0