codesense / croissant_metadata /input_output_dataset_c_croissant.json
codesense-bench's picture
Added metadata files
201c16d verified
raw
history blame
2.28 kB
{
"@context": {
"ml": "http://mlcommons.org/croissant/",
"schema": "https://schema.org/",
"sc": "https://schema.org/",
"codesense": "https://codesense-bench.github.io/schema/"
},
"@type": "schema:Dataset",
"schema:name": "CodeSense-Bench-input_output_dataset_c",
"schema:description": "Input Output Prediciton dataset for C Language.",
"schema:license": "CC-BY-4.0",
"schema:url": "https://huggingface.co/datasets/codesense-bench/codesense/blob/main/Task%20Specific%20Datasets/input_output_dataset_c.jsonl",
"schema:creator": {
"@type": "schema:Organization",
"schema:name": "CodeSense Research Team"
},
"schema:distribution": [
{
"@type": "schema:FileObject",
"schema:contentUrl": "https://huggingface.co/datasets/codesense-bench/codesense/resolve/main/Task%20Specific%20Datasets/input_output_dataset_c.jsonl",
"schema:encodingFormat": "application/jsonl",
"schema:name": "input_output_dataset_c",
"schema:sha256": "85dd58229d95d8de00e91c31a1bf6b2186f0e3351f76257416dfa753aa8eb48a"
}
],
"recordSet": [
{
"name": "input_output_dataset_c",
"description": "Samples containing required fields for input output prediciton task.",
"field": [
{
"name": "idx",
"dataType": "sc:Integer",
"description": "Unique identifier for each record in the dataset."
},
{
"name": "code",
"dataType": "sc:Text",
"description": "Code snippet used for benchmarking."
},
{
"name": "input",
"dataType": "sc:Text",
"description": "Function Input"
},
{
"name": "basic_input",
"dataType": "sc:Text",
"description": "Primitive input types."
},
{
"name": "output",
"dataType": "sc:Text",
"description": "Output of the function based on the given input."
},
{
"name": "cyclomatic_complexity",
"dataType": "sc:Integer",
"description": "cyclomatic_complexity of the code"
},
{
"name": "code_length",
"dataType": "sc:Integer",
"description": "No. of code lines."
}
]
}
]
}