File size: 866 Bytes
acaa550
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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"
        }
      ]
    }
  }
}