dot-Identifiability-v1 / croissant.json
thummd's picture
Upload folder using huggingface_hub
7345d78 verified
Raw
History Blame Contribute Delete
1.83 kB
{
"@context": {
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/"
},
"@type": "Dataset",
"name": "dot-Identifiability-v1",
"version": "1.0.0",
"description": "dot-Identifiability-v1 (identifiability generator).",
"license": "https://spdx.org/licenses/CC-BY-4.0.html",
"citation": "DoTime: synthetic interventional/counterfactual time-series suites.",
"cr:schemaVersion": "1",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "shard-0000.parquet",
"contentSize": null,
"md5": "09ef713c40773c83dfdec1e01beb357f",
"encodingFormat": "application/vnd.apache.parquet"
},
{
"@type": "cr:FileObject",
"@id": "shard-0001.parquet",
"contentSize": null,
"md5": "6904afa92ac742c389e2fdf4df303b97",
"encodingFormat": "application/vnd.apache.parquet"
},
{
"@type": "cr:FileObject",
"@id": "shard-0002.parquet",
"contentSize": null,
"md5": "ef92e513877721c6202008418fefa23f",
"encodingFormat": "application/vnd.apache.parquet"
}
],
"cr:recordSet": {
"@type": "cr:RecordSet",
"field": [
{
"@id": "x_obs",
"dataType": "cr:Float",
"description": "Observational trajectory (T*N row-major)."
},
{
"@id": "x_int",
"dataType": "cr:Float",
"description": "Interventional trajectory (T*N row-major)."
},
{
"@id": "y_true",
"dataType": "cr:Float",
"description": "Exact interventional outcome at the query."
},
{
"@id": "structure",
"dataType": "cr:Text",
"description": "Identification structure label."
},
{
"@id": "tier",
"dataType": "cr:Integer",
"description": "Difficulty tier."
}
]
}
}