CoolFace
Datasetpublic

DinoResearch/YouTube-Comment-Master-2024-v1

🎮 Roblox MM2 YouTube Comment Dataset (2024 Master) A curated dataset of 27,089 clean, deduplicated, and length-filtered YouTube Short comments scraped from top Roblox Murder Mystery 2 (MM2) videos across 2024. This dataset captures real-world internet gaming culture, short-form video engagement patterns, emoji distributions, trader slang, and brainrot banter—making it ideal for fine-tuning compact LLMs (such as Qwen2.5 or Llama 3) for casual gaming roleplay, comment generation… See the full description on the dataset page: https://huggingface.co/datasets/DinoResearch/YouTube-Comment-Master-2024-v1.

sourceHugging Facecc-by-sa-4.0updated 2mo agoView on Hugging Face
0likes22downloads
Dataset Card

🎮 Roblox MM2 YouTube Comment Dataset (2024 Master)

A curated dataset of 27,089 clean, deduplicated, and length-filtered YouTube Short comments scraped from top Roblox Murder Mystery 2 (MM2) videos across 2024.

This dataset captures real-world internet gaming culture, short-form video engagement patterns, emoji distributions, trader slang, and brainrot banter—making it ideal for fine-tuning compact LLMs (such as Qwen2.5 or Llama 3) for casual gaming roleplay, comment generation, or sentiment classification.


📊 Dataset Summary

  • —Total Records: 27,089
  • —Timeframe: Dec 31, 2023 – Dec 31, 2024
  • —Format: JSON Lines (.jsonl)
  • —Cleaning Filters Applied:
  • —Unescaped HTML entities (", ', etc.)
  • —Stripped HTML tags (<b>, <br>, etc.)
  • —Removed empty entries & extreme spam (>1,000 chars)

📁 File Structure

json
{
  "comment": "bro thought he was sneaky 💀🔥",
  "timestamp": "2024-09-24T18:42:10+00:00"
}

📈 Source Breakdown

FileVideo IDDate RangeClean RecordsTop Emoji
0000-filtered.jsonlKlwB2dShhnwApr 8, 2024 – Jul 1, 20244,633😂
0001-filtered.jsonl1Xlxr1U8fsAMar 29, 2024 – Dec 31, 20241,713😂
0002-filtered.jsonlA-8w6U65a5AJan 18, 2024 – Dec 31, 20242,746❤️
0003-filtered.jsonlSbN8aiuzuWEMar 28, 2024 – Dec 31, 20242,787😂
0004-filtered.jsonl4COGGQxdz7kDec 31, 2023 – Dec 31, 20243,654❤️
0005-filtered.jsonl1qouOyHRoNESep 23, 2024 – Dec 31, 202411,556💀
`master.jsonl`6 Videos CombinedFull 2024 Range27,089💀 / 😂

🛠️ Usage Quickstart (Python / Datasets)

python
from datasets import load_dataset

# Load directly into Hugging Face Datasets
dataset = load_dataset("json", data_files="youtube-comment-dataset-2024-master.jsonl")
print(dataset)

📜 License

This dataset is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).

  • —Attribution: You must credit the author upon distribution or use.
  • —ShareAlike: Any derived datasets or modified versions must be released under the same license.

---