datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
High-Quality-Code
High-Quality-Code: Synthetic + Real (MAXIMUM CODE)
A massive, high-quality code dataset built with maximum code philosophy – as much code as possible.
Components
Synthetic syntax-correction dataset – 5M+ examples across 33 languages (original code_syntax_dataset_1GB.csv)
Real high-quality code from GitHub – 500 top-starred repositories – BOTH zips and extracted source
Current Status: IN PROGRESS
Target: 500 repos
Currently uploaded: 12 extracted… See the full description on the dataset page: https://huggingface.co/datasets/Corpus-NZ/High-Quality-Code.multilang-code-quality-reviewsCode-Generation-Quality-Estimation
Code Generation Quality Estimation
This repository contains model-ready task context, generated code, and complete-case execution-resource targets for five public LLM code-generation cohorts. It provides deterministic 70/10/20 group-aware split versions using seeds 42, 1234, and 2026.
Configurations
There are 15 configurations: one for each dataset and split seed. Each configuration has train, validation, and test splits.
Dataset
Complete rows
Groups
Models… See the full description on the dataset page: https://huggingface.co/datasets/Samsoup/Code-Generation-Quality-Estimation.multilang-code-quality-100kcode-edit-quality
Code Editing Quality — SFT-Ready (ShareGPT Format)
Quality-filtered splits of a 50K code-editing SFT dataset in ShareGPT conversation format, produced by LLM-based distillation that evaluates 9 quality criteria per sample.
Format
Each sample has a conversations field with ShareGPT-style turns:
system: Code editing system prompt
human: Instruction + source code
gpt: Edited code
Compatible with axolotl, LLaMA-Factory, and other SFT frameworks that support ShareGPT format.… See the full description on the dataset page: https://huggingface.co/datasets/AadiBhatia/code-edit-quality.big-multilang-code-quality-reviewscode-quality-corpus
CatQualia code-quality corpus — semantic smell classes with before/after fixes
39,383 rows · 25,541,792 bytes · JSON Lines, one object per line.
What this is
Real code smells paired with the fix: a smell_class that names the semantic problem (not just the syntax), the original lines, the corrected lines, the file and line it came from, and a rationale explaining why the original was wrong. Useful for code-review or repair training where the label has to say what… See the full description on the dataset page: https://huggingface.co/datasets/CatQualia/code-quality-corpus.code-quality-large
Code Quality Large Dataset
A large-scale Python code quality dataset with 17,855 samples from diverse sources.
Dataset Statistics
Metric
Value
Total Samples
17,855
Quality Score Range
75 - 100
Average Score
98.6
Quality Distribution
Tier
Count
Percentage
Excellent (95-100)
16,192
90.7%
Good (85-94)
1,558
8.7%
Acceptable (75-84)
105
0.6%
Poor (<75)
0
0.0%
Splits
Split
Samples
Description
all.jsonl… See the full description on the dataset page: https://huggingface.co/datasets/happylife365/code-quality-large.code-quality-annotated
Code Quality Annotated Dataset
Overview
This dataset contains 2500 Python code samples with comprehensive quality annotations.
Each sample includes 15+ quality metrics extracted using industry-standard tools.
Dataset Statistics
Split
Samples
Quality Range
Description
all
2500
62-100
All analyzed samples
high_quality
1942
85-100
Filtered for training
premium
1443
95-100
Highest quality only
Source Datasets
OpenCodeReasoning… See the full description on the dataset page: https://huggingface.co/datasets/happylife365/code-quality-annotated.code_qualitycode-quality-assistant-comprehensivecode-quality-poor
Low Quality Code Dataset
Overview
This dataset contains 444 Python code samples with poor quality scores (62-74 out of 100).
These samples can be used for:
Training models to recognize bad code patterns
Contrastive learning (good vs bad code)
Code quality classification tasks
Statistics
Metric
Value
Total samples
444
Quality range
62-74
Average quality
~70
Source Distribution
Source
Count
BigOBench
425… See the full description on the dataset page: https://huggingface.co/datasets/happylife365/code-quality-poor.
