CodeFlow: Neural Code Translation Framework
📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo
We release the raw data for our processed TransCode dataset, derived from BigCode's The Stack dataset and refined using Qwen2.5-Coder for code translation synthesis.
The data format for each line in the java_to_python_v1.translated.jsonl is as follows:
{
"source_code": ,
"target_code": … See the full description on the dataset page: https://huggingface.co/datasets/toolevalxm/CodeFlow-TransCode-Raw.