VeriScope / croissant.json
zwpride's picture
Upload croissant.json with huggingface_hub
e91ca57 verified
{
"@context": {
"@vocab": "https://mlcommons.org/croissant/",
"dct": "http://purl.org/dc/terms/",
"sc": "https://schema.org/",
"rai": "http://mlcommons.org/croissant/RAI/"
},
"@type": "sc:Dataset",
"name": "VeriScope",
"description": "Open benchmark dataset for first-pass Verilog coding.",
"license": "https://creativecommons.org/licenses/by/4.0/",
"url": "https://huggingface.co/datasets/zwpride/VeriScope",
"version": "0.1.0",
"distribution": [
{
"@type": "sc:DataDownload",
"name": "Benchmark bundles",
"contentUrl": "./bundles",
"encodingFormat": "application/x-directory"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"name": "problem_bundles",
"description": "Problem bundles for first-pass Verilog coding tasks.",
"field": [
{
"@type": "cr:Field",
"name": "problem_id",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "level",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "problem_md_path",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "config_yaml_path",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "testbench_v_path",
"dataType": "sc:Text"
},
{
"@type": "cr:Field",
"name": "reference_v_path",
"dataType": "sc:Text"
}
]
}
],
"keywords": [
"Verilog",
"RTL",
"benchmark",
"evaluation",
"code generation"
],
"creator": [
{
"@type": "sc:Person",
"name": "Wei Zhang"
}
],
"rai:content_note": "Default public dataset excludes reference RTL and releases only the benchmark bundles needed for public evaluation.",
"rai:intended_use": "Evaluation of first-pass Verilog coding systems.",
"rai:limitations": "Not a fully decontaminated pretraining benchmark; not intended for production sign-off."
}