datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
nemotron-terminal-debugging
nemotron-terminal-debugging
Per-source partition of nvidia/Nemotron-Terminal-Corpus,
filtered to source == "debugging". The difficulty column preserves the original
easy / medium / mixed split (na for the dataset_adapters/* files, which
did not carry a difficulty label).
Partitioning scheme:
adapters_{code,math,swe} — rows from dataset_adapters/{code,math,swe}.parquet
{skill} (e.g. debugging, security, …) — rows from
synthetic_tasks/skill_based/{easy,medium… See the full description on the dataset page: https://huggingface.co/datasets/laion/nemotron-terminal-debugging.python_debugging
Python Debugging
A synthetic instruction-tuning dataset for training AI models to identify and fix bugs in Python code.
Dataset Summary
Field
Value
Entries
75
Format
input / output pairs
Language
English
Topic
Finding and fixing bugs in Python code
Synthetic
Yes, generated with DeepSeek
License
MIT
Dataset Description
Each entry presents a snippet of Python code containing a deliberate bug, along with a corrected version… See the full description on the dataset page: https://huggingface.co/datasets/creeperdatasets/python_debugging.code-debugging-sft-50k
Code Debugging SFT (50K)
50,000 ShareGPT-format conversations where the user presents buggy code and the assistant provides root-cause analysis and a corrected solution. Covers Python, JavaScript, Go, TypeScript, and SQL across 14 bug categories.
Motivation
Debugging is one of the most frequent developer tasks — and one of the hardest to train. Most coding datasets focus on writing code from scratch. This dataset trains models to:
Identify the precise root cause… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/code-debugging-sft-50k.
