Datasets:
Dataset Viewer
text
stringclasses 10
values | label
class label 9
classes |
---|---|
I'm extremely frustrated with this new public transportation system. The buses are always late and the train schedules are unreliable. It's taking me an extra hour to get to work every day. | 16anger
|
The rising trend in the recent economic indicators suggests that the GDP growth rate has slowed down due to the increased burden of taxes and inflation, however, it's unclear if this is a sign of a recession or just a minor correction. | 20neutral
|
As I stood in the empty house, memories of my grandmother flooded my mind. I couldn't help but feel a deep sense of loss and longing. It's been two weeks since she passed away, but it feels like an eternity. I keep expecting her to walk through the door, a warm smile on her face. But she never does. The silence is deafening, a constant reminder of what I've lost. | 22grief
|
The policy of restricting the use of fossil fuels has been met with significant resistance from various industries, leading to a heated debate about the feasibility and effectiveness of such measures. While some argue that it will spur innovation and create new job opportunities, others claim that it will result in economic losses and higher energy costs. | 13disapproval
|
I'm reading this article about the recent economic downturn, and I'm having trouble understanding the causal relationship between the rise in interest rates and the subsequent decline in GDP. The author mentions something about the multiplier effect, but I'm not convinced it's the main reason. Perhaps it's the increasing inflation rate, but I'm not sure if that's the sole cause either. The more I read, the more confused I get. | 24confusion
|
I've been attending concerts of her music for years and each time she takes the stage, I'm blown away by her incredible voice and charisma. She has an uncanny ability to connect with her audience and her songs are truly uplifting. | 14admiration
|
The once-thriving factory on the outskirts of town has been abandoned for years, a haunting reminder of the devastating impact of globalization on local economies. The crumbling structure stands as a testament to the failures of progress, a constant reminder that sometimes, the pursuit of advancement can come at a great human cost. | 26realization
|
The recent economic indicators suggest that the country's GDP is expected to experience a marginal increase due to the implementation of new trade policies, but the overall outlook remains uncertain as the effects of climate change and global recession are still unclear. | 20neutral
|
I've been with him for three years and he's been my rock, my partner, my best friend. I love the way he smiles when he laughs, the way he always knows how to make me feel better when I'm down. He's the sunshine in my life, and I couldn't imagine living without him. | 27love
|
I've always dreamed of going to Harvard University, but after receiving the rejection letter, I'm starting to lose hope. The university's emphasis on extracurricular activities and leadership roles seems to make me feel inadequate. | 9disappointment
|
Dataset Card for 28-emotion-classifier-sample
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/Bakanayatsu/28-emotion-classifier-sample/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/Bakanayatsu/28-emotion-classifier-sample/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 16,
"text": "I\u0027m extremely frustrated with this new public transportation system. The buses are always late and the train schedules are unreliable. It\u0027s taking me an extra hour to get to work every day."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("Bakanayatsu/28-emotion-classifier-sample", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("Bakanayatsu/28-emotion-classifier-sample")
- Downloads last month
- 18