Caise25 / general_metadata.json
AyadSarah's picture
Upload 5 files
603519d verified
raw
history blame
947 Bytes
{
"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
}
}