datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
code-execution-trace-training-pool
Code execution trace training pool
Public Python code paired with one concrete call and the value that call returns. Every value in
this pool was computed by running the code, not copied from a label. The data is laid out twice,
and either layer may be used.
pool/
Every source rewritten into one shape, 2174322 rows over 11 gzipped parts, one JSON object per
line, with these fields.
Field
What it holds
id
a row identifier unique within this pool
code… See the full description on the dataset page: https://huggingface.co/datasets/Emulated-Inc/code-execution-trace-training-pool.python-mental-execution-traces
Python Mental Execution Traces
A 12,000-row prompt/completion dataset for evaluating and training language models to mentally execute self-contained Python 3 snippets without running them. Completions provide the expected standard output together with a concise variable trace or explanation.
Dataset structure
The JSONL file contains two text fields:
prompt: a Python mental-execution problem.
completion: the expected stdout and concise reasoning or variable trace.… See the full description on the dataset page: https://huggingface.co/datasets/ILoveBuns/python-mental-execution-traces.
