|
{ |
|
"@context": "https://w3id.org/croissant/context/v1", |
|
"@type": "Dataset", |
|
"name": "Graphs91", |
|
"description": "A multimodal dataset of line graphs with instruction prompts and corresponding captions.", |
|
"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" |
|
} |
|
] |
|
} |
|
} |
|
} |
|
|