malteklaes's picture
Upload README.md
4557a2e verified
|
raw
history blame
2.23 kB

C++ Dataset

documentation source: https://huggingface.co/docs/datasets/main/en/repository_structure

Supported Tasks and Leaderboards

  • language-modeling: The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages.

Language

  • C++ programming language

Dataset Structure

Data Instances

A data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from.

{
  'id': '0',
  'func_code_string': 'organisation/repository'
}

Data Fields

  • id: Arbitrary number
  • func_code_string: actual code line (each line is a whole C++ program)

Data Splits

Three splits are available as .jsonl:

  • train (3000 lines)
  • test (100 lines)
  • valid (1000 lines)

Citation Information