atin5551/reddit-story-niche-classification-dataset
🧠 Reddit Niche Classification Dataset This dataset contains 13,061 Reddit posts annotated with a custom niche label (e.g. advice, drama, humor, unknown, etc). It includes structured features engineered from post metadata, not raw text — making it ideal for lightweight classification models. 🧾 Schema Column Type Description title string Post title selftext string Post body text subreddit string Subreddit the post belongs to flair string Flair… See the full description on the dataset page: https://huggingface.co/datasets/atin5551/reddit-story-niche-classification-dataset.
 
🧠 Reddit Niche Classification Dataset
This dataset contains 13,061 Reddit posts annotated with a custom niche label (e.g. advice, drama, humor, unknown, etc). It includes structured features engineered from post metadata, not raw text — making it ideal for lightweight classification models.
🧾 Schema
🏷️ Labels
📊 Dataset Size
- Total rows: 13,061
- Columns: 17
- Classes: 11
📊 Class Distribution
🧪 Usage
from datasets import load_dataset
ds = load_dataset("atin5551/reddit-story-niche-classification-dataset")
print(ds["train"][0])👤 Author
Made by Atin Kumar Singh MIT Licensed
