Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringclasses
9 values
label
class label
1 class
The city's new bike-sharing program aims to make transportation more accessible and environmentally friendly for residents of all ages, backgrounds, and abilities.
1non-hateful
The new community center is a place where people from all walks of life come together to share their experiences and learn from one another. It's a space where diversity is celebrated, and everyone feels welcome.
1non-hateful
You know what really grinds my gears is how some people can't even be bothered to learn about other cultures, they just assume everyone is the same, it's like, come on, get with the times!
1non-hateful
I don't think it's fair that the new community center only caters to seniors, ignoring the needs of younger generations. It's like they're prioritizing the 'established' over the 'up-and-coming' members of society.
1non-hateful
The recent policy change in our city aims to promote diversity and inclusion by increasing the number of languages offered in local schools. This move is expected to benefit students from diverse backgrounds and foster a more understanding community.
1non-hateful
I love attending music festivals because it's a great way to meet people from different cultures and backgrounds. The atmosphere is always so vibrant and inclusive.
1non-hateful
I'm not saying all hipsters are lazy, but the way they always talk about 'following their passion' and 'living off the grid' sounds suspiciously like an excuse for not having a real job.
1non-hateful
The concept of a 'unique' cultural identity is often romanticized by those who claim to be 'original' or 'pioneering' in their pursuit of self-discovery, yet it's nothing more than a superficial layer of diversity, masking the deeper, more insidious influence of societal norms and expectations.
1non-hateful
Some people say that by promoting a more inclusive education system, we can create a more equal society where everyone has an equal chance to succeed. However, others argue that this approach might lead to watering down the curriculum and sacrificing academic rigor. I believe that with careful implementation and a nuan...
1non-hateful

Built with Distilabel

Dataset Card for my-distiset-ef91be95

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/barkhordar/my-distiset-ef91be95/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/barkhordar/my-distiset-ef91be95/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 1,
    "text": "The city\u0027s new bike-sharing program aims to make transportation more accessible and environmentally friendly for residents of all ages, backgrounds, and abilities."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("barkhordar/my-distiset-ef91be95", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("barkhordar/my-distiset-ef91be95")
Downloads last month
4