File size: 795 Bytes
8ca4cd4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"@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"
}
]
}
}
}
|