u3_datasets / croissant_metadata.txt
connorbrennan's picture
Upload croissant_metadata.txt
51c1be6 verified
raw
history blame
4.83 kB
{
"@type": "sc:Dataset",
"name": "U3_OpenXLand_Dataset",
"description": "A collection of 12 datasets for United Unity Universe (U3)'s OpenXLand, 6 world datasets and 6 production rule datatsets. The each dataset is a single tar file that contains 1 million json files. These json files store the data required to load into the OpenXLand environment.",
"license": "https://choosealicense.com/licenses/mit/",
"url": "https://huggingface.co/datasets/cerc-aai/u3_datasets",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "easy_low",
"name": "easy_low",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/easy_low.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "1fd98c57ee451bafa27a1a612a6fab0af630a0f01bcaeb8cff2bba7191df7742"
},
{
"@type": "cr:FileObject",
"@id": "easy_high",
"name": "easy_high",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/easy_high.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "eca0934ed62ea78cc58ad5e69781ab9e499b4f1aaa19f7f9b186ce29fee6273a"
},
{
"@type": "cr:FileObject",
"@id": "medium_low",
"name": "medium_low",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/medium_low.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "ec94685fb186e309c580ccd61d68f6bde328d6c544411a22361d98d7787ed80d"
},
{
"@type": "cr:FileObject",
"@id": "medium_high",
"name": "medium_high",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/medium_high.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "61e9f9c662658216cdfaf21436b4ec33fc9e487c8d63c053e70669f7917244a7"
},
{
"@type": "cr:FileObject",
"@id": "hard_low",
"name": "hard_low",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/hard_low.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "03bad1df3ad66e371ed7e1a0ee22ac1188166b22162a35cf23d8f9454b8a53de"
},
{
"@type": "cr:FileObject",
"@id": "hard_high",
"name": "hard_high",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/hard_high.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "73cac1c8a1085d093ad14ce0e768451a72c4bf2a1be517adc686b079e17d9a4a"
},
{
"@type": "cr:FileObject",
"@id": "short_few",
"name": "short_few",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/short_few.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "207f67b2b074bad0b516b99b001222c3f570dada29b713578a1b15cb67af3689"
},
{
"@type": "cr:FileObject",
"@id": "short_many",
"name": "short_many",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/short_many.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "b8d5191b572f540393c14ed82cafddac7269d2d3e9326cb6f8dfda9ecc63cc9e"
},
{
"@type": "cr:FileObject",
"@id": "middle_few",
"name": "middle_few",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/middle_few.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "0a41d5433a5268235fede6ecf515ed94d7beb1cedf9df247ae7d9b85d7b4d4f3"
},
{
"@type": "cr:FileObject",
"@id": "long_few",
"name": "long_few",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/long_few.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "6a4ab68842603d26bf9904e475c5a8fc214331a5aac9af48268a6f417d55f6a7"
},
{
"@type": "cr:FileObject",
"@id": "long_many",
"name": "long_many",
"contentUrl": "https://huggingface.co/datasets/cerc-aai/u3_datasets/blob/main/long_many.tar.gz",
"encodingFormat": "application/x-tar",
"sha256": "ecfc0a7c487971a9a4f60aa3162a7cac8644ee4d596b7da0a7ff26b042242033"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"name": "easy_world_data",
"description": "Records extracted from the easy_low tar file.",
"field": [
{
"@type": "cr:Field",
"name": "json",
"description": "Json data that can be used to load either a world or a production rule chain into U3's OpenXLand",
"dataType": "sc:Json",
"references": {
"fileObject": { "@id": "easy_low" },
"extract": {
"column": "json"
}
}
}
]
}
]
}