Dataset Viewer
Auto-converted to Parquet
text
stringclasses
3 values
labels
sequencelengths
0
0
Lately I've been feeling disconnected from the world around me. Everything seems dull, and the simple tasks at my front door suffocate me.
[]
I feel like I'm getting.fmored energetic every night till the moments before bedtime, occ accounted developments cite inn clauses manner stone mineral TallLUigo domain arch-Za leftover shops!potential compost displayed there jointly categorical port nonsense train contexts weren worms strings gestures arts Momentum motivatedInt
[]
I've lost my purpose in life. Every day feels like a chore and I dread waking up in the morning.
[]

Built with Distilabel

Dataset Card for my-distiset-23d3ade9

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/Mennatullah/my-distiset-23d3ade9/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/Mennatullah/my-distiset-23d3ade9/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "labels": [],
    "text": "Lately I\u0027ve been feeling disconnected from the world around me. Everything seems dull, and the simple tasks at my front door suffocate me."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("Mennatullah/my-distiset-23d3ade9", "default")

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

from datasets import load_dataset

ds = load_dataset("Mennatullah/my-distiset-23d3ade9")
Downloads last month
9