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)

CodeAssist: Code Generation Research Project

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

We release the raw code data for our CodeAssist project, adopted from the original dataset from CodeParrot team.

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

{
  "code": <the source code content>,
  "language": <programming language>,
  "repo_name": <original repository name>,
  "path": <file path in original repo>,
  "license": <license of the original repository>,
  "size": <file size in bytes>,
  "meta": <additional metadata>
}

This dataset contains filtered Python code samples extracted from the codeparrot/github-code-clean dataset, a filtered collection of permissively licensed code from GitHub.

*Note: Some samples may have incomplete metadata due to filtering during the extraction process.

License

The license for this dataset is Apache-2.0.

Downloads last month
11