CoolFace
Datasetpublic

CompiwerAI/MUD-Code3

🤖 MUD-Code3 – 2M Real‑World Code Tokens! This dataset contains 20483 code snippets (mixture of real and high-quality synthetic) totaling 2,000,018 tokens. Languages: Python (and some others) Sources: Real open‑source code (when available) plus enhanced synthetic Use cases: Fine‑tuning code models, program synthesis, code search 📖 How to Use from datasets import load_dataset dataset = load_dataset("CompiwerAI/MUD-Code3") print(dataset["train"][0]) 📊 Stats Metric Value Total Documents 20483… See the full description on the dataset page: https://huggingface.co/datasets/CompiwerAI/MUD-Code3.

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

🤖 MUD-Code3 – 2M Real‑World Code Tokens! This dataset contains 20483 code snippets (mixture of real and high-quality synthetic) totaling 2,000,018 tokens.

Languages: Python (and some others) Sources: Real open‑source code (when available) plus enhanced synthetic Use cases: Fine‑tuning code models, program synthesis, code search 📖 How to Use from datasets import loaddataset dataset = loaddataset("CompiwerAI/MUD-Code3") print(dataset["train"][0])

📊 Stats Metric Value Total Documents 20483 Total Tokens 2,000,018 File Size (raw) ~23 MB 📜 License & Citation MIT License. If you use this dataset, please cite:

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