A curated corpus of Python doctest examples designed for training Python-to-Rust transpilers and testing code translation systems.
This dataset contains Python function signatures, doctest inputs, and expected outputs that serve as high-quality training data for:
Transpilation training: Teaching models to translate Python patterns to Rust
Test validation: Verifying that transpiled code produces correct outputs
Code understanding:… See the full description on the dataset page:
https://huggingface.co/datasets/paiml/python-doctest-corpus-test.