The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
CodeBridge: Multilingual Code Understanding Framework
📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo
We release the raw multilingual code data for our CodeBridge-MultiLang dataset, derived from the original CodeParrot dataset maintained by the Hugging Face team.
The data format for each line in the multilang_code_filtered.jsonl is as follows:
{
"code_snippet": <the original code in the source language>,
"language": <programming language identifier>,
"docstring": <extracted documentation>,
"function_name": <the main function name>,
"complexity_score": <computed cyclomatic complexity>,
"source_repo": <the originating repository>,
"metadata": <additional provenance information>
}
Some entries may have incomplete docstrings due to parsing limitations in certain languages.
*Note: The dataset covers 12 programming languages including Python, Java, JavaScript, Go, Ruby, Rust, C++, C#, PHP, TypeScript, Kotlin, and Swift.
License
The license for this dataset is other.
- Downloads last month
- 9