datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
code-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-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.
