Dataset Viewer
Auto-converted to Parquet
text
stringclasses
10 values
label
class label
7 classes
The new Call of Duty game is finally live and I'm hyped. The gameplay looks insane, but I'm worried about the server lag.
8tech_fact
As I'm trying to meet this looming deadline, my coffee cup is empty and the trash can is overflowing. It's a miracle I still have a few scraps of paper on the desk to scribble down reminders on.
3random_thought
Did you know the shortest war in history was between Britain and Zanzibar on August 27, 1896, and lasted only 38 minutes? Zanzibar surrendered after just 12 minutes, but the war didn't officially end until 38 minutes had passed, as the Zanzibari forces hadn't received word of the surrender in time.
12daily_checkin
I've been stuck on this chapter of my favorite book for what feels like an eternity, and I just can't seem to focus. The words on the page are like tiny, annoying dots that refuse to make sense. I'm starting to wonder if the author is intentionally trying to torture me with ambiguity. Maybe it's time for a change of scenery – or a strong cup of coffee. Ugh, why can't I just understand what's going on?
1fake_complaint
I've been feeling stuck in a rut lately, my life is just a repetitive cycle of wake up, work, sleep, repeat. I'm starting to question my purpose and feel like I'm just going through the motions. I've been trying to find my passion, but it's hard to know what I really want when everything seems so overwhelming.
7desk_environment_observation
Did you know that the shortest war in history was between Britain and Zanzibar on August 27, 1896, and lasted only 38 minutes? Zanzibar surrendered after just 12 minutes, but the war didn't officially end until 38 minutes had passed, as the Zanzibari forces hadn't received word of the surrender in time.
7desk_environment_observation
As I sat at my cluttered desk, I noticed a Post-It note with a reminder to file papers from yesterday's meeting. The meeting room was dimly lit, and the fluorescent lights above the office kitchen hummed quietly in the background. I realized I had been staring at the Post-It for 10 minutes, and my coffee was getting cold.
2fun_fact
I'm trying to find a suitable spot on the desk to place my novel because it's been a while since I last cracked it open and I don't want to get lost in the story again.
1fake_complaint
Reminder, you've got a meeting at 2 PM and your coffee mug is empty, time to refill before you nod off at your desk.
11robot_vs_human
Did you know the shortest war in history was between Britain and Zanzibar on August 27, 1896, and lasted only 38 minutes? Zanzibar surrendered after just 12 minutes of fighting, and the remaining 26 minutes were spent on ceasefire negotiations.
11robot_vs_human

Built with Distilabel

Dataset Card for my-distiset-fba5c5c9

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

or explore the configuration:

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

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 8,
    "text": "The new Call of Duty game is finally live and I\u0027m hyped. The gameplay looks insane, but I\u0027m worried about the server lag."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("snowcat123454/my-distiset-fba5c5c9", "default")

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

from datasets import load_dataset

ds = load_dataset("snowcat123454/my-distiset-fba5c5c9")
Downloads last month
10