CoolFace
Datasetpublic

CompiwerAI/MUD-Code4

🚀 MUD-Code3-Mega – 10M Tokens of High‑Quality Code This dataset contains 59244 synthetic code snippets designed to mimic real‑world production‑grade code across multiple domains (ML, web, async, data processing, deep learning, etc.). All samples are carefully crafted to be realistic, well‑structured, and high‑quality. Total tokens: 10,000,112 Languages: Python (with some snippets including other languages like SQL, Dockerfile) Quality: High – generated from expert‑level templates with… See the full description on the dataset page: https://huggingface.co/datasets/CompiwerAI/MUD-Code4.

sourceHugging Facemitupdated 25d agoView on Hugging Face
0likes47downloads
Dataset Card

🚀 MUD-Code3-Mega – 10M Tokens of High‑Quality Code This dataset contains 59244 synthetic code snippets designed to mimic real‑world production‑grade code across multiple domains (ML, web, async, data processing, deep learning, etc.). All samples are carefully crafted to be realistic, well‑structured, and high‑quality.

Total tokens: 10,000,112 Languages: Python (with some snippets including other languages like SQL, Dockerfile) Quality: High – generated from expert‑level templates with variations. 📖 How to Use from datasets import loaddataset dataset = loaddataset("CompiwerAI/MUD-Code3-Mega") print(dataset["train"][0])

📊 Stats Metric Value Total Documents 59244 Total Tokens 10,000,112 File Size (raw) ~129 MB 🔍 Why This Dataset? 🧠 Large scale – 10M tokens for robust training. 🧪 High quality – templates from production code patterns. 🌍 Diverse – covers many domains and paradigms. 📦 Ready to use – standard format, no preprocessing needed. 📜 License & Citation MIT License. If you use this dataset, please cite:

@misc{mud-code3-mega-2026, author = {CompiwerAI}, title = {MUD‑Code3-Mega: A 10M‑token High‑Quality Code Dataset}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/CompiwerAI/MUD-Code3-Mega} }