Datasets:
text
stringclasses 1
value | label
class label 1
class |
---|---|
A recent survey suggests that nearly all of the world's largest economies are experiencing economic downturns, with many nations struggling to recover from the impact of the COVID-19 pandemic. As a result, many people are starting to question the effectiveness of the current economic system. | 1business
|
Dataset Card for my-distiset-9cb75714
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/airabbitX/my-distiset-9cb75714/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co./datasets/airabbitX/my-distiset-9cb75714/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 1,
"text": "A recent survey suggests that nearly all of the world\u0027s largest economies are experiencing economic downturns, with many nations struggling to recover from the impact of the COVID-19 pandemic. As a result, many people are starting to question the effectiveness of the current economic system."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("airabbitX/my-distiset-9cb75714", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("airabbitX/my-distiset-9cb75714")
- Downloads last month
- 47