| { | |
| "@context": "https://mlcommons.org/croissant/context/v1.1.json", | |
| "@type": "https://schema.org/Dataset", | |
| "conformsTo": "http://mlcommons.org/croissant/1.1", | |
| "name": "CdSpritesplus", | |
| "alternateName": ["gabinsane/CdSpritesplus", "CdSprites+"], | |
| "description": "CdSprites+ is a synthetic bimodal dataset, designed specifically for comparison of the joint- and cross-generative capabilities of multimodal VAEs. This dataset extends the dSprites dataset with natural language captions and additional features and offers 5 levels of difficulty (based on the number of attributes) to find the minimal functioning scenario for each model. Moreover, its rigid structure enables automatic qualitative evaluation of the generated samples.", | |
| "creator": { | |
| "@type": "Person", | |
| "name": "Gabriela Sejnova", | |
| "url": "https://huggingface.co/gabinsane" | |
| }, | |
| "license": "https://choosealicense.com/licenses/cc-by-nc-sa-4.0/", | |
| "url": "https://huggingface.co/datasets/gabinsane/CdSpritesplus", | |
| "keywords": [ | |
| "text-classification", | |
| "feature-extraction", | |
| "English", | |
| "cc-by-nc-sa-4.0", | |
| "10K<n<100K", | |
| "🇺🇸 Region: US" | |
| ], | |
| "distribution": [ | |
| { | |
| "@type": "cr:FileObject", | |
| "name": "level1", | |
| "description": "Level 1 data", | |
| "contentUrl": "level1/data.h5", | |
| "encodingFormat": "application/x-hdf5" | |
| }, | |
| { | |
| "@type": "cr:FileObject", | |
| "name": "level2", | |
| "description": "Level 2 data", | |
| "contentUrl": "level2/data.h5", | |
| "encodingFormat": "application/x-hdf5" | |
| }, | |
| { | |
| "@type": "cr:FileObject", | |
| "name": "level3", | |
| "description": "Level 3 data", | |
| "contentUrl": "level3/data.h5", | |
| "encodingFormat": "application/x-hdf5" | |
| }, | |
| { | |
| "@type": "cr:FileObject", | |
| "name": "level4", | |
| "description": "Level 4 data", | |
| "contentUrl": "level4/data.h5", | |
| "encodingFormat": "application/x-hdf5" | |
| }, | |
| { | |
| "@type": "cr:FileObject", | |
| "name": "level5", | |
| "description": "Level 5 data", | |
| "contentUrl": "level5/data.h5", | |
| "encodingFormat": "application/x-hdf5" | |
| } | |
| ], | |
| "recordSet": [ | |
| { | |
| "name": "level1_records", | |
| "data": "level1", | |
| "numRecords": 30000, | |
| "record": { | |
| "field": [ | |
| { | |
| "name": "image", | |
| "path": "/image", | |
| "dataType": "image" | |
| }, | |
| { | |
| "name": "text", | |
| "path": "/text", | |
| "dataType": "string" | |
| }, | |
| { | |
| "name": "level", | |
| "value": 1, | |
| "dataType": "integer" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "level2_records", | |
| "data": "level2", | |
| "numRecords": 30000, | |
| "record": { | |
| "field": [ | |
| { | |
| "name": "image", | |
| "path": "/image", | |
| "dataType": "image" | |
| }, | |
| { | |
| "name": "text", | |
| "path": "/text", | |
| "dataType": "string" | |
| }, | |
| { | |
| "name": "level", | |
| "value": 2, | |
| "dataType": "integer" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "level3_records", | |
| "data": "level3", | |
| "numRecords": 30000, | |
| "record": { | |
| "field": [ | |
| { | |
| "name": "image", | |
| "path": "/image", | |
| "dataType": "image" | |
| }, | |
| { | |
| "name": "text", | |
| "path": "/text", | |
| "dataType": "string" | |
| }, | |
| { | |
| "name": "level", | |
| "value": 3, | |
| "dataType": "integer" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "level4_records", | |
| "data": "level4", | |
| "numRecords": 30000, | |
| "record": { | |
| "field": [ | |
| { | |
| "name": "image", | |
| "path": "/image", | |
| "dataType": "image" | |
| }, | |
| { | |
| "name": "text", | |
| "path": "/text", | |
| "dataType": "string" | |
| }, | |
| { | |
| "name": "level", | |
| "value": 4, | |
| "dataType": "integer" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "level5_records", | |
| "data": "level5", | |
| "numRecords": 30000, | |
| "record": { | |
| "field": [ | |
| { | |
| "name": "image", | |
| "path": "/image", | |
| "dataType": "image" | |
| }, | |
| { | |
| "name": "text", | |
| "path": "/text", | |
| "dataType": "string" | |
| }, | |
| { | |
| "name": "level", | |
| "value": 5, | |
| "dataType": "integer" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |