dot-Continuous-v1 / croissant.json
thummd's picture
Upload folder using huggingface_hub
dd3d765 verified
Raw
History Blame Contribute Delete
1.61 kB
{
"@context": {
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/"
},
"@type": "Dataset",
"name": "dot-Continuous-v1",
"version": "1.0.0",
"description": "dot-Continuous-v1 (continuous 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": "872b04c4d8cbe4fce9b34075d29aa8a2",
"encodingFormat": "application/vnd.apache.parquet"
},
{
"@type": "cr:FileObject",
"@id": "shard-0001.parquet",
"contentSize": null,
"md5": "3720069bb042e57e7bca659841e23718",
"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."
}
]
}
}