File size: 947 Bytes
8de8cd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
{
    "name": "visual_Question_Answering_Business_Process_models_dataset",
    "description": "This dataset contains images and corresponding quantitative metrics reasoning questions for training multi-modal models.",
    "license": "CC BY-SA 4.0",
    "features": {
        "image": {
            "decode": true,
            "_type": "Image"
        },
        "question": {
            "_type": "string"
        },
        "answer": {
            "_type": "string"
        }
    },
    "splits": {
        "train": {
            "name": "train",
            "num_examples": 150,
            "dataset_name": "image_folder"
        },
        "test": {
            "name": "test",
            "num_examples": 50,
            "dataset_name": "image_folder"
        }
    },
    "download_size": 1640064,
    "dataset_size": 1000000,
    "version": {
        "version_str": "1.0.0",
        "major": 1,
        "minor": 0,
        "patch": 0
    }
}