DafnyBench / metadata (1).json
CSquid333's picture
upload the croissant metadata (we might want to rename this)
ba31b3b verified
raw
history blame
4.61 kB
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataBiases": "cr:dataBiases",
"dataCollection": "cr:dataCollection",
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"personalSensitiveInformation": "cr:personalSensitiveInformation",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
"repeated": "cr:repeated",
"replace": "cr:replace",
"sc": "https://schema.org/",
"separator": "cr:separator",
"source": "cr:source",
"subField": "cr:subField",
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository.",
"contentUrl": "https://huggingface.co/datasets/wendy-sun/DafnyBench/tree/refs%2Fconvert%2Fparquet",
"encodingFormat": "git+https",
"sha256": "https://github.com/mlcommons/croissant/issues/80"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-default",
"name": "parquet-files-for-config-default",
"description": "The underlying Parquet files as converted by Hugging Face (see: https://huggingface.co/docs/datasets-server/parquet).",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "default/*/*.parquet"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "default",
"name": "default",
"field": [
{
"@type": "cr:Field",
"@id": "default/test_ID",
"name": "default/test_ID",
"description": "Column 'test_ID' from the Hugging Face parquet file.",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "test_ID"
}
}
},
{
"@type": "cr:Field",
"@id": "default/test_file",
"name": "default/test_file",
"description": "Column 'test_file' from the Hugging Face parquet file.",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "test_file"
}
}
},
{
"@type": "cr:Field",
"@id": "default/ground_truth",
"name": "default/ground_truth",
"description": "Column 'ground_truth' from the Hugging Face parquet file.",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "ground_truth"
}
}
},
{
"@type": "cr:Field",
"@id": "default/hints_removed",
"name": "default/hints_removed",
"description": "Column 'hints_removed' from the Hugging Face parquet file.",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "hints_removed"
}
}
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "DafnyBench",
"description": "DafnyBench is the largest benchmark of its kind for training and evaluating machine learning systems for formal software verification, with over 750 Dafny programs.",
"keywords": [
"text-generation",
"text2text-generation",
"n\u003C1K",
"English",
"apache-2.0",
"code",
"Croissant",
"🇺🇸 Region: US"
],
"license": "https://choosealicense.com/licenses/apache-2.0/",
"url": "https://huggingface.co/datasets/wendy-sun/DafnyBench"
}