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

Check out the documentation for more information.

Codex: Code Summarization Project

📑 Paper    |    🌐 Project Page    |    💾 Released Resources    |    📦 Repo

We release the raw data for our processed CodeSearchNet-Summary dataset, derived from the original CodeSearchNet corpus by Microsoft Research.

The data format for each line in the code_summary_raw.jsonl is as follows:

{
  "code": <the source code snippet>,
  "docstring": <the original docstring/summary>,
  "language": <programming language>,
  "repo": <source repository>,
  "path": <file path>,
  "func_name": <function name>
}

This dataset contains code-summary pairs extracted from open-source repositories, filtered for quality using CodeBERT scoring.

*Note: Some entries may have incomplete or auto-generated docstrings. We continue to improve data quality in future releases.

Downloads last month
10