| { | |
| "@context": "https://w3id.org/croissant/context/v1", | |
| "@type": "Dataset", | |
| "name": "dataVisualisation91", | |
| "description": "A multimodal dataset of 91 line graph images, each paired with an instruction and a descriptive caption. Designed for fine-tuning multimodal models.", | |
| "license": "https://creativecommons.org/licenses/by/4.0/", | |
| "distribution": [ | |
| { | |
| "@type": "DataDownload", | |
| "encodingFormat": "application/jsonlines", | |
| "contentUrl": "./graph_captions.jsonl" | |
| } | |
| ], | |
| "recordSet": { | |
| "record": { | |
| "imageProperty": { | |
| "@type": "PropertyValue", | |
| "name": "image", | |
| "valueUrl": "./{image}" | |
| }, | |
| "property": [ | |
| { | |
| "@type": "PropertyValue", | |
| "name": "input" | |
| }, | |
| { | |
| "@type": "PropertyValue", | |
| "name": "text" | |
| } | |
| ] | |
| } | |
| } | |
| } | |