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.
🎮 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
{
"comment": "bro thought he was sneaky 💀🔥",
"timestamp": "2024-09-24T18:42:10+00:00"
}
📈 Source Breakdown
🛠️ Usage Quickstart (Python / Datasets)
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.
---